PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.0.X (http://www.photopost.com/forum/how-do-i-vbulletin-3-0-x/)
-   -   Header Link (http://www.photopost.com/forum/how-do-i-vbulletin-3-0-x/117746-header-link.html)

Roxie March 1st, 2005 12:23 PM

Header Link
 
Usually my members just click our header to get back to the main page. However, once in the gallery, the header links to the Gallery main page instead. Is there an easy way I can fix it so that the header links to the main page of vb?
Thanks in Advance. :)

KW802 March 1st, 2005 12:44 PM

Re: Header Link
 
Roxie,

Do you have a URL to check out? Also, by header to do you mean graphic image in your header? If so, what is the "<a href=..." code for it?

imported_theMusicMan March 1st, 2005 02:19 PM

Re: Header Link
 
KW.. I think the href code when in gallery is simply... <a href=index.php - which will take you back to the gallery index file.

Roxie: You need to edit the header template and find the image used on the header and ammed the a href to be;

<a href=http://www.yourdomain.com/index.php>

Of course changing yourdomain to be your own domain... hehe

That will then take you back to your CMPS page when clicked one wherever you are within your www site. Hope this is what you wanted.

ConqSoft March 1st, 2005 02:21 PM

Re: Header Link
 
Or just <a href="/">

KW802 March 1st, 2005 02:23 PM

Re: Header Link
 
Quote:

Originally Posted by theMusicMan
KW.. I think the href code when in gallery is simply... <a href=index.php - which will take you back to the gallery index file. ....

... we're thinking along the same lines but I wanted to make sure that it was what she was really talking about (versus something else in her header). For the anchor tag I prefer using "$vboptions[homeurl]" instead of hardcoding the site URL. Makes it much easier for managing styles between your production site and test sites, for example.

imported_theMusicMan March 1st, 2005 02:36 PM

Re: Header Link
 
Aye.. spot on KW.. Now you're just showing your far superior coding ability than mine eh...:):)


All times are GMT -5. The time now is 12:55 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97