blind-eddie |
04-11-2008 09:31 AM |
Quote:
Originally Posted by anarki2009
(Post 1481699)
Hi hoof, i would like to change the home botton, but can't find the code you said to look for....
Code:
<td class="vbmenu_control"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">Home</a></td>
Was that code for the first skin? Can any one help me out?:confused: Thanks
|
The above code is located in your navbar. If you use vba pages and wish to have your Home button go to your vba page, edit that line of code with the following.
Code:
<td class="vbmenu_control"><a href="ADD YOUR SITE URL HERE[sessionurl_q]" accesskey="1">Home</a></td>
Quote:
Originally Posted by GhOsTxX
(Post 1487101)
Can somebody pleaseee tell me how to change the banner on blak-ice style? ive had thier wierd banner up for some months now and its time to go. Somebody please help me? thanks
|
Right click on the banner in your Forum & vba page , if you use vba pages. Click Properties. You will see the url of that image, Look at the structure of that url, for example, lets use vb.org banner.
https://vborg.vbsupport.ru/images/cs...een/vblogo.gif
In this example, you see you need to open your forum folder via ftp, then images, then cstyle, then green, you then over-write the vblogo.gif with the image you wish to be shown there. Repeat these steps with your vba page if you use vbadvance.
|