FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Logo in the top left corner?
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Logo in the top left corner? [message #2460] Thu, 09 May 2002 07:00 Go to next message
Retzgesick is currently offline  Retzgesick   Germany
Messages: 16
Registered: May 2002
Location: Düsseldorf, Germany
Karma: 0
Junior Member
How to put a log in the top left corner? I have seen that in phpBB2. They have a gif image in the top left corner which is clickable and linked to "Home".

Is it possible to do that in Fud? (which template?)


Rainer Vietz
Re: Logo in the top left corner? [message #2469 is a reply to message #2460] Thu, 09 May 2002 15:06 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
You need to modify the VERY simple header template. Inside you can put whatever any HTML code that you want.

FUDforum Core Developer
Re: Logo in the top left corner? [message #2472 is a reply to message #2469] Thu, 09 May 2002 15:38 Go to previous messageGo to next message
Retzgesick is currently offline  Retzgesick   Germany
Messages: 16
Registered: May 2002
Location: Düsseldorf, Germany
Karma: 0
Junior Member
Thanks, now there is a logo at the top left Very Happy

Rainer Vietz
Re: Logo in the top left corner? [message #2488 is a reply to message #2469] Thu, 09 May 2002 23:51 Go to previous messageGo to next message
scoutzilla is currently offline  scoutzilla   United States
Messages: 163
Registered: April 2002
Location: Southern Califorina
Karma: 0
Senior Member

It would be great if you could share a "snip" of the modified header header templet. I'd like to add a logo up there too.

z


Got Torque?
Re: Logo in the top left corner? [message #2489 is a reply to message #2469] Fri, 10 May 2002 00:00 Go to previous messageGo to next message
esm2002 is currently offline  esm2002   United States
Messages: 339
Registered: May 2002
Location: Atlanta Georgia
Karma: 0
Senior Member
I think the header template controls the start of the first table....you can put a logo before this.

but what if you want to put a logo INSIDE that first table on the same line as the FAQ, Profile, etc...?



Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
Re: Logo in the top left corner? [message #2490 is a reply to message #2488] Fri, 10 May 2002 00:07 Go to previous messageGo to next message
esm2002 is currently offline  esm2002   United States
Messages: 339
Registered: May 2002
Location: Atlanta Georgia
Karma: 0
Senior Member
just plain old HTML code worked for me...

what looked like this
<img src="blank.gif" height=2 width=1>

<table width="100%" border="0" cellspacing="3" cellpadding="5"><tr><td class="ForumBackground">

looked like this afterward
<img src="blank.gif" height=2 width=1>

<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 align=center WIDTH="100%">
<TR>
<TD>
<CENTER><IMG SRC="http://www.mysite.com/images/banners/logo50.gif" WIDTH="360" HEIGHT="60" BORDER=0 ALT="My site logo"></CENTER>
</TD>
</TR>
</TABLE><BR>

<center>
<table width="95%" border="0" cellspacing="3" cellpadding="5"><tr><td class="ForumBackground">




I put the </center> in the footer


Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
Re: Logo in the top left corner? [message #2539 is a reply to message #2460] Fri, 10 May 2002 20:30 Go to previous messageGo to next message
Retzgesick is currently offline  Retzgesick   Germany
Messages: 16
Registered: May 2002
Location: Düsseldorf, Germany
Karma: 0
Junior Member
The easiest way is to replace the line
<img src="blank.gif" height=2 width=1>
with
<a href="some url">
<img src="your.gif.gif" border=0>
</a>
and copy "your.gif" into your Fud2 php-Directory
Then you get your clickable logo in the top left corner.


Rainer Vietz

[Updated on: Fri, 10 May 2002 20:31]

Report message to a moderator

Re: Logo in the top left corner? [message #2555 is a reply to message #2539] Sat, 11 May 2002 11:38 Go to previous messageGo to next message
Olliver   Germany
Messages: 443
Registered: March 2002
Karma: 0
Senior Member
Hello,
be careful with using the image tag without specifying the image size. this will cause problems with IE, resulting in the banner sometimes being placed anywhere but at the spot u want it to be. So for compatibility reasons I always would add height="x" width="y".
bye
Ken
icon14.gif  Re: Logo in the top left corner? [message #2653 is a reply to message #2555] Wed, 15 May 2002 03:17 Go to previous messageGo to next message
scoutzilla is currently offline  scoutzilla   United States
Messages: 163
Registered: April 2002
Location: Southern Califorina
Karma: 0
Senior Member

Great! I got it!!

Need a cleaner .gif, but I'm on the right track, thanks!!

heres a link

http://www.scoutswest.com/fforum/www/index.php

Laughing

z


Got Torque?
Re: Logo in the top left corner? [message #11273 is a reply to message #2653] Wed, 25 June 2003 18:28 Go to previous messageGo to next message
Tobias Eigen is currently offline  Tobias Eigen   United States
Messages: 85
Registered: June 2003
Location: Seattle, WA USA
Karma: 0
Member
Hi all,

I don't think I'm understanding how to do this - I want to put the kabissa logo inside the table, to the left of the navigation and above "Welcome ..". Is this possible?

Cheers,

Tobias


Kabissa - Space for change in Africa
Re: Logo in the top left corner? [message #11275 is a reply to message #11273] Wed, 25 June 2003 19:15 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Yes, use the template editor to modify header.tmpl

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Document contrains no data
Next Topic: Problem with Group manager
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Sep 14 22:38:29 GMT 2024

Total time taken to generate the page: 0.02154 seconds