The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Template Edit-Adding "misc.php?do=whoposted" to the replies bar
See: http://forums.mtgsalvation.com/forumdisplay.php?f=32
If you click on a number on replies, you get the users who posted in that thread. I get the feeling it isn't that hard to do, and I noticed elsewhere something like this: HTML Code:
<a href="#" onclick="return who($thread[threadid])"></a> |
#2
|
||||
|
||||
Getting a list of the users who posted in the thread is also on the forumdisplay page when you click on the number of replies to the thread. Steal the code from that threadbit template (although you probably have to use $thread instead of $forum).
|
#3
|
|||
|
|||
I don't see it anywhere on the forumdisplay template. Where would I need to insert it?
|
#4
|
||||
|
||||
Oh wait, I reread your post.... that is default vbulletin. Take a look at a default threadbit template - it's right in there where the replies go.
|
#5
|
|||
|
|||
Yeah, and what doesn't make sense is that the link isn't showing up, even though the part of my threadbit template that cares looks like this:
PHP Code:
|
#6
|
||||
|
||||
You said the link isn't showing up. So, what is showing up instead?
|
#7
|
|||
|
|||
Just the number of posts in the thread. See for yourself; http://forums.mtgdarkness.com/test-area-f65/
|
#8
|
||||
|
||||
Are you sure you are looking at the correct template for that style? Looking at the code you posted above, it is clear that you either get a "-" or a linked number of posts.
|
#9
|
|||
|
|||
It's supposed to be in threadbit, correct? |
#10
|
||||
|
||||
Well, usually, yes. Do this to find out what template is being used - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.
Also, make sure you are looking at the correct Style. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|