changing navbar to buttons I've made...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wlandymore
    New Member
    • Nov 2005
    • 9

    changing navbar to buttons I've made...

    I have been working on customizing a site with vBulletin. I made 4 buttons to fit with the navigation I have on my site and then put titles on them from the navbar.
    However, I am limited in PHP and I've been trying to sift through the navbar template to see what needs to be taken out and put in the header on the buttons.

    Can anyone tell me exactly what needs to be removed from navbar so that the buttons will work and then I can remove the navbar?

    Here's the site if you want to take a look at what I'm talking about...



    I just don't know what to cut out from the navbar and put on the <a> tags for the buttons....
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    For example, the calendar link from the navbar template. The important pieces are highlighted in red:

    Code:
    		<td class="vbmenu_control">[color=red]<a href="calendar.php$session[sessionurl_q]">[/color]$vbphrase[calendar][color=red]</a>[/color]</td>
    If you have image code in your header for the calendar image:

    Code:
    <img src="path/to/cal.gif" alt="" border="0" />
    ...then you can wrap it in the above red code:

    Code:
    [color=red]<a href="calendar.php$session[sessionurl_q]">[/color]<img src="path/to/cal.gif" alt="" border="0" />[color=red]</a>[/color]

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎