Page 1 of 1

Adding links next to the forum logo

PostPosted: Wed Jan 23, 2008 5:05 am
Author: sanji
I would like to improve the navigation on my site, and am thinking to add link on the right side of the logo of the forum - where here, there is some text like "IntegraMOD is a full featured pre-modded version of phpBB forum application
with all the great and powerful MODs seamlessly integrated into one superb package."

On integramod.com, this is obviously a flash element, but I would prefer to stick to html, but honestly I have no idea how to do that... Any guideline?

Alternatively, would it be possible to display the qbar - which would not be a bar anymore - as a list of links next to the logo?

I know this is not very precise... I am really bad at designing, so I would appreciate some help on that issue <img>

sanji

Re: Adding links next to the forum logo

PostPosted: Sat Feb 02, 2008 7:34 pm
Author: Helter
sorry i missed your post sanji . The revolving text you see on the top right here is not flash, it is found in root//templates/fi_newsfader_user.js
it is easy to edit and you may include html links in it.

To make it work, open your template/overall_header.tpl
find
Code: Select all
 <link>  


after, add

Code: Select all
 <script></script>  



find

Code: Select all
 <BEGIN><td><div>{BANNER_0_IMG}</div></td><END>  


replace with

Code: Select all
 <td><div><script></script></div></td><!--disable banner<BEGIN><td><div>{BANNER_0_IMG}</div></td><END><end>  

Re: Adding links next to the forum logo

PostPosted: Sun Feb 03, 2008 12:13 pm
Author: MWE_001
Helterskelter, Im gonna go ahead and thankyou for this as well. I have allways wondered how it worked.

Re: Adding links next to the forum logo

PostPosted: Sun Feb 03, 2008 1:01 pm
Author: Helter
it is built into Integramod, however, the only template that uses it by default is Integrastyle

PostPosted: Sun Feb 03, 2008 6:58 pm
Author: sanji
Thanks.

IM is really amazing... I guess I still am not aware of most of the possibilities...

sanji

Re: Adding links next to the forum logo

PostPosted: Mon Feb 04, 2008 9:11 am
Author: CaNNon
I'm in for a thanks, I would like to use this also. <img>

PostPosted: Mon Feb 04, 2008 12:42 pm
Author: richiebgood
You can also try out differeny styles. I am loving efusion on my site.