• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Add Pages to the main sidebar

Started by liamgibbins,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

liamgibbinsTopic starter

Can someone please list the code needed to add the pages to the main sidebar please....


  •  

PHPVibe A.

Hi! This

$pagesx = $db->get_results("select title,pid,pic from ".DB_PREFIX."pages WHERE menu = '1' ORDER BY title ASC ".this_limit()."");
/* The pages lists */
if($pagesx) {
echo '<h4 class="li-heading">'._lang('Information').'</h4>
<div class="sidebar-nav blc">
<ul>';
foreach ($pagesx as $px) {
    echo '<li><img src="'.thumb_fix($px->pic, true, 23, 23).'"><a href="'.page_url($px->pid, $px->title).'" title="'._html($px->title).'"> '._cut(_html($px->title),19).'</a></li>';
}
   echo '</ul>   
    </div>';
}


File: tpl/main/sidebar.php

Remove

WHERE menu = '1'


if you want all pages.

liamgibbinsTopic starter

  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 40221

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 70983

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 51129

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 4446

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 22818

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

Started by spirog


Replies: 4
Views: 5848

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

Started by spirog


Replies: 3
Views: 5928