Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Eve Community  Hop To Forums  Customization Ideas    Trying to create a custom header section
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Groupee Newbie
Posted
I am trying to create a custom header for my Groupee forum. I have managed to do a footer section ok, but the header doesn't seem to work.

When I paste my code into the field titled "Insert AFTER Opening Body Tag"(Master Settings|Display|Settings|Custom HTML), my custom header works fine on the forum home, but fails to load correctly if you enter any topic on the forum.

Here is a link to a page I uploaded which shows the header working on it's own. If you view source, you will see the entire code that I was pasting into the field mentioned earlier.

http://www.icttechnician.com/forum_top

If you go to http://www.icttechnician.com/eve you will see that the header works fine if you click on any of the navigation buttons, but fails to load if you try to view a forum post.

Can anyone tell me where I am going wrong?

Thanks you very much in advance.
 
Posts: 4 | Registered: September 08, 2005Reply With QuoteEdit or Delete MessageReport This Post
Groupee Guide
Lab Tech


Posted Hide Post
I'm not an HTML expert, but I can see that you are using a relative URL for the images, and it is therefore looking in the wrong location.

For example, one of the buttons that is not showing up is the Competitions button. Here's the source code you have for the image:
 src="images/buttons/button18.gif" 


The proper location for the image is: http://icttechnician.com/images/buttons/button18.gif

However, on the Groupee pages the properties for that button shows it is looking elsewhere: http://icttechnician.com/groupee/images/buttons/button18.gif

So, you need to update your code to point it to the proper location, perhaps using an absolute URL.
 
Posts: 287 | Registered: March 05, 2004Reply With QuoteEdit or Delete MessageReport This Post

Craftsman
Posted Hide Post
Hi ICTtech,

As a shortcut to changing all of your img links you can add a base href as in,

<base href="http://icttechnician.com">

Add this to your style in the Custom HEAD tag section.

April



testing sigs
 
Posts: 977 | Location: Seattle | Registered: January 28, 2002Reply With QuoteEdit or Delete MessageReport This Post
Groupee Newbie
Posted Hide Post
Absolutely spot on...

Thank you both so much, I was struggling with this for hours and in seconds all is now working.

ICTtech.
 
Posts: 4 | Registered: September 08, 2005Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Eve Community  Hop To Forums  Customization Ideas    Trying to create a custom header section