Quote:
Originally Posted by merlin101
excellent i installed this its a nice one...Any chance of a forum button and portal button? to match these.
|
Many thanks Merlin for your post. As for the buttons, these buttons are created automatically so no need to create new ones. All you have to do is:
1- Go to your admincp
2- From the left bar choose "Styles & Templates" and expand it.
3- Then choose "Style Manager"
4- Then from the drop down menu on the right of Abeer Style, choose "Edit Templates"
5- In the "Edit Templates"screen you will find a lot of templates, search down till you reach "Navigation / Breadcrumb Templates"and expand it.
6- Choose "navbar" and double click it.
7- In the "navbar" template find the following line:
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
8- That's the line responsible for creating the "member list" button,copy it in a text file and then in the "memberlist.php$session[sessionurl_q]" replace this with the link you want for the new button, and replace $vbphrase[member_list] with the text that will be written on the button.
9- Copy your new button coding and place it over or under the member list line and save the template and you are done.
You can do this process as much as you want but take care not to erase any of the lines in the template.