The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Sure, sorry I haven't been able to describe it accurately.
Of course, I don't want it to be in quote tags I just included that for formatting reasons. |
#12
|
||||
|
||||
OK, but this is only one specific post (the first post) in one specific thread, right?
|
#13
|
||||
|
||||
Correct.
|
#14
|
||||
|
||||
I still think a page is a better idea cuz if you do it in a thread, that means you are going to be doing some sort of condition to check the thread id every single time someone hits the showthread page.
But if you want to do it in a thread, I'd create a plugin at the hook location I suggested and first do a condition to check the thread id. If that passes, check the post id. If that passes, then do some conditions based on the usergroup and concatenate your stuff to the $post[messagetext] (or whatever it's called). |
#15
|
||||
|
||||
Ok, so I guess that brings me to a new question.
I've created a new page called calculator.php (at myforums.com/forums/calculator.php) using this tutorial and want to restrict the page to certain usergroups. I have tried the following: PHP Code:
|
#16
|
||||
|
||||
Use this:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|