• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Add an custom menu item

Started by sawyer10,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sawyer10Topic starter

Hi,

How do i add an custom item on the menu? I want a menu item that links to a different page/folder in my domain.

Thanks,
  •  

Marius P.

Hi,
In the left? You edit tpl/{your theme}/sidebar.php
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

sawyer10Topic starter

Thanks!
So for example if i want an external link, what wil the code be like with an custommade icon?
  •  

Marius P.

Depends where exactly you want to place it. It would be a simple html link for sure :)
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

sawyer10Topic starter

Right below of the images category with own icon. Any sample code for this? Or do you know what code line i should use? :)
  •  

Marius P.

Brasil or default theme?

This prints the images menu:

if(get_option('imagesmenu') == 1 ) {
echo '<div class="sidebar-nav blc"><div class="head"><h4>'._lang('Image Categories').'</h4><>'.the_nav(3).'<div class="clearfix"><><>';
}



If you add an
echo '<div class="sidebar-nav blc">
<ul>
<li><a href="#" title="Yout title"><img src="custom image path" class="cat-menu-img">Link text[/url]
</ul>
</ div>
';



after it (and place as many links as <li> in it.


Make sure you close the div, I have to write </ div> because smf replace the close div with <> (make sure you strip the space in your code).
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

sawyer10Topic starter

  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 39419

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 70589

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 50541

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

Started by spirog


Replies: 2
Views: 4374

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 22406

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

Started by spirog


Replies: 4
Views: 5388

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

Started by spirog


Replies: 3
Views: 5544