• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] New Users List on right sidebar

Started by thomaskloos,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

thomaskloosTopic starter

Is there anyway I can remove the right side sidebar that says New Users on the front page?

Thanks!

...Thomas
  •  

PHPVibe A.

Completely or just new users?

in 3.4 is in tpl/main/home.php

starts from:
<?php if (!is_ajax_call()) { ?>
<div class="span2 right-side hidden-phone hidden-tablet top10">

thomaskloosTopic starter

  •  

ronyhage

Quote from: Alexander on
Completely or just new users?

in 3.4 is in tpl/main/home.php

starts from:
<?php if (!is_ajax_call()) { ?>
<div class="span2 right-side hidden-phone hidden-tablet top10">


What about 3.5? how do we remove the new users and playlists?
  •  

ollipaust

Quote from: ronyhage on
What about 3.5? how do we remove the new users and playlists?
logically the same way
  •  

ronyhage

Quote from: ollipaust on
logically the same way

I don't think so, cause I couldnt find the same code.
  •  

PHPVibe A.

only difference is that the right side is not part of home.php but split into sidebar-right.php file.

Similar topics (7)