inherit
211522
0
Jul 17, 2014 19:14:15 GMT -8
efferr
2
July 2014
efferr
|
Post by efferr on Jul 14, 2014 17:35:20 GMT -8
Hey everyone, Apologies if I am posting this in the wrong section. First off, I love using ProBoards, it's great and easy to use for a noob like myself. Although there are somethings which are too advanced for myself. There was something on another ProBoard forum that caught my eye. I really want to implement it on mine. The boards are below. tpesimleague.boards.net/Underneath the banner, we have a set of NHL hockey logos. Each logo redirects to a webpage that the owner hosts. Well I'd like to do the same thing, with my own icons of course. Is this a code that needs to be put into the forum wrapper? If so, can anyone steer me in the right direction. Much appreciated!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jul 15, 2014 2:17:13 GMT -8
Hey everyone, Apologies if I am posting this in the wrong section. First off, I love using ProBoards, it's great and easy to use for a noob like myself. Although there are somethings which are too advanced for myself. There was something on another ProBoard forum that caught my eye. I really want to implement it on mine. The boards are below. tpesimleague.boards.net/Underneath the banner, we have a set of NHL hockey logos. Each logo redirects to a webpage that the owner hosts. Well I'd like to do the same thing, with my own icons of course. Is this a code that needs to be put into the forum wrapper? If so, can anyone steer me in the right direction. Much appreciated! You'd need to go to your wrapper template (Admin > Themes> Layout Templates>) and find this part and add the blue: (You can just keep adding more images above the closing div (bolded).) <div id="banner-container" role="banner"> <h2 id="banner"> $[forum.title] </h2> </div> <div style="margin:auto;text-align:center;margin:6px 0px 6px 0px;"> <a href="http:linktosite.com"><img src="http://linktoimage.png" ></a> </div>
Edit, Just notice, when I read your post and you said under the banner but looking at the link you gave, it is actually under the nav tree. What I gave you is for under the banner. If you actually want it under the nav tree then let us know.
|
|
inherit
211522
0
Jul 17, 2014 19:14:15 GMT -8
efferr
2
July 2014
efferr
|
Post by efferr on Jul 15, 2014 6:28:43 GMT -8
I just added the code and it worked great. If I did want to lower it though, am I just putting the code in somewhere lower in the wrapper?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jul 15, 2014 12:45:00 GMT -8
I just added the code and it worked great. If I did want to lower it though, am I just putting the code in somewhere lower in the wrapper? To have it below the nav tree find what I posted below and put the blue div in my previous post where I have the red <<<< If you want it below the ad (above the forum) put the blue div in my previous post where I have the blue <<<< {if $[navigation.tree]} <div id="navigation-tree"> $[navigation.tree] </div> {/if} <<<< $[header] <<<<
|
|