Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 23

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Archive > Mambo 4.5 > Mambo 4.5 'How Do I' Questions

 
 
LinkBack Thread Tools Display Modes
Old 08.06.2004, 15:14   #1 (permalink)
Mamber
 
Join Date: Apr 2004
Posts: 80
mambomaster is on a distinguished road
Default how to change a picture in the template top area

How it is possible to change the picture in the template top area when pressing navi buttons. So I would like to have different picture in the template when I am in the News and different picture when I am in the Frontpage etc...

Should I have some javascript in the template code that checks where I am and then change the picture?
mambomaster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Old 08.06.2004, 16:33   #2 (permalink)
Junior Mamber
 
AllMaMbo's Avatar
 
Join Date: Apr 2004
Location: East Coast
Posts: 47
AllMaMbo is on a distinguished road
Send a message via MSN to AllMaMbo
Default Re: how to change a picture in the template top area

i think your best option is to go with a switch statement...
PHP Code:
if ( $option == "com_frontpage" ) {
  include (
'some_pic.gif');
}

if ( 
$option == "com_content" ) {
  include (
'some_pic.gif');
}

else {
  include (
'some_pic.gif');
}
// and so on.... 
or you could use echo instead of include
just replace the img source with the switch.. and it should work...
or make a function of the whole thing and so it that way..
possibilities are endless
__________________
Templates, Tutorials, MOS newbie corner.
AllMambo.com
AllMaMbo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need a user1 and user2 area added to template Mr Flibble Template Discussions 5 13.05.2004 13:30
Template problem joost Mambo 4.5 General Talk 2 25.04.2004 12:44
How to change the name of a TEMPLATE you have modified alfri Template Discussions 1 11.04.2004 04:38
How to change the header image in a template? ralfmarkus Mambo 4.5 'How Do I' Questions 2 09.04.2004 23:09


All times are GMT +2. The time now is 05:55.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.