inherit
186864
0
Jul 12, 2013 13:07:52 GMT -8
triplew64
78
December 2012
triplew64
|
Post by triplew64 on Jan 11, 2013 11:17:10 GMT -8
I would like to see a back to top link in each post. Members found this to be very useful in v4. I searched to see if there is a plugin or any existing code for something like this but did not find anything.
TIA
|
|
Ellie
New Member
Posts: 147
inherit
181818
0
Aug 21, 2020 11:49:14 GMT -8
Ellie
147
August 2012
elliearroway
|
Post by Ellie on Jan 12, 2013 16:01:39 GMT -8
I'm trying to add the same thing, but I haven't figured out how to get it exactly right. I added this code right after line 31 in the Post List layout template (just inside the "foot" class): <div class="edited_by"><span class="italic"><a href="#">Back to Top</a></span></div>
That works sometimes, but if the url includes a query string (like when the user clicked 'new' to load the thread) it doesn't work. Changing the # to a ? sort of works - but it reloads the entire page instead of just scrolling to the top. I'm assuming there is some easy way to do this that I'm just overlooking. Someone help me?
|
|
Ellie
New Member
Posts: 147
inherit
181818
0
Aug 21, 2020 11:49:14 GMT -8
Ellie
147
August 2012
elliearroway
|
Post by Ellie on Jan 16, 2013 18:07:30 GMT -8
Just wanted to let you know that I figured it out if you still want this. Add this line after line 31 in the Post List template (Layout Templates/Thread/Post List):
<div class="edited_by"><span class="italic"><a href="#" onclick="scroll(0,0); return false;">Back to Top</a></span></div>
|
|
inherit
186864
0
Jul 12, 2013 13:07:52 GMT -8
triplew64
78
December 2012
triplew64
|
Post by triplew64 on Jan 16, 2013 22:51:14 GMT -8
Just wanted to let you know that I figured it out if you still want this. Add this line after line 31 in the Post List template (Layout Templates/Thread/Post List): <div class="edited_by"><span class="italic"><a href="#" onclick="scroll(0,0); return false;">Back to Top</a></span></div> Thanks Ellie. I was just coming to post the same thing. I read it in a post from Brian in another thread. I appreciate your follow up.
|
|
blueshead
Full Member
More hot peppers please!
Posts: 928
inherit
185994
0
Jun 17, 2018 15:20:52 GMT -8
blueshead
More hot peppers please!
928
November 2012
mrblueshead
|
Post by blueshead on Jan 17, 2013 1:37:47 GMT -8
Works just fine.. Thank you...
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Jan 18, 2013 4:37:47 GMT -8
Very nice, works like a charm. Thanks!
|
|