Topic Closed
| Poster | Post | |||
|---|---|---|---|---|
| Showing posts 1 to 1 of 15 in crispBB Releases | ||||
|
Chris
Joined: Mar 16, 2009 Other Topics |
crispBB Releases
#(1)
12:04:21 PM, Jul 7, 2009[ ip logged ]
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
In addition to privileges for crispBB itself, your users will also need privileges for the following module instances
[1]: crispBB is not guaranteed to work with nightly builds of Xaraya Aruba (1.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