The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Thread Prefixes Details »» | |||||||||||||||||||||||||
Thread Prefixes
Version: 1.5.5 vBulletin Version: 3.5.4 Developer: Michael (Mystics) Koenig (www.vbulletin-germany.com) Modification-Language: English & German & French (thanks to ReadWrite - Note: Readme has not yet been translated to french.) Install-difficulty: Medium File-edits: 5 Template-edits: 10 Brief Description of the Modification This modification allows your users to choose a thread prefix for each thread. To do this you are able to select an appropriate prefix from a list beside the title while posting a new thread - for example 'Help', 'Problem', 'Search' etc. This prefix will be displayed in front of the thread title. The result will be for example: Problem - I can't find this setting Problem is the thread prefix, I can't find this setting is the title of the thread. The prefixes displayed in this list may be defined by a moderator for each of his moderated forums (Forum Tools -> Manage Thread Prefixes); of course an administrator and a super moderator is allowed to do this for every forum. Features
See attachments. Version-History 1.5.5 (2006-04-09 - 03:00 pm CET)
Tested for version: 3.5.0 (and above). Note: If you have used the Thread Category / Prefix Hack in vBulletin 3.0.x, don't worry: all existing prefixes will be imported during the installation. You just have to re-do your thread prefix settings in your vBulletin Options. Update Product
1. Files that need to be edited:
If the modification doesn't work correct after installation, please verify all modifications you have made within the files and the templates. Be sure you have uploaded all edited and new files. The modification was tested extensive and will function properly if installed correct. Thanks to ReadWrite for his french translation. Special Thanks to Andreas for his help with the hooks. Have fun with the modification! Please click Install if you have installed it Mike Supporters / CoAuthors Show Your Support
|
Comments |
#112
|
|||
|
|||
Hi
Since installing this my bb codes nor smilies are clickable/working What have i broken, Please can advise? You can have access to what ever you need |
#113
|
||||
|
||||
Quote:
|
#114
|
||||
|
||||
i need a simple version that is admin controlled and for each forum i add the prefix that i want with out moderator control or other things
|
#115
|
||||
|
||||
Quote:
Code:
if (!can_moderate($foruminfo['forumid']) OR $foruminfo['forumid'] == 0 OR !$foruminfo['allowprefix']) { print_no_permission(); } Code:
if ($vbulletin->userinfo['usergroupid'] != 6 OR $foruminfo['forumid'] == 0 OR !$foruminfo['allowprefix']) { print_no_permission(); } |
#116
|
|||
|
|||
Quote:
I have just reverted all the templates and it still is the same... I have even upgraded VB to 3.5.3 and still the same... Since removing the codes i now get this problem see image Gonna PM you login deets for admin and FTP.. Thanks in advance.. |
#117
|
|||
|
|||
This was working in 3.5.1 for me, but I tried reinstalling this in 3.5.3 and it wouldn't work.
I got Call to undefined function: fetch_thread_prefixes() {forum link to my forurms}/forumdisplay.php(105) : eval()'d code on line 16 I uninstalled the product, even uninstall edit was exactly where it was supposed to be. I reinstalled, double checked and found everything in the exact place it was supposed to be. When I did the final uninstall, everything was exactly in place. I tried a default (untouched) set of templates and still got the error. I tried to replace all the physically edited files and left the edited templates intact, still got the error. So I couldn't narrow it down to one are or the other. If I turned the plugin off, everything worked fine. Anyway, any suggestions or ideas on what it could be? |
#118
|
|||
|
|||
works for me on 3.5. fine !
|
#119
|
|||
|
|||
Quote:
|
#120
|
|||
|
|||
Quote:
can anyone upgrade to 3.5.3 version for this mod |
#121
|
|||
|
|||
Is there any news on a update yet please ??
s |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|