inherit
177461
0
Apr 21, 2019 7:46:59 GMT -8
Speed33
168
March 2012
speed33
|
Post by Speed33 on Feb 4, 2013 7:40:21 GMT -8
What does the code with the image option look like in it's entirety and where does it go. I provided a link in my reply, click on it.
|
|
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 4, 2013 8:30:06 GMT -8
What does the code with the image option look like in it's entirety and where does it go. I provided a link in my reply, click on it. Thanks I figured it out
|
|
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 4, 2013 8:33:57 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. You have up and down? I figured out the image thing once I looked at the code. Tell me about up and down
|
|
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 10:10:29 GMT -8
Nothing to really tell you about the up and down. When one clicks on the up image, it takes them to the top of page and when one clicks on the down image, it takes them to the bottom of page. All this code does, is to have a top and bottom image within each members post.
|
|
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 4, 2013 10:33:38 GMT -8
Nothing to really tell you about the up and down. When one clicks on the up image, it takes them to the top of page and when one clicks on the down image, it takes them to the bottom of page. All this code does, is to have a top and bottom image within each members post. My code only goes to the top.
|
|
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 10:39:26 GMT -8
The image I presented here was an example only and that's why I requested a mod to the code so that the down image would function.
|
|
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 4, 2013 10:51:22 GMT -8
The image I presented here was an example only and that's why I requested a mod to the code so that the down image would function. Ahhh Gotcha.
|
|
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 6, 2013 11:27:51 GMT -8
How about a back to top button at the bottom of the threads/recent list?
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Feb 8, 2013 5:30:15 GMT -8
For those still interested in the up and down buttons within individual posts, well I finally worked out a code so that you can achieve this. I know of several forums that had this type of code for the v4.5 and now with the v5, you can have the same results. Just stroll over here: link
|
|
inherit
165142
0
Apr 28, 2024 3:44:58 GMT -8
channonite
Still Learning
200
March 2011
channonite
|
Post by channonite on Feb 9, 2013 4:01:20 GMT -8
Structure > Layout Templates > Thread > Post ListFind this section of the code: And replace it with this: Hi BrianI did this change on my converted V4 Forum and it worked perfectly.
But .... I created a new Theme and the 'Back to Top' is not appearing in the posts, even though the code appears exactly as above and is unchanged.
I don't understand how changing the Theme could have stopped this code working, especially as it appears to be exactly the same as it was when it was working.Never mind .... Sat quietly in a darkened room for a while and the answer became obvious. All sorted now.
|
|
fia
New Member
Posts: 16
inherit
190444
0
Feb 13, 2014 12:21:13 GMT -8
fia
16
February 2013
fia
|
Post by fia on Mar 11, 2013 13:11:50 GMT -8
Wow, this is sooo cool. I am new to all of this and have never manipulated code in my life. But I hated not having the "back to top" link. I tried this and it works perfectly. THANK YOU!
|
|
inherit
192970
0
Jul 5, 2016 19:03:04 GMT -8
kpygout
45
April 2013
kpygout
|
Post by kpygout on Aug 18, 2013 9:06:35 GMT -8
Structure > Layout Templates > Thread > Post ListFind this section of the code: And replace it with this: I looked where this says and there is not a div- class-edited section, Here is what i see there: <div class="container posts"> <div class="title-bar"> {if $[reply_button]} <ul class="controls"><li>$[reply_button]</li></ul> {/if} <h1>$[thread.subject]</h1> </div> <div class="control-bar ui-helper-clearfix $[scroll_class]"> $[search] <div class="controls"> $[action_menu] </div> <div class="float-left">$[thread.icons]</div> $[pagination] </div> <div class="content cap-bottom"> $[thread.labels] $[poll] <table class="list" role="presentation"> <tbody class="$[list_class]"> $[post_list] </tbody> </table> {if !$[quick_reply]}{if $[bottom_reply_button]} <div class="reply_button pad-all-double">$[bottom_reply_button]<br class="clear" /></div> {/if}{/if} </div> </div> $[quick_reply] last line is 29...So what do I do to add this? Thanks...
|
|
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 Aug 18, 2013 9:23:01 GMT -8
kpygout- that looks like what I see on the "thread" tab. Switch to the Post List tab in that same area and you'll find what you're looking for- probably around line 34.
|
|
inherit
192970
0
Jul 5, 2016 19:03:04 GMT -8
kpygout
45
April 2013
kpygout
|
Post by kpygout on Aug 18, 2013 9:49:14 GMT -8
kpygout- that looks like what I see on the "thread" tab. Switch to the Post List tab in that same area and you'll find what you're looking for- probably around line 34. Thanks Moonbeam......I did that in another thread and got it to work....
|
|
inherit
223184
0
Jul 18, 2016 18:03:24 GMT -8
stronktank
86
July 2015
stronktank
|
Post by stronktank on Jul 16, 2015 10:30:57 GMT -8
How do you alter the appearance of it? Now it shows the 'forum link' layout. I've been wondering for a while how you link to layout templates in your style sheet,...
Thanks!
|
|