The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Custom post category (like poll:, sticky:)
I'd like to add custom post category to a certain forum in my forums. Something like Bug: Feature: Fixed: etc...
is there a way to do it? Or an existing hack (I searched but couldnt find any)? If not, what should I modify to create this? |
#2
|
||||
|
||||
you have to alte table thread add one extrafield called prefix varchar(10) (should be enough )
then you have to modify at least 2 files: newthread.php (add an input field for Prefix into the newthread template and don't forget to save it in DB newthread.php) forumdisplay.php (add $thread[prefix] in forumdisplaythreadlistbit(forgot the correct name ) template and change the query to also get thread.prefix out of the database |
#3
|
||||
|
||||
sounds quite simple, thanks
should I release this hack once done? |
#4
|
||||
|
||||
https://vborg.vbsupport.ru/showthrea...=thread+prefix
i think there it has been released already but i don't find install file if it isn't there you can perhaps rerelease it but for a full hack you should also modify postings.php (editthread section ) |
#5
|
||||
|
||||
thanks ! feel free to close this thread
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|