The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
New Thread Tag..
Ok I have a forum where some of my team posts regularly, like News: Please Read or Infame Sig..
Instead of me having to go through then and re naming them to "[JL] - *(name of Thread)*" Is there a way to just have it automaticly do it..? only in spacific forums..?? |
#2
|
||||
|
||||
Not tested but should work:
In newthread.php, find -- cut -- $permissions=getpermissions($forumid); if (!$permissions[canview] or !$permissions[canpostnew]) { show_nopermission(); } -- cut -- after that add -- cut-- if ($foruminfo[forumid]==6 OR $foruminfo[forumid]==7) { $subject="[".$bbuserinfo[userid]."] - *".$subject."*"; } -- cut--- Replace 6 and 7 with forumids.. Enjoy.. Logician |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|