Log in

View Full Version : Make site name in the footer as a link


kgp43
10-07-2004, 12:57 PM
Hey,

I know how to add a link in the footer. But is it possible to edit the site name in the footer, so it will be a link to the frontpage instead of plain text?

Logikos
10-07-2004, 01:04 PM
you could add it manually.

<a href="http://www.yoursite.com">Your Name</a>

Dean C
10-07-2004, 02:22 PM
Questions about modifying vBulletin's default behaviour and asking about modifications in general, should be posted in General vBulletin Questions. Please read the forum descriptions more carefully in future. I've moved your thread there for you :)

Thanks,
- Dean

kgp43
10-07-2004, 06:35 PM
Dean C; Thanks.

Live Wire; I would like the text in the bottom (my Forum name) to be a link to my frontpage, is this possible? I already added a link as you typed, but it just look weird :P

Logikos
10-07-2004, 07:30 PM
So then the above will work, just change the link and the name. Unless i'm not understanding what you want to do. Screenshot maybe?

kgp43
10-08-2004, 07:13 AM
okay, I will try explain

in the bottom of my forum (www.perfumeindex.com/forums) you can see this:

Powered by: vBulletin Version 3.0.3
Copyright ?2000 - 2004, Jelsoft Enterprises Ltd.
PerfumeIndex.com

I would like to make my site name as a link (PerfumeIndex.com). Is it just plain text the way it is now

Natch
10-08-2004, 10:21 AM
Then you replace the code PerfumeIndex.com with the code <a href="http://www.perfumeindex.com/">PerfumeIndex.com</a>

kgp43
10-15-2004, 09:16 PM
perfect :)
Thanks for the help.

Logikos
10-16-2004, 02:22 AM
you could add it manually.

<a href="http://www.yoursite.com">Your Name</a>

Isn't that the same thing? ^^