If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Change Banner in header  XML
Forum Index » General Discussion
Author Message
The_Old_Doc
Newbie
[Avatar]

Joined: 09/05/2003 05:45:30
Messages: 1
Offline

I'm an idiot at php. Any help in customizing the header and inserting my own banner?
.: JAY :.
Beginner
[Avatar]

Joined: 18/11/2002 20:15:25
Messages: 38
Location: USA
Offline

One thing you can do is to right-click on the image and see it's location.
Then just make your own banner and and replace the old one with yours
But make sure it's the same size. That can be changed too.
I don't remember in which page the banner is located in but just look thru your /templates directory and you'll find it eventually. It may be in body.php
Hope that helps.
[WWW] [MSN]
.: JAY :.
Beginner
[Avatar]

Joined: 18/11/2002 20:15:25
Messages: 38
Location: USA
Offline

I've looked it up, it is body.php that holds the banner.
BTW the banner is located in /img/gbook.gif
So if you want to replace original banner with the new one that is not the same size you would change line 4 in body.php to, let's say your banner is 200x88:

<td width="56%"><img src="$GB_PG[base_url]/img/gbook.gif" width="140" height="15"></td>

to:

<td width="56%"><img src="$GB_PG[base_url]/img/gbook.gif" width="200" height="88"></td>

Enjoy.
[WWW] [MSN]
 
Forum Index » General Discussion
Go to:   
Based on the open source JForum