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 |
#232
|
|||
|
|||
all fixed now...
my error.... working fine on v3.54. now going to add the gars bits... |
#233
|
|||
|
|||
there is a conflict with gars install release add in. I have fixed the display problem when used with gars but have yet to figure out the template to change to add the prefix pull down into the gars release add in. They will work when both are installed but not if the same forum is gars and prefix modded at the same time... YET! I will crack this problem, but any pointers would help me from losing all my hair. The only issue I have is getting the prefix pull down menu to show in a gars install new post form.
|
#234
|
|||
|
|||
ok everyone..
figured it out! repeat the instructions in the template changes but add the code in the newthread section to the gars_newthread template. the first step is straight forward. the second step is as follows... find this code Code:
<fieldset class="fieldset"> <legend>$vbphrase[title]:</legend> <div style="padding:$stylevar[formspacer]px"> <input type="text" class="bginput" name="subject" value="$subject" size="50" maxlength="85" tabindex="1" /></div></fieldset> Code:
<fieldset class="fieldset"> <legend>$vbphrase[title]:</legend> <div style="padding:$stylevar[formspacer]px"><table> <if condition="$show['threadprefix']"> <td class="smallfont">$vbphrase[threadprefix]:</td> </if> <td class="smallfont" colspan="<if condition="$show['threadprefix']">2<else />3</if>">$vbphrase[title]:</td> </tr> <tr> <if condition="$show['threadprefix']"> <td>$threadprefixes </td> </if> <td><input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="85" tabindex="1" /></td></table></div></fieldset> |
#235
|
|||
|
|||
What is gars bits?
|
#236
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=108515&highlight=installs+release " target="_blank">https://vborg.vbsupport.ru/showt...stalls+release</a>
|
#237
|
|||
|
|||
I update right now an d getting the following problem.
Update from 1.5.2 to 1.5.4 VB Version 3.5.4 The Modification of the showthread.php giving me a sql syntax error. The searched code piece is in the middle of a sql statement. Add below was dificult to understand, also in german is it right to put behind this code? Code:
find: thread.title add below: IF(thread.threadprefix <> '', CONCAT('" . $vbulletin->options['prefixmarkup_start'] . "', thread.threadprefix, '" . $vbulletin->options['prefixmarkup_end'] . "', thread.title), thread.title) AS title cu SwissPegasus |
#238
|
||||
|
||||
Quote:
|
#239
|
|||
|
|||
Quote:
|
#240
|
||||
|
||||
Quote:
I have the same issue. The onl ything abou mine is that it happened ALL THE SUDDEN. it was working perfectly for like 2 weeks. |
#241
|
|||
|
|||
Is there a way to have a default prefix for each user? So when a user makes a post, a default prefix will display--they can, if needed, change the prefix via the dropdown.
Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|