nextpage vs nextpart
-
Due to conflict with default wp splitter. jQuery was not working with nextpage.
I have tried this version and previous and didn’t work.
Last version doesn’t scrool page up (even with checkbox checked in settings)
Doesn’t do the job of splitting..
This version isn’t working either.
Still didn’t update WP to latest (today)
Will check it soon, is it possible if you paste your URL here?
Are you sure that you are trying it with ajax? Its mentioned in settings that scroll up works with ajax only. I have tested it recently and everything is working fine. May i have a look on your implementation?
Hello,
Iam sorry. I was now able to put all working. Even scrool up is working. i don’t know why wasn’t before. It didn’t assume the shortcode.
Best way to change all posts from nextpage to nextpart is a mysql replace right?
That could be a risky, are you sure that you can take care of proper replacements?
Sure, did all in develop environment 🙂
update wp_posts set post_content = replace(post_content, ‘nextpage’, ‘nextpart’);
Nice, I was expecting with complete tag open close. Anyway, do you suggest to give this replacement option in plugin?
Hello,
I think lot’s of people doesn’t know how to do the mysql replace.
But if i provide this in a single click thing? I mean first i detect if a number of posts are using nextpage so i display a message that click here to upgrade, then simply run that script. What is your opinion?
For better view you could do a select count…. and inform number of posts that need the update. Then a click to update posts to new format. But its up to you. I dont know how many people complained about this chance since it was made one plugin update before.
Maybe people have done the changes without problem.
Sorry my english
Yes, its a nice idea. People mostly don’t even check their blog posts after creating. Not much people complained about it. People just started using new button and new posts are working fine.
I didn’t think about that. Thats right. People doesn’t even know about old posts. Maybe you don’t need this ‘hack’ since you release already 2 plugin updates and nobody complain 🙂
Yeah, didn’t get any complaint.
The topic ‘nextpage vs nextpart’ is closed to new replies.