(11-18-2010 05:11 AM)RateU Wrote: Based on the image #2, I think you already have those fields.
Yes. I already have the fields.
(11-18-2010 05:11 AM)RateU Wrote: I think you can use MyBB rating system for this.
How can I implement this system do rate the post?
(11-18-2010 05:11 AM)RateU Wrote: If you only want to hide the button for other user, you can use Template Conditional for this. But if you want it as a reply permission (only Admin and the thread owner can reply to a thread), I think you need a plugin for this.
No. I will just hide the button for non-admin and non-thread author.
(11-18-2010 05:11 AM)RateU Wrote: I think the easiest way is use postbit_classic template (based on image #1).
Edit the forum where you want this system will be applied. Set the Template Prefix (under XThreads Options in Edit Forum page) for the forum.
Example:
You can set the Show first post on every showthread page setting to Yes if you want the first post will be displayed in each page (if later there is a multi page in the thread).
Then create new template in Global Templates. Name it as xtfotm_postbit_first_classic. Copy paste the entire postbit_classic template code to the new template. Then, edit it (the new template). Create the block you wanted as image #1 first. Later, we will put the XThreads variables in the template, and set some "miscellaneous" settings.
My prefix: contestscompetitions_
Global Templates:
contestscompetitions_postbit_first and
contestscompetitions_postbit_first_classic
I set the template but nothing happens... Nothing changes when I post it. :/