inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 1, 2013 18:32:18 GMT -8
Brian is there a way I could add either a Reply button beside the Quote button inside each post or just add Reply text at the bottom of each post under my [Back to Top] link? My members love using the Recent Post link and are asking for this so they can just reply direct from the Recent Post list rather than open the thread. An Irish Beer Cheers to ya Attachments:
|
|
inherit
173853
0
Oct 1, 2024 3:47:27 GMT -8
kpatch
724
November 2011
jkjpatch
|
Post by kpatch on Feb 2, 2013 11:46:07 GMT -8
Hi, DeltaDart. Go to Structure > Layout Templates > Thread and add this before the line that says $[search]. Whenever I try to add the Reply button, it causes the pagination information to move toward the right, further away from the left-hand margin, when it is supposed to be flush left. What am I doing wrong?
|
|
inherit
173853
0
Oct 1, 2024 3:47:27 GMT -8
kpatch
724
November 2011
jkjpatch
|
Post by kpatch on Feb 3, 2013 8:21:41 GMT -8
^ Bumping. Does anyone have any tips for me for adding the codes successfully? Please see my problem in the above post. Thank you.
|
|
xLc
Junior Member
Posts: 290
inherit
180982
0
Sept 18, 2019 6:25:07 GMT -8
xLc
290
July 2012
lifestylecourier
|
Post by xLc on Feb 3, 2013 11:00:34 GMT -8
I removed this: <ul class="controls"><li>$[reply_button]</li></ul>
is that what I need to take out to remove the lower 'reply' button?
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 3, 2013 14:34:58 GMT -8
Hi, DeltaDart. Go to Structure > Layout Templates > Thread and add this before the line that says $[search]. Whenever I try to add the Reply button, it causes the pagination information to move toward the right, further away from the left-hand margin, when it is supposed to be flush left. What am I doing wrong? jkjpatch I already have that added there along with my Back to Top and To Bottom links (images), that puts it in the Action Bar, not the actual Post. I'm trying to add it into each post along.
|
|
inherit
173853
0
Oct 1, 2024 3:47:27 GMT -8
kpatch
724
November 2011
jkjpatch
|
Post by kpatch on Feb 4, 2013 6:51:15 GMT -8
Whenever I try to add the Reply button, it causes the pagination information to move toward the right, further away from the left-hand margin, when it is supposed to be flush left. What am I doing wrong? jkjpatch I already have that added there along with my Back to Top and To Bottom links (images), that puts it in the Action Bar, not the actual Post. I'm trying to add it into each post along. What I am saying is that the << Prev 1 Next >> pagination that is at the left margin moves toward the center of the action bar when I add the Reply code to the Action Bar. I don't know what that's happening. It looks great in your screen shot, but in mine, it scoots over. See screenshot attachment. Attachments:
|
|
inherit
173853
0
Oct 1, 2024 3:47:27 GMT -8
kpatch
724
November 2011
jkjpatch
|
Post by kpatch on Feb 5, 2013 17:33:43 GMT -8
Still looking for help with this adjustment. Thank you.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 7, 2013 12:05:33 GMT -8
Still looking for help with this adjustment. Thank you. I'm not sure why yours is doing that. It also does it without the reply button added, so it's definitely not that. Adding this to your style sheet seems to fix it:
|
|
inherit
173853
0
Oct 1, 2024 3:47:27 GMT -8
kpatch
724
November 2011
jkjpatch
|
Post by kpatch on Feb 7, 2013 12:34:53 GMT -8
Still looking for help with this adjustment. Thank you. I'm not sure why yours is doing that. It also does it without the reply button added, so it's definitely not that. Adding this to your style sheet seems to fix it: Thanks so much for the response Brian! Where do I add this: .control-bar .ui-pagination { float: left; }
Do I add it in addition to any of the following or instead of any of it? Or just anywhere in the style sheet? Go to Structure > Layout Templates > Thread and add this before the line that says $[search]. {if $[reply_button]} <ul class="ui-pagination" style="float: right;"><li class="ui-pagination-page"><a id="pagReply" href="$[reply_button.href]">Reply</a></li></ul> {/if}
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Feb 7, 2013 12:57:50 GMT -8
I'm not sure why yours is doing that. It also does it without the reply button added, so it's definitely not that. Adding this to your style sheet seems to fix it: Thanks so much for the response Brian! Where do I add this: .control-bar .ui-pagination { float: left; }
Do I add it in addition to any of the following or instead of any of it? Or just anywhere in the style sheet? Go to Structure > Layout Templates > Thread and add this before the line that says $[search]. {if $[reply_button]} <ul class="ui-pagination" style="float: right;"><li class="ui-pagination-page"><a id="pagReply" href="$[reply_button.href]">Reply</a></li></ul> {/if} That should go directly into your style sheet: Admin > Themes > Colors and Styles > Style Sheet
|
|
inherit
173853
0
Oct 1, 2024 3:47:27 GMT -8
kpatch
724
November 2011
jkjpatch
|
Post by kpatch on Feb 7, 2013 13:22:34 GMT -8
Thanks Stinky!
Trying to figure out if the info Brian provided is in addition to or instead of the original modification. And if it goes just anywhere on the style sheet or somewhere specific. Coding ain't my thing.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 7, 2013 15:53:05 GMT -8
Thanks Stinky! Trying to figure out if the info Brian provided is in addition to or instead of the original modification. And if it goes just anywhere on the style sheet or somewhere specific. Coding ain't my thing. Anything I suggest placing in the style sheet typically goes at the bottom, since it overrides anything previously set by the style sheet.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 7, 2013 15:57:18 GMT -8
Brian is there a way I could add either a Reply button beside the Quote button inside each post or just add Reply text at the bottom of each post under my [Back to Top] link? My members love using the Recent Post link and are asking for this so they can just reply direct from the Recent Post list rather than open the thread. An Irish Beer Cheers to ya It uses the same template as threads, so not specifically on that page.
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 7, 2013 16:01:39 GMT -8
Brian is there a way I could add either a Reply button beside the Quote button inside each post
or just add Reply text at the bottom of each post under my [Back to Top] link? My members love using the Recent Post link and are asking for this so they can just reply direct from the Recent Post list rather than open the thread. An Irish Beer Cheers to ya It uses the same template as threads, so not specifically on that page. Sorry, I lost you there. The Pages use the same Thread Template so I can't get it into each Post?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 7, 2013 16:37:48 GMT -8
It uses the same template as threads, so not specifically on that page. Sorry, I lost you there. The Pages use the same Thread Template so I can't get it into each Post? If you placed a Reply button into each post on the Recent Posts page it would also show up in posts in actual threads (like the one you're reading right now. Hi. ).
|
|