 |

chrismcfet
New User
Jun 25, 2008, 8:08 AM
Post #1 of 3
(282 views)
Shortcut
|
|
External Link in Menu Bar
|
Can't Post
|
|
Hey all, I recently purchased CMS Builder for a few Web site jobs I'm currently undertaking. One of which is a server side/back end redesign of a CMS for a local band. They currently use Flickr and YouTube to show off pictures and videos and I'd very much like to place links to these on the menu bar (instead of a page for 'Gallery' link it to Flickr). Is this possible? I'm not much of a programmer. From searching the forum I found someone had a similar query for another InteractiveTools product... http://www.interactivetools.com/iforum/Products_C2/CMS_Builder_F35/gforum.cgi?post=63056;search_string=section%20external%20link;guest=16013063&t=search_engine#63056. Thanks in advance! Chris
|
|
|  |
 |

Dave
Staff
/ Moderator

Jun 25, 2008, 3:17 PM
Post #2 of 3
(264 views)
Shortcut
|
|
Re: [chrismcfet] External Link in Menu Bar
[In reply to]
|
Can't Post
|
|
Hi Chris, It's not a supported feature but have a look in /lib/menus/header.php. Make a backup first and then try adding something below this line <?php echo $menuCells ?>
<?php echo $menuCells ?> <td>Add your menu link here</td>
Hope that helps! Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

chrismcfet
New User
Jun 26, 2008, 9:44 AM
Post #3 of 3
(248 views)
Shortcut
|
|
Re: [Dave] External Link in Menu Bar
[In reply to]
|
Can't Post
|
|
Works a treat Dave! Thank you. I've been messing about with the coding and now have external links displayed in the 'more' section :D
|
|
|  |
|