The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Thread Prefixes Details »» | |||||||||||||||||||||||||
Thread Prefixes
Version: 1.6.2 vBulletin Version: 3.6.10 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.6.2 (2008-05-24 - 9:30 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 |
#362
|
||||
|
||||
Its really time that this hack becomes standard.
It should find its way to the next Jelsoft Release and become a default part of a vBulletin installation |
#363
|
||||
|
||||
Without a doubt.
|
#364
|
|||
|
|||
How to addapt the scroll to my style, is using vbulletin default style.
|
#365
|
||||
|
||||
Hi guys,
I don't know what the hell I did... When I firstly installed, it was ok, I remember. Now, after more then 1 month, I don't know why, in my Forum Tools there is not the function t add prefixes. I would like to add prefixes to this area, but in the Tool there isn't. Can you help me? Thanks Steve |
#366
|
|||
|
|||
Ciao Stefano
Sembra che nel template non ci sia la stringa per quel link. Ti riporto le modifiche del template da fare per aggiungere quel link tra gli admin tools. in FORUMDISPLAY trova: Code:
<if condition="$show['post_new_announcement']"> <div><label for="fa_pan"><input type="radio" name="do" id="fa_pan" value="postannouncement" />$vbphrase[post_new_announcement]</label></div> </if> Code:
<if condition="$foruminfo['allowprefix']"> <div><label for="fa_cat"><input type="radio" name="do" id="fa_cat" value="manageprefix" />$vbphrase[manage_threadprefix]</label></div> </if> Code:
<if condition="$show['post_new_announcement']"> <option value="postannouncement">$vbphrase[post_new_announcement]</option> </if> Code:
<if condition="$foruminfo['allowprefix']"> <option value="manageprefix">$vbphrase[manage_threadprefix]</option> </if> Bye bye |
#367
|
||||
|
||||
It works!
Thank you very much pollon! Regards Steve |
#368
|
||||
|
||||
In the display options drop down for prefixes, there is no option to display threads without a prefix. Having this option can be very handy for applying prefixes to forums. Can you please add this?
When searching the total forum for threads with a certain prefix, the search engines does not allow for a search on thread prefix only. When searching for a term + thread prefix, then the outcome is just for the term and includes threads with other or no thread prefixes. |
#369
|
|||
|
|||
Will this every be fixed? I really really really need something just like this, but I already messed up my board a few times trying to install it and I despise doing file edits. Anybody?
|
#370
|
|||
|
|||
Quote:
|
#371
|
|||
|
|||
I want all priefuxes show on the "forumdisplay"
Could anybody tell me what shoud I do? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|