The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
hello i'm looking for a help trying to show users signatures the showgroups page. i've tried putting the code from the postbit in:
Code:
<if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> Code:
<if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $bbuserinfo[signature] </div> <!-- / sig --> </if> thanks - dave |
#2
|
||||
|
||||
![]()
Somebody else asked this recently. I am pretty sure the query for the discussion posts doesn't grab the signature info for the user. So, you'd have to add a plugin to grab that info also. To see what you need, try looking at the query for $posts in the showthread.php page and see what userinfo they grab there, then write a plugin (if possible - maybe you have to modify the code directly, I don't know) to grab that same userinfo.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|