|
|
| Author |
Message |
Megan_F_G
New User
Joined: 26 May 2008
Posts: 7
|
Posted: May 26th 2008, 6:21 pm Post subject: What am I doing Wrong?? |
|
|
Hi there,
I have set up a new messageboard here:
www.sketchbooknz.com/Forum
However for the life of me I can' figure out how to get my banner at the top on its own. It is also an html file as I wanted people to be able to link to the other pages from it.
Does anyone know where I need to put it to get it to work?? I am using the Prosilver template
Thanks in advance.
Megan |
|
| Back to top |
|
 |
barryoneoff
Not So New User
Joined: 03 Feb 2007
Posts: 98
Location: East London, England
|
|
| Back to top |
|
 |
Megan_F_G
New User
Joined: 26 May 2008
Posts: 7
|
Posted: May 27th 2008, 2:15 pm Post subject: |
|
|
Thanks so much for that. It was perfect!
Now to my next issue. Does anyone know how I can add cutom links below my banner? So they can go to the Home Page / Gallery etc? If anyone knows for the Prosilver template I would be extremely grateful!
Megan |
|
| Back to top |
|
 |
abble CoSa NoStrA
Well Known User

Joined: 14 Dec 2006
Posts: 165
Location: France
|
Posted: May 27th 2008, 3:52 pm Post subject: |
|
|
hi
to add links like faq or index, you need to edit:
buttons.css
exemple: icon and link for gallery after login/logout,
find
| Code:
|
/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
background-position: 0 50%;
background-repeat: no-repeat;
background-image: none;
padding: 1px 0 0 17px;
}
|
add after .icon-search :
after open colours.css and find :
| Code:
|
|
.icon-search { background-image: url("{T_THEME_PATH}/images/icon_search.gif"); }
|
after, add:
| Code:
|
|
.icon-gallery { background-image: url("{T_THEME_PATH}/images/icon_gallery.gif"); }
|
of course you need an image was called icon_gallery.gif in images folder in theme of prosilver.
last step:
open overall_header.html and find:
| Code:
|
|
<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
|
after add:
| Code:
|
|
<li class="icon-gallery"><a href="url of your page" title="description of your page">Gallery</a></li>
|
that's all _________________ Beat me if you can
=> War of Gross -be carefull, this is an addictive game ^^ |
|
| Back to top |
|
 |
Megan_F_G
New User
Joined: 26 May 2008
Posts: 7
|
Posted: May 27th 2008, 4:33 pm Post subject: |
|
|
Okay, I tried doing this last night, and it worked. sort of
The link however put the forum address in first and then my link address. so if I click on the link I had created as per your instructions the address would come up as
www.sketchbooknz.com/forumwww.sketchbooknz.com/Gallery
instead of www.sketchbooknz.com/Gallery
Any ideas on how to get it just to say the second part and not the first??
Thanks in advance.
Megan |
|
| Back to top |
|
 |
~HG~
Dedicated User
Joined: 08 Nov 2003
Posts: 3192
Location: Australia
|
|
| Back to top |
|
 |
Megan_F_G
New User
Joined: 26 May 2008
Posts: 7
|
Posted: May 31st 2008, 2:02 pm Post subject: |
|
|
Thanks, but then it would have still been wrong as it would have been /forum/gallery
However with a bit more playing I discovered that I had to include http:// to get it working properly.
So its all good now.
Thanks for all the help.
Megan |
|
| Back to top |
|
 |
|