The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Thread Category / Prefix Hack Details »» | |||||||||||||||||||||||||
Thread Category / Prefix Hack
Version: 1.3.7 vBulletin Version: 3.0.7 Developer: Mystics (www.vbulletin-germany.com) Hack-Language: English & German & French (thanks to ReadWrite) Install-difficulty: Medium File-edits: 19 Template-edits: 16 Brief Description of the Hack With this hack it is possible to assign a category/prefix to a thread. To do this you are able to select an appropriate category from a list beside the title while posting a new thread - for example 'Help', 'Problem', 'Search' etc. The categories displayed in this list may be defined by a moderator for each of his moderated forums (Forum Tools -> Manage Categories); of course an administrator is allowed to do this for every forum. Features
See attachments. Version-History 1.3.7 (02-22-2005 - 09:00 pm)
Upload the new threadcategory.php as soon as possible!1.2.1 (02-14-2004 - 02:15 pm)
Tested for version: 3.0.0 RC 3 (and above). Note: If you have already used the vBulletin 2 version of this hack (only available in german) and the categories are still stored in the vB3 database, you may convert them for the vB3 version. You will see a note to that in step 2 of the hack installation. Update hack
1. Files that need to be edited:
If the hack 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 hack was tested extensive and will function properly if installed correct. Thanks to ReadWrite for his french translation. Have fun with the hack. Please click Install if you have installed it Show Your Support
|
Благодарность от: | ||
Comments |
#257
|
|||
|
|||
Is there a way that, when filtering a forum by a certain category and choose "search this forum" it searches only the currently present threads?
|
#258
|
||||
|
||||
Quote:
Code:
<input type="hidden" name="childforums" value="1" /> Code:
<if condition="$searchthreadprefix = $vbulletin->GPC['threadprefix']"> <input type="hidden" name="threadprefix" value="$searchthreadprefix" /> </if> |
#259
|
|||
|
|||
Sadly it didn't work as you described. When I filter a forum by category X and search for "example", it displays all results like it normally does (all threads).
|
#260
|
||||
|
||||
Quote:
Do you have a link to your site and an test user? |
#261
|
|||
|
|||
Quote:
I'm testing the vbulletin hacks locally. |
#262
|
|||
|
|||
Is there any plan to port this to vB 3.6.x?
|
#263
|
|||
|
|||
|
#264
|
|||
|
|||
hey, nice hack.
replaced my custom category hack with this one i changed you installer a bit: $db->query_write("ALTER TABLE " . TABLE_PREFIX . "thread ADD threadprefix varchar(100)"); to: $db->query_write("ALTER TABLE " . TABLE_PREFIX . "thread ADD threadprefix varchar(100) NOT NULL DEFAULT ''"); could you include this change in your next version? |
#265
|
|||
|
|||
ERROR with 3.6.8
when I run category install.php ...here is the error I am getting. Warning: require_once(.//categoryinstall_text.php) [function.require-once]: failed to open stream: No such file or directory in \admincp\categoryinstall.php on line 20 Fatal error: require_once() [function.require]: Failed opening required './/categoryinstall_text.php' (include_path='.;C:/Program Files/EasyPHP 2.0b1\php5\pear\') in C:\Program Files\EasyPHP 2.0b1\www\upload\admincp\categoryinstall.php on line 20 |
#266
|
|||
|
|||
Can anyone please help me on fixing this below error.
I copied 2 files categoryinstall and categoryinstall_text in both upload folder and admincp folder. when i run in internet explorer. I am getting following error. What am I doing wrong? I noticed global.php exists in both folders. Fatal error: Call to undefined function globalize() in C:\Program Files\EasyPHP 2.0b1\www\upload\admincp\categoryinstall.php on line 23 |
#267
|
||||
|
||||
You really should use the version for 3.6.x, not this version which is designed for 3.0.x.
https://vborg.vbsupport.ru/showthread.php?t=123033 |
#268
|
|||
|
|||
Thanks for the reply. I need thread category also because. I want the categories to come from database. Is this 3.6 thread prefix mod gets categories from DB. Looks like from your screen shots I am understanding that we have to manually enter the prefix in the form to show up in Thread prefix dropdown box.
Am I correct or we this latest version mod we can also get categories from database. Please advice. Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|