The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Showing userlist in vBulletin 3.8.5
Hi,
I had a customization in the SHOWTHREAD template that showed the names and dates/times of each post on the thread. I upgraded from 3.7.3 were it worked to 3.8.5 and now the users are shown twice. I am using <table cellpadding='0' cellspacing='15' border='0'> $userlist </table> to show the list Please tell me what could be the problem or is there another way to do this in 3.8.5? |
#2
|
||||
|
||||
Unless the code is built into userlist you should be using:
Code:
<table cellpadding='0' cellspacing='15' border='0'> <tr><td> $userlist </td></tr> </table> |
#3
|
|||
|
|||
Hi, thanks for the quick response, I tryed but still displays the same, the php variable actually has the information/user list twice, and my code is just displaying that variable.
I dont know if this is a bug or something I missed somehow on the process. Anyway if there is new method to display the users that posted at a specific thread in 3.8.5 will be just as good. |
#4
|
||||
|
||||
If $userlist is showing everything twice like:
User1, User2, User3, User1, User2, User3, You could make a plugin to split it in half: PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|