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 |
#72
|
||||
|
||||
Quote:
|
#73
|
|||
|
|||
Quote:
|
#74
|
|||
|
|||
Well, that worked like a charm!
After getting a feel for how this works, it's led to another request. Would it be or is it possible to have the search ognore all other parameters other than "catagory"? It would be really nice to allow members to just choose a cataegory and have the search engine list all threads under that particular category independant of author, title, etc. |
#75
|
|||
|
|||
I repeat my question again, Mystics, sorry about nagging. That thing just bugs me the whole time. I've liturally spent hours trying to find where can decrease the width of the dropdown menu in any forum. The screenshot is there: https://vborg.vbsupport.ru/attachmen...chmentid=18043
Notice how the All Categories dropdown menu is a little bit narrower than the others? Where can I adjust it? The closes i've come is the bit in FORUMDISPLAY template: Code:
<td class="smallfont">$vbphrase[threadcategory]:</td> <td>$threadcategories</td> I've tried everything, even crazy stuff like Code:
<td>$threadcategories</td> <td><select name="threadcategories" style="width:125px"> <option>$threadcategories</option> </select></td> Many thanks for the hack, waiting for a reply. |
#76
|
|||
|
|||
Quote:
|
#77
|
||||
|
||||
top of each page, right hand side...
Fantastic work! Well done. |
#78
|
||||
|
||||
Quote:
includes/functions.php: Code:
function fetch_thread_categories($foruminfo, $selcat = '', $empty = 1, $showall = '', $categoryarray = array(), $selectwidth = '') Code:
$threadcategories = fetch_thread_categories($foruminfo, urldecode($_REQUEST['threadcategory']), 0, $vbphrase['all_categories']); Code:
$threadcategories = fetch_thread_categories($foruminfo, urldecode($_REQUEST['threadcategory']), 0, $vbphrase['all_categories'], array(), '125px'); Quote:
|
#79
|
|||
|
|||
Thank you, that worked like a charm!
|
#80
|
||||
|
||||
Thank you. This is a great hack!
|
#81
|
|||
|
|||
Hi Mystics,
that seems to be a very great hack. Is it working with 3.0.1 aswell? marc |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|