Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: <noreply@so...> - 2002-02-22 16:01:04
|
Feature Requests item #521009, was opened at 2002-02-21 07:29 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=360566&aid=521009&group_id=10566 Category: None Group: None Status: Open Priority: 7 Submitted By: Matt Wiseman (trollboy) Assigned to: Nobody/Anonymous (nobody) Summary: GRAPHIC NAVBARS Initial Comment: Give me graphical Navbars or your life is forfiet!! It would be really neato if Slash supported them.. any idea when/how? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-02-22 08:01 Message: Logged In: NO You can hack in you own graphic navbar into PHPSlash by editing twofiles: NavBar.Class and navbar.tpl In navbar.tpl, replace: <a href="{LINK_NAVBAR}"><font face="arial,helvetica" color="#ffffff" size=2><b>{LINK_NAVBAR_TEXT} </b></font></a> with: <a href="{LINK_NAVBAR}"><font face="arial,helvetica" color="#ffffff" size=1><b><IMG SRC="{LINK_NAVBAR_TEXT}" BORDER=0 VSPACE=0 HSPACE=0 ALIGN=LEFT></b></font></a> Then, in NabBar.class, go through the various entries that say things like: $this->parse("About" , "$rootdir/about.php3"); The first half is the text that normally appears, and the second half is where it links to. Instead of the normal text, place the image URL instead: $this->parse("http://www.midnightryder.com/Graphics/aboutus- unsel.jpg" , "$rootdir/about.php3"); You'll have to replace all the instances of the various text links that appear - the do appear in multiple places in NavBar.Class Hope that helps for people willing to do a little hacking! Davis Ray Sickmon, Jr http://www.midnightryder.com (A PHPSlash site, of course ;-) ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=360566&aid=521009&group_id=10566 |