m3s
New Member
Posts: 30
inherit
191044
0
Jul 18, 2013 8:40:07 GMT -8
m3s
30
March 2013
m3s
|
Post by m3s on May 5, 2013 6:40:47 GMT -8
Mabel, I just wanted to say thanks for this. A few of our members have been struggling to make the transition to the floating pagination.
This has worked like a charm and you explained it all really thoroughly and understandably.
Thanks very much.
|
|
inherit
194484
0
Oct 28, 2024 7:30:05 GMT -8
adeheathen
4
May 2013
adeheathen
|
Post by adeheathen on May 23, 2013 12:37:19 GMT -8
Thanks for making that so easy to understand! (Funny how everyone's finding it hard to get used to new ways) ;-)
|
|
inherit
191760
0
Aug 1, 2023 14:27:46 GMT -8
tonya575
37
March 2013
tonya575
|
Post by tonya575 on Jun 2, 2013 11:44:30 GMT -8
Thanks that is just what I needed!!! Word great!!
|
|
inherit
195082
0
Mar 20, 2022 7:33:21 GMT -8
PF
1,089
June 2013
weedster
|
Post by PF on Aug 7, 2013 18:21:59 GMT -8
Some people have been pointing out the lack of pagination links at the bottom of threads in v5. This is because the top pagination bar now scrolls with the page, but unfortunately it can be a bit confusing for those who aren't used to it. This is how I added a secondary pagination bar on my forum/theme. First, take this code and then go to edit the templates where you want to add the secondary pagination. ( Themes -> Layout Templates) <div class="secondary_pagination">$[pagination]</div>
You can place this code anywhere in the following templates - Thread, Board, Members, Conversations Page and Show Conversation. The following are the places where I put it on my forum. Thread - Above $[quick_reply] Board - Above {if $[board.id]}{if $[show_stats]} Members - At the end of the template. Conversations Page - At the end of the template. Show Conversation - Above $[quick_reply] Now add this to the end of your CSS Style Sheet ( Themes -> Colors & Styles -> Style Sheet) and then edit and style as needed. .secondary_pagination { padding: 0 5px; margin-bottom: 10px; }
And feel free to change the name secondary_pagination to whatever you want, that's just the incredibly boring name I gave it on my forum. Where do I find 'Members', 'Conversations Page' and 'Show Conversation'?
|
|
inherit
186624
0
Aug 11, 2023 14:38:15 GMT -8
Mabel Pines
110
December 2012
mabelpines
|
Post by Mabel Pines on Aug 8, 2013 7:37:42 GMT -8
Some people have been pointing out the lack of pagination links at the bottom of threads in v5. This is because the top pagination bar now scrolls with the page, but unfortunately it can be a bit confusing for those who aren't used to it. This is how I added a secondary pagination bar on my forum/theme. First, take this code and then go to edit the templates where you want to add the secondary pagination. ( Themes -> Layout Templates) <div class="secondary_pagination">$[pagination]</div>
You can place this code anywhere in the following templates - Thread, Board, Members, Conversations Page and Show Conversation. The following are the places where I put it on my forum. Thread - Above $[quick_reply] Board - Above {if $[board.id]}{if $[show_stats]} Members - At the end of the template. Conversations Page - At the end of the template. Show Conversation - Above $[quick_reply] Now add this to the end of your CSS Style Sheet ( Themes -> Colors & Styles -> Style Sheet) and then edit and style as needed. .secondary_pagination { padding: 0 5px; margin-bottom: 10px; }
And feel free to change the name secondary_pagination to whatever you want, that's just the incredibly boring name I gave it on my forum. Where do I find 'Members', 'Conversations Page' and 'Show Conversation'? Admin CP -> Themes -> Layout Templates
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 22, 2024 18:14:57 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 14, 2013 3:09:10 GMT -8
Mabel PinesA member asked if it's possible to show the pagination links at the bottom to show on the rightI tried this on my Test Board which worked OK So thought I would share this... On the Thread Template - Above {if !$[quick_reply]}{if $[bottom_reply_button]}I added the line of code below <div class="secondary_pagination">$[pagination]</div> Then at the very bottom of the CSS Style Sheet (Themes -> Colors & Styles -> Style Sheet) I added the code below .secondary_pagination { padding: 0 5px; margin-bottom: 10px; float: right; } Works best if have QUICK REPLY EnabledScreenshots Steve Remember you can always click on the preview button to view how it will look before clicking to save any changes to your template
|
|
inherit
196452
0
Nov 1, 2013 7:40:31 GMT -8
Baller95
What's for dinner?: Food
1,771
July 2013
baller95
|
Post by Baller95 on Oct 29, 2013 19:52:34 GMT -8
Hi, how can I have it so it looks like the same floating bar without the floating, search, etc features? Thanks
|
|
inherit
196452
0
Nov 1, 2013 7:40:31 GMT -8
Baller95
What's for dinner?: Food
1,771
July 2013
baller95
|
Post by Baller95 on Nov 3, 2013 11:28:21 GMT -8
Baller95I think I know what you want, can you explain it a little better? jrryan, it's ok now
|
|
inherit
222900
0
May 17, 2018 16:30:01 GMT -8
bozoboko
233
July 2015
bozoboko
|
Post by bozoboko on Sept 17, 2015 16:46:09 GMT -8
Some people have been pointing out the lack of pagination links at the bottom of threads in v5. This is because the top pagination bar now scrolls with the page, but unfortunately it can be a bit confusing for those who aren't used to it. This is how I added a secondary pagination bar on my forum/theme. First, take this code and then go to edit the templates where you want to add the secondary pagination. ( Themes -> Layout Templates) <div class="secondary_pagination">$[pagination]</div>
You can place this code anywhere in the following templates - Thread, Board, Members, Conversations Page and Show Conversation. The following are the places where I put it on my forum. Thread - Above $[quick_reply] Board - Above {if $[board.id]}{if $[show_stats]} Members - At the end of the template. Conversations Page - At the end of the template. Show Conversation - Above $[quick_reply] Now add this to the end of your CSS Style Sheet ( Themes -> Colors & Styles -> Style Sheet) and then edit and style as needed. .secondary_pagination { padding: 0 5px; margin-bottom: 10px; }
And feel free to change the name secondary_pagination to whatever you want, that's just the incredibly boring name I gave it on my forum. Incredible. The first time I tried such advanced settings. It worked! Thx.
|
|