• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] HELP ME!!! About users page

Started by AHStudioOfficial,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AHStudioOfficialTopic starter

The new version of phpVibe 4.0 includes users page. But i want to show only administrators on this page. What can i do to achieve this?
  •  

PHPVibe A.

Change the select on ccom/om_members to select only groud_id 1

AHStudioOfficialTopic starter

Quote from: Alexander on
Change the select on ccom/om_members to select only groud_id 1

Thanks! I thought to do that, wasn't too sure to do that :(
  •  

AHStudioOfficialTopic starter

Quote from: Alexander on
Change the select on ccom/om_members to select only groud_id 1

I changed it and i failed it! Maybe i changed the code wrong? Can you send the code?
  •  

PHPVibe A.

$count = $db->get_row("Select count(*) as nr from ".DB_PREFIX."users where group_id = '1'");
$users = $db->get_results("select * from ".DB_PREFIX."users where group_id = '1' order by lastNoty DESC,views DESC ".this_limit()."");


Out of my mind it should go like this.

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 39827

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 70821

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 50896

Better Idea for PHPVibe v5 Channels page

Started by DeadFish


Replies: 2
Views: 3919

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 22636

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 5638

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 5747