inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 18, 2017 11:36:32 GMT -8
Boy_Wonder , Thread summary doesn't have pages. It will show the last page in the summary. This is what's not happening - let me throw in a screenshot to illustrate _ See the difference?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 18, 2017 12:51:03 GMT -8
Boy_Wonder , Issue is because you are using custom buttons / links, so ProBoards has no way to know which page summary to show, so it shows the first page as default. When you click on the reply button in this thread, ProBoards does some stuff behind the scenes. You would need to mimic that so the correct page summary works for you. In theory you should be able to add the class reply-button to your link / button and that may solve it.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 18, 2017 22:23:12 GMT -8
Yep - that's working now! Thank you!
|
|
inherit
256720
0
Jun 18, 2020 15:10:59 GMT -8
bluecargo1
36
October 2018
bluecargo1
|
Post by bluecargo1 on Oct 27, 2018 19:55:34 GMT -8
Peter I have a problem with the code. I tried to design the code to work for posts in a thread on the actual post list, rather than the summary list. It works well, but I realized it kept breaking the html for either the last page or the first page in the pagination. Maybe you can tell me if something is wrong with my code? <script> jQuery.fn.reverse = [].reverse; $(".container.posts table tr").reverse().each(function(){ $(this).appendTo($(this).parent()); }); </script>
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Oct 31, 2018 17:06:45 GMT -8
bluecargo1, Would need to see it in action, but you are using it for something it's not really designed for. I would suggest asking for a new script to help with what you want to achieve
|
|
inherit
256720
0
Jun 18, 2020 15:10:59 GMT -8
bluecargo1
36
October 2018
bluecargo1
|
Post by bluecargo1 on Oct 31, 2018 19:42:40 GMT -8
Sure, I'll ask in the coding help board. Peter Thanks for the reply.
|
|
inherit
228639
0
Jul 7, 2022 12:20:26 GMT -8
blazebrem
11
January 2016
blazebrem
|
Post by blazebrem on Feb 1, 2019 12:01:43 GMT -8
Hey Peter I use this on a roleplay site I am admin of, we are using a custom theme we found on the library that has custom classes and layout for everything. I have a roleplay thread I moderate that has 2 pages. I normally quote my previous post when there are battles to save time, however, when quoting posts from page 2 I am getting posts from page 1 in the summary instead which is a little annoying when you want to know what attack the person is using in their last post, I was wondering how I would fix this? The create thread button works fine, it shows the page 2 summary, it just the quote button isn't.
|
|
inherit
228639
0
Jul 7, 2022 12:20:26 GMT -8
blazebrem
11
January 2016
blazebrem
|
Post by blazebrem on Feb 7, 2019 12:34:36 GMT -8
Anyone else able to help?
|
|
inherit
177269
0
Jun 6, 2020 14:31:30 GMT -8
Gremalkyn
19
February 2012
gremalkyn
|
Post by Gremalkyn on Jun 25, 2019 16:04:45 GMT -8
I just came on to say thanks for this! It's so incredibly useful. ^^
(I hope somebody will find a solution for you, Blazebrem.)
|
|