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 |
#392
|
|||
|
|||
Ok well I was looking at the search feature, and basically I think I can make it work, but I need to know how to include multiple forums.
mydomain.com/forum/forumdisplay.php?f=35&daysprune=-1&threadprefix=Astronomy/Long%20Exposure f=35 is the forum. How can I do something like - 35 and forum 20 ? Thanks!!! |
#393
|
|||
|
|||
Is there a way to choose graphics rather than words? Like somethingawful.com??
|
#394
|
|||
|
|||
thanks
|
#395
|
||||
|
||||
Is there a way to designate pre-fixes that can be used by moderators and admins only?
Just curious. If anyone knows how to modify that please let me know. I really could use this. There are some pre-fixes I want any user to use. And then there are pre-fixes that I want only my admins and moderators to have access too. |
#396
|
||||
|
||||
Does anyone know if this works with 3.6.8 (p2)? I'm getting an error that is telling me to:
"Please select an appropriate thread prefix from the drop down list beside the subject field." I don't have a subject field? We have a title field instead. Also when I try to run the install i'm unable too. All i see is a blank page. http://www.mymodeltalk.com/jobs/admi...fixinstall.php Please someone help me here. I really do need the use of those thread tags. |
#397
|
||||
|
||||
Just wondering if anyone else is having this problem. With i try to run the preinstall.php file from the browser i cannot. i'm running it right. All files are uploaded. i'm just getting a blank page.
I'm prompted to login and I do. Then I get a blank page. All other *.php files seem to work fine. When i view the source of the "blank" page generated I see nothing there. However, if I view the file contents i can see the installation script is there. Can someone help me here? I have no idea what to do... |
#398
|
||||
|
||||
I'd like to know this as well.
|
#399
|
|||
|
|||
glad to see this feature as part of vb3.7
|
#400
|
|||
|
|||
Hi,
transfer shouldn`t be too hard. I just checked the products code and only 6 fields are added to 3 different tables: Code:
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "thread ADD threadprefix varchar(100)"); $db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD threadprefix MEDIUMTEXT NOT NULL"); $db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD lastthreadprefix varchar(100) NOT NULL AFTER lastthread"); $db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD allowprefix SMALLINT(5) NOT NULL DEFAULT '1'"); $db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD prefixrequired SMALLINT(5) NOT NULL DEFAULT '1'"); $db->query_write("ALTER TABLE " . TABLE_PREFIX . "tachyforumpost ADD lastthreadprefix varchar(100) NOT NULL AFTER lastthread"); all the best, Sacha |
#401
|
|||
|
|||
Hello, when i first installed, I didn't modify all the templates. Now I switch to an other template and find it very difficult to modify the new template to be compatible with "Thread Prefix".
Is there any stand-alone guide to modify the templates ? If I use the php install file there will be some mistaken as codes in this php file have some odd characters like "/" . Thanks anybody that help |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|