The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I would like to add a new button next to the, Edit/Quote, buttons in each post.
Problem? I can't find the right place to put the code/template info. I created a new postbit template (which contains the link and image html), and then to eval it I did a Code:
if (ismoderator($thread['forumid'])){ eval("\$quoteDBlink = \"".gettemplate("postbit_addquote")."\";"); } else { $quoteDBlink = " "; } basically I only want mods of the forum or admins to be able to see the button. Thing is the button never shows up. I've tried to add that code to showthread.php in a few places to no avail thus far. Where can I add this code so that the button shows up in the right place and for the right people. TIA |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|