View Full Version : How do I make a 'navigation' area?
Raider
03-21-2005, 09:07 PM
Hi, I would like to make a 'navigation' on the top left of my vbadvanced. It is here
http://www.clanshosting.com/forum/cmps_index.php
Now, how do I do this? Please explain in really simple words, i am not good with php at all.
Thank you.
mholtum
03-21-2005, 09:29 PM
No php required
Create your content in HTML then create a new template named adv_portal_navigation and throw the html code into it. Save.
Create a new module and call the nabvigation template. Activate. You are good to go!
Raider
03-22-2005, 05:03 PM
What do you mean create a new template?
Template of what?
Thank you for your reply.
ConqSoft
03-22-2005, 05:20 PM
AdminCP->Styles & Templates->Style Manager->Add New Template (dropdown)
Raider
03-22-2005, 05:39 PM
Yes, sorry. I found that, but how do I get the same theme? All I see is the html, and there is no backround to it. How do I get the theme around it/behind it?
Thanks alot guys. :)
ConqSoft
03-22-2005, 05:53 PM
Just copy/paste from one of the other CMPS templates, and use that as a guide.
Raider
03-22-2005, 05:56 PM
Tried. Failed.
I thought this would be it,
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
But it's not. It just really screws up my forum. What would the code be?
ConqSoft
03-22-2005, 06:10 PM
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet] Put Your Title Here</b></span></td>
</tr>
<tr>
<td class="alt2">
<!--- Put your content here. -->
</td>
</tr>
</table>
<br />
Raider
03-22-2005, 06:23 PM
Thank you very much. I have it now.
mholtum
03-22-2005, 08:26 PM
Now you can get real creative! :)
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.