crispBB Latest Release: crispBB v.0.8.5

download Download Now

Welcome, Guest

| Register | Lost password?


crispBB Forums

crispBB Releases

icon Latest module downloads
   

Topic Closed Topic Closed
crispBB Releases
Poster Post
Showing posts 1 to 1 of 15 in crispBB Releases
Chris
Joined: Mar 16, 2009
offline Offline
Other Topics
topic icon Latest module downloads
12:04:21 PM, Jul 7, 2009[ ip logged ]
crispbb.png
crispBB is a feature-rich forum module for the Xaraya Application Framework.

Latest downloads for crispBB will be added to this thread as and when they're available.

Module Requires Xaraya 1.1.5 or above[1].

Dependencies
  • Categories
  • Hitcount

In addition to privileges for crispBB itself, your users will also need privileges for the following module instances
  • View Category Links
  • View Category
  • Read Roles
  • Read Hitcount Items

[1]: crispBB is not guaranteed to work with nightly builds of Xaraya Aruba (1.x). There are currently no versions of crispBB which work with Xaraya Jamaica (2.x)
A version of crispBB (2.x) for Xaraya Jamaica (2.x) is currently in development, snapshots are available from the monotone repository.

Notes:

Each forum is made up of several 'components' to which you can apply hooks, these are...

Forum.
The forum itself. Hooks applied to the forum component apply to the forum only, not to any it's posts or topics. Hook to this when you want to extend the forum in some way, for instance by hooking dd and adding an imagelist property, you could give each of your forums an image to display when viewing the forum.

Common hooks for forums

categories (required, can't be changed)
dynamicdata
transforms*

Topics
Essentially, this is the first post in each forum topic. You might want to have a poll in topics, but you wouldn't (normally) want a poll in every reply, so instead you would hook polls to just the topic.

Common hooks for topics

hitcount (required, can't be changed)
polls
ratings
sharecontent
subscriptions
dynamicdata
transforms*
any hooks that apply to posts

Posts
Hooks applied here apply to every reply to topics.

Common hooks for posts
dynamicdata
userpoints
transforms*

Transforms

All text fields in crispBB can be transformed independently.

Transforms hooked to forum component can transform the forum name and forum description.

Transforms hooked to topics can transform the topic title, description and post text.

Transforms hooked to posts can transform the description and post text.

Within forum configuration, you can additionally choose which specific fields transforms are applied to, and which transforms will actually be applied to those fields.

(Think carefully about the fields you apply transforms to, applying to forum name and topic title in particular can cause issues with display since they appear in links and page titles.)
Topic Closed Topic Closed

Topic Statistics

  • Started by Chris
  • 12:04:21 PM, Jul 7, 2009
  • This topic has been viewed 10464 times
  • This topic has 14 replies
  • [ More Stats ]

You have the following permissions in this forum

  • Can View Forum
  • Can Read Topics