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 |
#332
|
||||
|
||||
This file seems to have changed from 3.5.4 to 3.6.
Code:
this.prepare_submit = function(subjecttext, minchars) { this.textobj.value = this.get_editor_contents(); return validatemessage(stripcode(this.textobj.value, true), subjecttext, minchars); } Code:
this.prepare_submit = function(subjecttext, minchars) { this.textobj.value = this.get_editor_contents(); var returnvalue = validatemessage(stripcode(this.textobj.value, true), subjecttext, minchars); if (returnvalue) { Bob |
#333
|
||||
|
||||
Quote:
The prefixes in the drop down list on search.php are always displayed alphabetically. But maybe I didn't understand you correctly. Quote:
|
#334
|
|||
|
|||
Quote:
Which brings me to another issue. If you have say 100 options and you input your prefixes halfway down to allow for new software versions in the future, the hack removes all the blank ones and puts the prefixes in a list from the top. Which is fine, but come to add a new version you have to move every single one down a notch so you can add the new one at the top. Which is a bit of a pain. You can't use alphabetical order because it'll put them all in reverse like the search if it's a version list. Not that I'm complaining, it's one of my favourite hacks. |
#335
|
||||
|
||||
@TygerTyger
Guess I have to add some new settings in 1.6.1 (sort order reversed) @All The version for vBulletin 3.6 is out: https://vborg.vbsupport.ru/showthread.php?t=123033 |
#336
|
||||
|
||||
Everything works great.... BUT... haha
When I go to create a new thread - in the title box it shows Code:
<TD> </TD> |
#337
|
||||
|
||||
I have fixed it - it was in the newthread template - I had only done a partial template edit.
:knockedout: |
#338
|
||||
|
||||
Quote:
|
#339
|
||||
|
||||
Quote:
|
#340
|
|||
|
|||
Thanks for this awesome hack!!!
One easy question though http://img165.imageshack.us/img165/6...titled3kl1.png Is there a way to center "Testing" Prefix? There is another prefix that is longer than Testing, that's why there is space. thanks in advance! |
#341
|
||||
|
||||
I've released an Add-On for this modification:
Thread Prefixes Quick Filter |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|