inherit
133488
0
Nov 27, 2024 13:54:49 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 12, 2013 14:36:06 GMT -8
I put this code in for the arrows Go to Admin > Structure > Layout Templates > Thread > Post List and look for: (line 33 or so) <td class="foot"> and add this right below it: <div class="edited_by"><a onclick="scroll(0,0);"><img src=" URL TO TOP BUTTON IMAGE" /></a><a href="#bottom" onclick="scroll(0,0);"><img src=" URL TO BOTTOM BUTTON IMAGE" /></a></div> But both arrows keep going to top of page. I have back to the top in words. The Thread below. Wondering if that has anything to do with it. support.proboards.com/thread/441326/back-topWould like to get rid of the words "Back to the top" and just have 2 arrows. Would like some assistance please.
|
|
inherit
178825
0
Nov 27, 2024 10:56:08 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Mar 12, 2013 14:38:38 GMT -8
Go to Admin > Structure > Layout Templates > Thread > Post List and look for: (line 33 or so)
<td class="foot">
and add this right below it:
<div class="edited_by"><a onclick="scroll(0,0);"><img src="URL TO TOP BUTTON IMAGE" /></a><a href="#bottom" onclick="scroll(0,0);"><img src="URL TO BOTTOM BUTTON IMAGE" /></a></div>
Now go to Admin > Structure > Layout Templates > Thread > Quick Reply and add
<a id="bottom"></a>
to the very bottom under </div>
I think you may have forgotten to add the code to the quick reply toetapping. If you follow the above instructions they will work as I am using it on my board.
|
|
inherit
133488
0
Nov 27, 2024 13:54:49 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 12, 2013 16:09:37 GMT -8
Thank you very much for that spice. You are right forgot the last lot.
|
|
inherit
178825
0
Nov 27, 2024 10:56:08 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Mar 13, 2013 6:26:14 GMT -8
You are very welcome Glad it worked.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 13, 2013 8:43:36 GMT -8
Just fyi: The onclick="scroll(0,0);" part tells the link to go to the top of the page.
|
|
inherit
133488
0
Nov 27, 2024 13:54:49 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 14, 2013 0:32:35 GMT -8
Thank you. Brian all help is appreciated.
|
|