Features: Topics: Add attachments by drag&drop or multi file upload thanks to XUpload extension Image attachments (with the extensions you approve) is shown in lightbox style(using easybox) A bbcode editor with preview functionality Edit the topic, or title easily thrue ajax Browse topics in a category and its latest threads etc An ajax search function that searches in both title and content of all topics to get the results. Neat slide-to-unlock(iphone/android style) captcha
Moderator functionality: Move topic to a diffrent category (including trashbin category) Delete topic Make the topic sticky, or remove the sticky status
Comments: Comment with the bbcode editor Quote comment Edit comment Upvote/downvote comment Moderator functionality: Delete comment
Categories: Browse topic per category See latest treads and by who Quick browse between the other categories while viewing one. Moderator functionality: Create, delete or rename categories in the admin panel Decide the order in which the categories will be shown thrue a drag&drop sortable list in the admin panel
Other admin functionality: View stats (currently only number of threads,comments and users) in a nice user friendly graph. View trashbin, threads that instead of beeing deleted has been sent to the trashbin category so another moderator later on can study it and decide to delete it entirely or "approve" it, sending it back to a normal category that visitors and normal users can see.
Requirements ¶
You have to have your own user table
Usage ¶
To install: Put the sforum folder in your protected/modules folder in your config file make sure you have these things set:
'aliases' => array(
'xupload' => 'application.modules.sforum.components.xupload', //used for the attachment uploads
),
'modules'=>array(
....
'sforum'=>array(
'newTopicStatus'=>'visible', // or hidden. Description: What status should newly created topics get.
'userClass'=>'User', //set the name of your user model
'commentsPerPage'=>3, //number of comments per page
'uploadDir'=>'/uploads/',// where to upload attachments
'userUrl'=> "/user/view/id/{{userid}}", //the url to the user profiles in your project
'imageExt'=>"jpg,gif,png,jpeg",// what extensions for attachments should be treated as images //and shown in a easybox window if clicked
),
Resources ¶
- Forum thread with faq and support
- My local server demo Do not trust the demo 100% if my internet connection fails it's down, just as you know.
Keep up the good work!
Looks great so far. Keep up the good work.
Keep up the good work! x 2
im using yii blog long time ago and discover your effort right now!
after interest in your extension and server demo, this is how exciting if i integrate your effort with yii blog, i look forward your upgrade for this forum include db structure
best regards !
@nervlin
There is nothing that prevents you from integrating it in the blog demo, see the demo app if you are unsure.
@Sampa
thanks for your reply!
Sorry for my greedy concern on seek more support by ur plugin.
Bcos thinking if u update once i need to amend once in ur plugin code and db. this is my tough. >.<
Of course there is nothing blocking me build a site using ur sforum, i will folk it DIY. thanks.
best regards!
forum.zip demo app
forum.zip demo app is not working..
cant create new category
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.