inherit
186666
0
Mar 15, 2014 15:56:47 GMT -8
sandy000
43
December 2012
sandy000
|
Post by sandy000 on Jan 24, 2013 12:23:02 GMT -8
Thanks Brian.
(triplew64 I had to remove that Smilie Plugin. It interfered with everything I tried to do on the board, moving the shoutbox-made smilies show up there instead of quick reply, removing last edit, back to the top etc... something isn't right with that Smilie Plugin and I haven't been able to get any support in that thread.)
|
|
inherit
173853
0
Oct 1, 2024 3:47:27 GMT -8
kpatch
724
November 2011
jkjpatch
|
Post by kpatch on Jan 27, 2013 19:13:15 GMT -8
How come I can see and use Back to Top, but the members can't?
|
|
inherit
yllaciledehcysP citsatkranS
161169
0
Nov 28, 2013 18:47:45 GMT -8
moonbeam
I have NO IDEA what "psychedelic insultment" is, but I'm clearly a victim of it!
7,230
December 2010
lmccull
|
Post by moonbeam on Jan 27, 2013 19:20:04 GMT -8
Do you have more than one theme? You have to do it on all of them, if so.
Editing to add, I can see it as a guest.
|
|
inherit
173853
0
Oct 1, 2024 3:47:27 GMT -8
kpatch
724
November 2011
jkjpatch
|
Post by kpatch on Jan 27, 2013 20:46:02 GMT -8
Thanks again moonbeam. I forget that some functions are global and others are theme by theme. That did the trick.
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Jan 28, 2013 0:46:20 GMT -8
Structure > Layout Templates > Thread > Post ListFind this section of the code: And replace it with this: Beautiful Brian Ordonez I made 2 minor mods to suit my personal 'visual' taste of having it appear below any Edited text. I replaced the - with 2 breaks <br><br> and added brackets [ ] around the text Back to Top so it looks like this. <div class="edited_by">{if $[post.edited]}<span class="italic">Last Edit:</span> $[post.edited.date] by $[post.edited.by_user]{if $[post.edited.reason]}: $[post.edited.reason]{/if} <br><br> {/if}<a onclick="scroll(0,0);">[Back to Top]</a></div>
I would still rather add a Back to Top button in the Action Bar via a Layout Template if you get the chance to show me. Thanks Brian
|
|
inherit
188344
0
Jan 11, 2019 13:59:01 GMT -8
barnguy
4
January 2013
barnguy
|
Post by barnguy on Jan 29, 2013 13:47:25 GMT -8
Thanks from us as well. Worked just fine. This was one of the little things that bugged me about the change.
|
|
inherit
163454
0
Oct 1, 2013 17:47:12 GMT -8
skeeterdann
38
February 2011
skeeterdann
|
Post by skeeterdann on Jan 30, 2013 17:00:57 GMT -8
It worked for me too. Thanks everyone !!
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 31, 2013 8:58:19 GMT -8
Brian my back to top is missing. So it is. Just follow the instructions from my first post. Structure > Layout Templates > Thread > Post ListFind this section of the code: And replace it with this: Beautiful Brian Ordonez I made 2 minor mods to suit my personal 'visual' taste of having it appear below any Edited text. I replaced the - with 2 breaks <br><br> and added brackets [ ] around the text Back to Top so it looks like this. <div class="edited_by">{if $[post.edited]}<span class="italic">Last Edit:</span> $[post.edited.date] by $[post.edited.by_user]{if $[post.edited.reason]}: $[post.edited.reason]{/if} <br><br> {/if}<a onclick="scroll(0,0);">[Back to Top]</a></div>
I would still rather add a Back to Top button in the Action Bar via a Layout Template if you get the chance to show me. Thanks Brian Structure > Layout Templates > ThreadAdd the line in red to the appropriate section of the code.
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Jan 31, 2013 15:49:44 GMT -8
Structure > Layout Templates > ThreadAdd the line in red to the appropriate section of the code. Thanks Brian. Another question: Where would I put this code to have the same buttons display on the Action Bar when I'm viewing Recent Posts?
|
|
inherit
177461
0
Apr 21, 2019 7:46:59 GMT -8
Speed33
168
March 2012
speed33
|
Post by Speed33 on Jan 31, 2013 18:44:55 GMT -8
I think you removed the "Last Edited" section from your template. In that case, place this directly under the line that says <td class="foot">: I might add if you want to use an image instead of text the code can be altered to look like this: (Change the part in red) <div class="edited_by"><a onclick="scroll(0,0);"><img src=" URL OF IMAGE"></a></div> And as seen here: tdrftest.freemessageboards.com/thread/11/friday
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Jan 31, 2013 21:15:30 GMT -8
I think you removed the "Last Edited" section from your template. In that case, place this directly under the line that says <td class="foot">: I might add if you want to use an image instead of text the code can be altered to look like this: (Change the part in red) <div class="edited_by"><a onclick="scroll(0,0);"><img src=" URL OF IMAGE"></a></div> And as seen here: tdrftest.freemessageboards.com/thread/11/friday No I still have that as part of adding "Back to Top" at the footer of each post along with the 'Edited by', and that shows up when checking "Recent Posts" as well. But what doesn't appear in "Recent Posts" is the "Back to Top" in the scrolling Action Bar. Only the Search field is there. I'd like to add the Back to Top / Bottom buttons there also.
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Feb 1, 2013 6:43:25 GMT -8
Hello Brian... This is exactly what I've been looking for and now want to do the same for Back To Bottom within what I have here and need them on the same line, but with a space or two for placing images instead of text: <td class="foot"> <div class="edited_by"><a onclick="scroll(0,0);">Back to Top</a></div> <!-- {if $[post.edited]} <div class="edited_by"><span class="italic">Last Edit:</span> $[post.edited.date] by $[post.edited.by_user]{if $[post.edited.reason]}: $[post.edited.reason]{/if}</div> {/if} --> Got the image part Speed and thanks for that: <div class="edited_by"><a onclick="scroll(0,0);"><img src="URL OF IMAGE"></a></div> As you can see, I have the Back to Top image and with your mod, how can I place a Back To Bottom image right beside it:
|
|
inherit
173853
0
Oct 1, 2024 3:47:27 GMT -8
kpatch
724
November 2011
jkjpatch
|
Post by kpatch on Feb 1, 2013 20:06:00 GMT -8
Is there a way to put the back to top code into message threads? I have a couple members who I have lengthy conversations with. Should this be a separate thread question? Thank you.
|
|
inherit
onewillingsniper@hotmail.com
185552
0
Mar 13, 2014 12:52:02 GMT -8
Willing Sniper
559
November 2012
sergentpepper
|
Post by Willing Sniper on Feb 3, 2013 19:57:28 GMT -8
What does the code with the image option look like in it's entirety and where does it go.
Nevermind
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Feb 4, 2013 5:14:16 GMT -8
What does the code with the image option look like in it's entirety and where does it go. Hello Willing Sniper... This is what it would look like with both up and down: (option images) The image above shows the placement of where they go.
|
|