Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Due to conflict with default wp splitter. jQuery was not working with nextpage.

    Thread Starter raminhos

    (@raminhos)

    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)

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Will check it soon, is it possible if you paste your URL here?

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    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?

    Thread Starter raminhos

    (@raminhos)

    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?

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    That could be a risky, are you sure that you can take care of proper replacements?

    Thread Starter raminhos

    (@raminhos)

    Sure, did all in develop environment 🙂

    update wp_posts set post_content = replace(post_content, ‘nextpage’, ‘nextpart’);

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Nice, I was expecting with complete tag open close. Anyway, do you suggest to give this replacement option in plugin?

    Thread Starter raminhos

    (@raminhos)

    Hello,

    I think lot’s of people doesn’t know how to do the mysql replace.

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    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?

    Thread Starter raminhos

    (@raminhos)

    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

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    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.

    Thread Starter raminhos

    (@raminhos)

    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 🙂

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Yeah, didn’t get any complaint.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘nextpage vs nextpart’ is closed to new replies.