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 |
#132
|
|||
|
|||
I installed, it seems like everything works.
I just have question. When I click on 'new thread' button, I would like to change the word 'Prefix:' to some other word. How can I do this? |
#133
|
|||
|
|||
Quote:
|
#134
|
|||
|
|||
I have a bug. The install went fine. But it seems when there is a sticky in the forum the whole sticky thread is shifted over...
KB |
#135
|
||||
|
||||
Quote:
|
#136
|
|||
|
|||
1) Find this code:
Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]"> 1) Add above: Code:
<if condition="$show['threadprefix'] == 2"> <td class="alt1" align="$prefixalign" nowrap="nowrap"><if condition="$thread['threadprefix']">$prefixmarkup[0]$thread[threadprefix]$prefixmarkup[1]</if></td> </if> 1) Find This code: Code:
<if condition="$show['sticky']"> <td class="stuck" id="td_title_$thread[realthreadid]" title="$thread[preview]"> <else /> Code:
<if condition="$show['threadprefix'] == 2"> <td class="alt1" align="$prefixalign" nowrap="nowrap"><if condition="$thread['threadprefix']">$prefixmarkup[0]$thread[threadprefix]$prefixmarkup[1]</if></td> </if> KB |
#137
|
|||
|
|||
/me now clicks install
Thank you KB |
#138
|
||||
|
||||
There are a few minor issues with this Hack, as it does not get fully disabled when you disable the product:
|
#139
|
|||
|
|||
Quote:
Quote:
|
#140
|
|||
|
|||
Quick question,
I would like the prefix to show in the forumdisplay...when I click the option in the settings it adds an unwanted prefix to display for older threads (non-prefix) when they are bumped. (ex. if the old thread w/o prefix is WTB: Car...when I click the option it is displayed, depending on last used prefix, on forumdisplay as FS: WTB: Car) This is for my classifieds section... |
#141
|
|||
|
|||
Problem : installed it, followed instructions, install went 100% perfectly fine (no errors), but unfortunately, I can't see the prefix column to the left of the title bar. It's just not there.
I don't get any errors afterwards either, plug-in is active, I even reinstalled, but still no go. This is what I get. Ideas? Here's a pic : http://img.photobucket.com/albums/v1...991/prefix.jpg EDIT ; when I try to create a thread, it asks me to pick a prefix, but the column isn't there. Thought it could possibly be in black, so I reverted to the default skin. No change. 2nd EDIT : nevermind. Fixed it myself. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|