|
|
#1 |
|
Senior Member
Join Date: Mar 2006
Location: Calif/San Franisico Bay Area
Posts: 110
Rep Power: 16 ![]() |
when I was useing v2.3.4 you guys gave me some code that would change the header gif to each category when a member visit that category. the code looked like this
<tr> <?php $filename = $template_path . '/images/' . $type . '.gif' ; if (file_exists($filename)) { echo "<td colspan=\"2\"><a href=\"index.php\"><img src=\"" . $template_path . "/images/" . $type . ".gif\" width=\"767\" height=\"127\" border=\"0\" alt=\"" . $title . "\" /></a></td>" ; } else { echo "<td colspan=\"2\"><a href=\"index.php\"><img src=\"" . $template_path . "/images/header.gif\" width=\"767\" height=\"127\" border=\"0\" alt=\"" . $title . "\"/></a></td>" ; } ?> </tr> I am now useing V3.0.15 and I know this code will not work. I would like this option to run on the new version. Need some help please. Also I think this would be a good options for the future versions. |
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Header Changer v3.0.15 - v3.1.5 | MSeven | HTML, CSS, and Design Help | 24 | 10-13-2006 05:42 PM |
| Email Admin When Listings Change | DVM | v3.0 Questions & Support | 4 | 10-11-2006 02:18 PM |
| Header on Featured Ads | lbrown13 | HTML, CSS, and Design Help | 10 | 05-23-2006 04:09 PM |
| Change name and password | build | v3.0 Questions & Support | 19 | 04-19-2006 11:06 AM |
| Change the Nav Bar Width | garysmith | v3.0 Questions & Support | 2 | 03-31-2006 01:25 PM |