inherit
103602
0
Nov 26, 2020 23:56:24 GMT -8
Chip
171
May 2007
koden
|
Post by Chip on Jan 25, 2013 9:59:41 GMT -8
I know that you can have the logo which is clickable but I would like the entire banner to be clickable. It would probably be easier to do if it wasn't a plugin but this is the only v5 request board for plugins or coding. So yes, I would like a plugin or code that makes the whole banner linked. Thanks in advanced.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Jan 25, 2013 11:08:40 GMT -8
Go to you admin panel, then go to the themes section, then layout templates, them select the 'Forum Wrapper' template. Find on about lines 15-20:
<div id="wrapper"> <header> <div id="banner-container" role="banner"> <span id="banner"> </span> </div>
And replace that with:
<div id="wrapper"> <header> <a href="/"> <div id="banner-container" role="banner"> <span id="banner"> </span> </div> </a>
|
|
inherit
103602
0
Nov 26, 2020 23:56:24 GMT -8
Chip
171
May 2007
koden
|
Post by Chip on Jan 25, 2013 11:26:01 GMT -8
Go to you admin panel, then go to the themes section, then layout templates, them select the 'Forum Wrapper' template. Find on about lines 15-20: <div id="wrapper"> <header> <div id="banner-container" role="banner"> <span id="banner"> </span> </div> And replace that with: <div id="wrapper"> <header> <a href="/"> <div id="banner-container" role="banner"> <span id="banner"> </span> </div> </a> Thank you very much! It was that simple XD I was messing with that but I didn't place the HTML right. Thanks again!
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Jan 25, 2013 11:29:15 GMT -8
No problem.
|
|