The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
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 |
#232
|
||||
|
||||
![]()
Next version/release should include this "mod": https://vborg.vbsupport.ru/showthrea...hreadid=144982
|
#233
|
||||
|
||||
![]()
Please include this at Update : Change Threads Prefix Inline
|
#234
|
|||
|
|||
![]()
Fantastic hack. Cheers!
|
#235
|
|||
|
|||
![]()
how do i remove the Prefix Category from the New Posts?
|
#236
|
||||
|
||||
![]() Quote:
![]() |
#237
|
|||
|
|||
![]()
Man that was fun to install.... :erm:
I got-r-done though. Thanks for this! ![]() |
#238
|
|||
|
|||
![]()
This ranks in my top 5 for all time best vBulletin mods but sadly Mystics no longer updates it.
![]() Even better, of course, would be if Jelsoft officially integrated it into vBulletin itself! :up: ![]() |
#239
|
|||
|
|||
![]()
I don't know if this is related, but after installing this mod, if I click edit on any post, the quick edit opens fine, but if I "go advanced" i get an "Internet Explorer cannot display the webpage" error, then if I just click refresh on the error page, the advanced edit loads.
Edit I found out its the class_dm_threadpost.php edit that does it Code:
$threadinfo['threadprefix'] = unhtmlspecialchars($this->table == 'thread' ? $this->fetch_field('threadprefix') : $this->info['thread']['threadprefix']); if (!empty($threadinfo['threadprefix']) AND $foruminfo['allowprefix']) { $threadinfo['title'] = $this->registry->options['prefixmarkup_start'] . $threadinfo['threadprefix'] . $this->registry->options['prefixmarkup_end'] . $threadinfo['title']; } |
#240
|
|||
|
|||
![]()
Good idea will be add option that admins or mods can only change prefixes or they will have restricted ones only for them. So simple users will be not able to use them. Dunno if that allready exist.
Btw have a problem with the code it says: Find: Code:
<td><input type="text" class="bginput" name="title" value="$title" size="50" maxlength="85" tabindex="1" title="$vbphrase[optional]" /></td> Code:
<if condition="$show['threadprefix']"> <td>$threadprefixes </td> </if> Code:
<td><input type="text" class="bginput" name="title" value="$title" size="50" maxlength="$vboptions[titlemaxchars]" tabindex="1" title="$vbphrase[optional]" /></td> Find: Code:
<td class="smallfont" colspan="3">$vbphrase[title]:</td> </tr> <tr> <td><input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="85" tabindex="1" /></td> Code:
<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> Code:
<td class="smallfont" colspan="3">$vbphrase[title]:</td> </tr> <tr> <td><input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="$vboptions[titlemaxchars]" tabindex="1" /></td> |
#241
|
|||
|
|||
![]()
Work it on 3.6.5???
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|