• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Right sidebar New users not showing latest registered users

Started by x5000x,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

x5000xTopic starter

Alex,

On front page on the right sidebar "New users" box not showing latest registered users?

Could you please look into this.
Thanks!
  •  

PHPVibe A.

Has the 5h cache.

<?php $users = $cachedb->get_results("SELECT id,name,avatar FROM ".DB_PREFIX."users order by id desc limit 0,20");


Query is good...not imagining why it would not show.

Similar topics (7)