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 |
#382
|
|||
|
|||
Quote:
I found the template. The edit you mentioned does not work. |
#383
|
|||
|
|||
I have been using this MOD for many versions now. The latest is 3.6.8 PL1
Unfortunately, it does not seem to work. There is no option to mange prefix's under the forum tools drop down and... no prefixes in the newthread function. ... update I found an area in SHOWTHREAD that is easy to miss with certain themes(styles) For anyone missing the "Manage Thread Prefixes" under the Forum Tools drop down menu, carefully look over the following template edit. In my own case, it was placed in the wrong location thus causing it to appear as not working. 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> |
#384
|
|||
|
|||
Hi,
thanks for this great add-on, it`s really useful. As the search-query performance on my board is decreasing, I`d like to switch to mysql fulltext search. Would this cause any trouble with the prefix-extension? Thank you - all the best, Sacha |
#385
|
|||
|
|||
Quote:
I have the same problem, how can I solve it? thx |
#386
|
|||
|
|||
Hi,
Can someone please tell me if it's possible to have multiple thread prefixes? Additionally, would it be possible to give users a text area within which they can specify their own prefix as well as selecting one from a drop down menu? I want to give two drop down prefix options and 2 text area prefix options (actually one would be a 'suffix' option). Please see my post here: https://vborg.vbsupport.ru/showthread.php?p=1378901 |
#387
|
||||
|
||||
does this work for version 3.6.8
I am trying to install in but cant find the code i am meant to replace. Can anybody help me here please. |
#388
|
|||
|
|||
Works just fine in vB 3.6.8 Patch Level 2.
Thanks! |
#389
|
|||
|
|||
I'm still trying to get the $thread[threadprefix] to show up in the body of 'notify' emails.
this is what I have in Phrase>Email Body Text>notify Code:
Dear $touser[username], $bbuserinfo[username] has just replied to a thread you have subscribed to entitled - $thread[threadprefix] $threadinfo[title] - in the $foruminfo[title_clean] forum of $vboptions[bbtitle]. This thread is located at: $vboptions[bburl]/showthread.php?t=$threadinfo[threadid]&goto=newpost Here is the message that has just been posted: *************** $pagetext *************** There may also be other replies, but you will not receive any more notifications until you visit the forum again. All the best, $vboptions[bbtitle] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Unsubscription information: To unsubscribe from this thread, please visit this page: $vboptions[bburl]/subscription.php?do=removesubscription&type=thread&subscriptionid=$touser[subscribethreadid]&auth=$touser[auth] To unsubscribe from ALL threads, please visit this page: $vboptions[bburl]/subscription.php?do=viewsubscription&folderid=all I'm also having the same problem with the Phrase>Email Body Text>newthreadsub |
#390
|
|||
|
|||
to all whom had the Sticky Threads problem i have the following fix
not the best but it works Edit Template: threadbit Search for <if condition="$thread['sticky'] == 1"> Replace with <if condition="$thread['sticky'] == 1 AND $show['threadprefix'] == 2"><td> </td> |
#391
|
|||
|
|||
Really a very nice hack.
I have it running on 3.6.8 and it seems to be fine. But I have 1 question - How can I set VB to search for just the prefix. For example, if I had a car forum, I would want to setup prefixes for Ford, Chevy, and Dodge. How could I setup a search to be for all Dodge cars? Thank you to all, Great hack. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|