Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Do you mean the links on the “List of Tables”? For these, TablePress actually uses an available WordPress PHP function, which then results in this line:
    https://github.com/WordPress/wordpress-develop/blob/2648a5f984b8abf06872151898e3a61d3458a628/src/wp-admin/includes/class-wp-list-table.php#L895
    I assume that the $_SERVER['HTTP_HOST'] variable is then the problem here.

    Unfortunately, TablePress does not have influence on this. You would either have to change this PHP variable according your configuration, or open a ticket for an enhancement of this in the WordPress Core Trac.

    Note that you should be experiencing the same issue with all such “WP_List_Tables”, i.e. also with your lists of posts, pages, etc. (if they need pagination).

    Regards,
    Tobias

    Thread Starter alexishuxley

    (@alexishuxley)

    Hi Tobias,

    ah, you’re absolutely right, I have the same problem in lists of posts and pages! I hadn’t realised because for posts and pages I “navigate” though to the page I want to edit, whereas with TablePress I tend to go to the list of all tables and find the table I want to edit there.

    Thanks for the pointer back to WordPress core! I’ll investigate and/or submit a change request.

    Regards,

    Alexis

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias
    ?
    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘in list of tables “next page” link’s URL is for *backend* webserver’ is closed to new replies.