inherit
128803
0
Apr 16, 2023 23:54:15 GMT -8
Ty
200
July 2008
ty5550
|
Post by Ty on Apr 30, 2013 22:16:24 GMT -8
Forum URL: crosswire.boards.netAlright so while entering a thread normally, through a board, the pagination links and navigation works fine. However, when I click on the link to a thread in the Participated pop-up window and it takes you to the page (not the first page) in which the new post is on (such as the second page in a thread) the pagination links no longer work. It just refreshes the current page. When I click on the pagination to get to the first page, while on the second page, the address bar will at first show the "?page=1" to show that I have indeed clicked it, but instead it just refreshes and puts that "?page=2" back in there. It however does not change the "page/2/" portion of the url, which is why it probably remains on the same page..thus making it impossible for me to visit a previous page when I visit a thread through the participated feature.
|
|
#eb7100
1480
0
1
Dec 2, 2024 3:22:10 GMT -8
Craig
209,207
September 2001
cmdynasty
|
Post by Craig on May 1, 2013 3:10:44 GMT -8
Ah. This may explain the error that some people have been getting, but hasn't been linked to the participated threads link. I have marked this as attention to the development team who will look into it and fix it Thanks. Craig
|
|
inherit
(??_?)
181912
RIP RIP RIP Almost RIP - Why does this social section still exist?
0
1
Jul 6, 2015 20:35:17 GMT -8
CheatAreZee
56,804
March 2005
zyvoloski
Ricky's Mini-Profile
|
Post by CheatAreZee on May 1, 2013 8:59:24 GMT -8
|
|
Vinh
Junior Member
Posts: 322
inherit
164687
0
Oct 3, 2016 10:36:41 GMT -8
Vinh
322
March 2011
vinh
|
Post by Vinh on May 1, 2013 9:30:47 GMT -8
Hi Ty, I believe it is one of the plugins that is causing the issue because when I run your forum with plugins disabled, it works fine. If you need help with identifying which one it is, I can help as long as you don't mind me disabling some plugins for a few minutes while I try to figure it out.
|
|
inherit
128803
0
Apr 16, 2023 23:54:15 GMT -8
Ty
200
July 2008
ty5550
|
Post by Ty on May 1, 2013 10:41:13 GMT -8
Hi Ty, I believe it is one of the plugins that is causing the issue because when I run your forum with plugins disabled, it works fine. If you need help with identifying which one it is, I can help as long as you don't mind me disabling some plugins for a few minutes while I try to figure it out. I just went through the process of disabling and testing them one by one myself...and it is indeed the Awards System plugin.
|
|
Vinh
Junior Member
Posts: 322
inherit
164687
0
Oct 3, 2016 10:36:41 GMT -8
Vinh
322
March 2011
vinh
|
Post by Vinh on May 1, 2013 10:51:06 GMT -8
Great, you may want to report the bug to the Plugin author or in the thread if you haven't already.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on May 1, 2013 11:45:02 GMT -8
Hi Ty, I believe it is one of the plugins that is causing the issue because when I run your forum with plugins disabled, it works fine. If you need help with identifying which one it is, I can help as long as you don't mind me disabling some plugins for a few minutes while I try to figure it out. Vinh until some official guidance is given or an official pagination callback interface is offered these errors that affect forum functionality will continue to occur. As an example here is a case where there was an error in the handler of a plugin hooking the aftersearch event which led to the symptoms described in this thread. I took a quick look at this ... Although there's a qualifier to ignore .guest-mini-profile, there's nothing preventing processing of Camille's profile which has no user-link [class] (deleted member perhaps Army?). This causes an error which eventually redounds on pagination since pagination is disabled in beforeSearch then re-enabled in afterSearch. If your code is encountering an error and it is hooking the aftersearch event then the pagination does not get re-enabled. It might actually be prudent to wrap your aftersearch function in a try/catch to prevent this condition should there be an error
|
|
Vinh
Junior Member
Posts: 322
inherit
164687
0
Oct 3, 2016 10:36:41 GMT -8
Vinh
322
March 2011
vinh
|
Post by Vinh on May 2, 2013 8:23:37 GMT -8
Chris, We've actually just finished adding a way for coders to bind to various events. It'll probably be available next time we push out an update. Here's a sneak peek at the events that will be available: afterSearch moreActivity moreNotification pageChange columnSort When it's live, there'll be more details on how to use it.
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on May 13, 2013 14:47:24 GMT -8
Just wondering if this has been pushed out yet or there is a planned date(ish)
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on May 18, 2013 0:17:48 GMT -8
It appears there was a Proboards push finally giving the long awaited proboards.events addition so please be patient while authors affected by this change have time to update to this new highly anticipated feature. proboards.on("pageChange", function(){console.log(arguments.callee.caller.toString())}) $.extend(proboards, { events: { afterSearch: [], afterSearchOne: [], columnSort: [], columnSortOne: [], moreActivity: [], moreActivityOne: [], moreNotification: [], moreNotificationOne: [], pageChange: [], pageChangeOne: [], run: function(f, b) { ...
|
|