vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Showing userlist in vBulletin 3.8.5 (https://vborg.vbsupport.ru/showthread.php?t=246546)

Sop 07-14-2010 04:47 PM

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?

BirdOPrey5 07-14-2010 07:26 PM

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>


Sop 07-15-2010 06:42 AM

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.

BirdOPrey5 07-15-2010 05:16 PM

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:

$half = (int) ( (strlen($userlist) / 2) ); 
$left substr($str0$half);

//$left now holds the first half of the string. 



All times are GMT. The time now is 08:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01073 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete