d3
New Member
Posts: 16
inherit
241545
0
Mar 7, 2017 5:25:55 GMT -8
d3
16
January 2017
d3
|
Post by d3 on Feb 1, 2017 7:29:24 GMT -8
BTW: Would you mind removing the link to my board from the thread? Thanks again!
|
|
d3
New Member
Posts: 16
inherit
241545
0
Mar 7, 2017 5:25:55 GMT -8
d3
16
January 2017
d3
|
Post by d3 on Feb 1, 2017 7:53:47 GMT -8
Only one issue I have left with the Thread Flip plugin so far, now that I moved the Quick Reply to the top.
After I send a quick reply, the browser moves its focus to the bottom of the page (the oldest post on page 1) instead of moving focus to the most recent post.
Is there anywhere I can change some code to make it pop to most recent post after a quick reply?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 1, 2017 15:41:00 GMT -8
BTW: Would you mind removing the link to my board from the thread? Thanks again! 'Tis done... Only one issue I have left with the Thread Flip plugin so far, now that I moved the Quick Reply to the top. After I send a quick reply, the browser moves its focus to the bottom of the page (the oldest post on page 1) instead of moving focus to the most recent post. Is there anywhere I can change some code to make it pop to most recent post after a quick reply? This is an interesting one.. I'll take a look and see what I can do.
|
|
d3
New Member
Posts: 16
inherit
241545
0
Mar 7, 2017 5:25:55 GMT -8
d3
16
January 2017
d3
|
Post by d3 on Feb 1, 2017 16:01:08 GMT -8
You rock, Todge! Thanks so much!
|
|
d3
New Member
Posts: 16
inherit
241545
0
Mar 7, 2017 5:25:55 GMT -8
d3
16
January 2017
d3
|
Post by d3 on Feb 3, 2017 17:41:50 GMT -8
Okay. Sorry to have to keep bugging you. I'm having a problem with Pagination now. When I click a thread that has multiple pages, its' going to page 2, 3, etc instead of loading into the first page (with the most recent comments)
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 5, 2017 14:37:01 GMT -8
Okay. Sorry to have to keep bugging you. I'm having a problem with Pagination now. When I click a thread that has multiple pages, its' going to page 2, 3, etc instead of loading into the first page (with the most recent comments) Comments? Are you meaning posts, or post comments, as they are two different things.. Post Comments being a whole different plugin.
|
|
d3
New Member
Posts: 16
inherit
241545
0
Mar 7, 2017 5:25:55 GMT -8
d3
16
January 2017
d3
|
Post by d3 on Feb 6, 2017 19:27:56 GMT -8
Sorry. I meant the most recent post to the topic.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 7, 2017 16:41:24 GMT -8
As I've mentioned before, this plugin was a real pain...
I'll see what I can do, but don't hold your breath.
|
|
d3
New Member
Posts: 16
inherit
241545
0
Mar 7, 2017 5:25:55 GMT -8
d3
16
January 2017
d3
|
Post by d3 on Feb 8, 2017 15:29:59 GMT -8
I can only imagine. You guys have a rough job writing code for this forum system.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 8, 2017 16:45:19 GMT -8
I can only imagine. You guys have a rough job writing code for this forum system. As a rule, no, most things we need to change are readily available to do so, it's just the way the pagination is added to the page and the way it works that makes it a problem. I had to keep the original pagination, but have it hidden, the add a new one that directly links to the hidden one, so, you click Page 1, for example, it then sends a click event to the lsat page on the original. Sounds simple, but when you have to deal with lots of pages, sorting out which buttons to send the event to was a bit of a pain, and, of cause, the Prev and Next buttons needed to be reconfigured to go in opposite directions. As I said, it was frustrating.
|
|
inherit
248886
0
Jan 7, 2019 7:47:31 GMT -8
BusyMother
When nothing goes right, turn left!
537
September 2017
delete1234z
|
Post by BusyMother on Sept 16, 2017 9:03:09 GMT -8
Todge, is there a way to allow the user to select if they want to flip the thread or not? Thanks in advance for your your help
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Sept 16, 2017 10:27:51 GMT -8
I can... I'd rather do it using LocalStorage than adding a key though.
|
|
inherit
248886
0
Jan 7, 2019 7:47:31 GMT -8
BusyMother
When nothing goes right, turn left!
537
September 2017
delete1234z
|
Post by BusyMother on Sept 16, 2017 10:32:38 GMT -8
I have no clue what that is but what would you need from me? If it is too hard, then by all means do not worry about it.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Sept 16, 2017 15:02:41 GMT -8
If I use a key, then the option would be avaialable to all members on whatever machine they choose to use to visit your forum.. If I use localStorage, the option will only work on there usual PC, assuming localStorage has not been disabled in their browser.
I don't need anything from you, other than to know that you are OK with me using localStorage to add the option.
|
|
inherit
230690
0
Jan 16, 2019 2:36:12 GMT -8
Pebbles
BE YOUR OWN HERO
1,047
April 2016
dragneel
|
Post by Pebbles on Sept 17, 2017 10:44:26 GMT -8
Reverse the posts within a thread, so the last post will appear at the top of page 1 etc. PluginDirect LinkCurrent Version: 0.0.1 can i apply this to more than one post? so let's say, not just the single last post but also the second last and third last post in a thread?
|
|