paulam
New Member
Dodgerslist.com .... There is hope for dogs with disc disease!
Posts: 120
inherit
190606
0
Dec 30, 2022 13:04:15 GMT -8
paulam
Dodgerslist.com .... There is hope for dogs with disc disease!
120
February 2013
paulam
|
Post by paulam on Nov 22, 2016 9:29:37 GMT -8
Would like to add a hyperlink to the existing banner image on our Forum Home page. Where exactly would the code be placed? What should the code be?
|
|
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 Nov 22, 2016 14:42:23 GMT -8
Would like to add a hyperlink to the existing banner image on our Forum Home page. Where exactly would the code be placed? What should the code be? You should be able to go into your forum wrapper ( Admin> Themes> Layout Templates>Forum Wrapper)and add the hyperlink but it'll only work if you have removed the logo (forum title) from there. So typically you'll see this starting around line 16. <div id="banner-container" role="banner"> <h2 id="banner"> $[forum.title] </h2> </div> The red would need to be gone and then it would look like this with the bold being your hyper link and the blue being the link you want it to go to: <a href="support.proboards.com"> <div id="banner-container" role="banner"> <h2 id="banner"> </h2> </div> </a>
|
|
paulam
New Member
Dodgerslist.com .... There is hope for dogs with disc disease!
Posts: 120
inherit
190606
0
Dec 30, 2022 13:04:15 GMT -8
paulam
Dodgerslist.com .... There is hope for dogs with disc disease!
120
February 2013
paulam
|
Post by paulam on Nov 22, 2016 18:05:22 GMT -8
Thank you Tumbleweed for the idea.
Once I made all the changes --- removed $[forum.title] ---- and added <a href="dodgerslist.com">....</a>)
it caused all the rest of the code to be flagged red in the Forum 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 Nov 22, 2016 20:25:46 GMT -8
Thank you Tumbleweed for the idea. Once I made all the changes --- removed $[forum.title] ---- and added <a href="dodgerslist.com">....</a>) it caused all the rest of the code to be flagged red in the Forum Wrapper. If you got a red flags on some of the code you might be missing a quote or something isn't nested correctly. Double check that you have it exactly how I have it. If you don't see anything wrong then post what you have from the very top and then down to where you start getting red flags.
|
|
paulam
New Member
Dodgerslist.com .... There is hope for dogs with disc disease!
Posts: 120
inherit
190606
0
Dec 30, 2022 13:04:15 GMT -8
paulam
Dodgerslist.com .... There is hope for dogs with disc disease!
120
February 2013
paulam
|
Post by paulam on Nov 23, 2016 10:06:13 GMT -8
Thank you Tumbleweed!!!! It must have been a missing quote mark. All works as it should now.
|
|
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 Nov 23, 2016 22:26:41 GMT -8
Thank you Tumbleweed!!!! It must have been a missing quote mark. All works as it should now. You're welcome. Glad it was something simple like that.
|
|