![]() |
|
#1
|
|||
|
|||
|
OK, I'm about as dumb as a box of rocks when it comes to coding and this kind of stuff so, I have some questions about this vBadvanced CMPS I had installed. I will limit it to one at a time so I don't confuse myself to much.
How do I change the url that is on the vbulletin logo at the top left of the page? Right now it leads to http://www.sep.tngamer.com/index.php? and that is a dead link. |
|
#2
|
||||
|
||||
|
Just edit the code in your header template.
|
|
#3
|
|||
|
|||
|
Would you be speaking of the Style Manager/Default Style/Common Templates/header template?
Just to expand a bit more on what's happening. The VB logo at the top of the forums works. It will lead you to the main page of the forums. It's just the VB logo on the vBadvanced that doesn't work. |
|
#4
|
||||
|
||||
|
Yes, that's the correct place. If you add $vboptions[bburl]/ in front of the link there then it will always link to your forums homepage. Otherwise you can just change the link to point to wherever you would like.
|
|
#5
|
|||
|
|||
|
ok where in all this would you put the $vboptions[bburl]/?
This is the header templet I'm looking at. <!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> <!-- NEW HEADER & NAVBAR Now that the nav buttons are in the navbar template, you can stick whatever you like into this space. This makes it much easier for novice admins to customize their header template without affecting important navigation elements. --> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
|
#6
|
||||
|
||||
|
<a href="$vboptions[forumhome].php?$session[sessionurl]">
Change to: <a href="$vboptions[bburl]/$vboptions[forumhome].php?$session[sessionurl]"> |
|
#7
|
|||
|
|||
|
You are the man!!!
It's working the way it's suppose to now. Thanks Brian! hmm that took a lot out of me. I wonder if I dare ask another question?
|
|
#8
|
|||
|
|||
|
Quote:
Hello, Does anyone know how to make the change in the common template -> "header ""to always have the main logo when clicked, link to the index page, in this case the CMPS main page? I basically want the main logo when clicked from any page to link to my home page as a default instead of having a link on my Navbar. Thanks for the help, Nuguru Last edited by Nuguru; 06-15-2006 at 03:40 AM. |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question about user name change. | kittymother | Bugs From 1.0 RC3 | 1 | 08-08-2004 12:20 PM |
| Change the name for preinstalled modules? | TrickyD | Troubleshooting / "How do I..." Questions | 2 | 06-02-2004 11:24 PM |