BillyLabs
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Multiple Table ImportHi Tobias,
Thank you kindly for your prompt response.
Indeed as you mention, the import function works as intended by reusing old DB ID’s as long as the old database is deleted, thanks for that.
I recall having faced blank import error messages when uploading multiple files at the beginning but that was more of an annoyance to not know at which table the upload had failed at. I also thought it had generated new tables/ID’s in the same scenario but that turned out to not be the case.
I guess my last request – would it be possible for you to consider a more detailed error system that would identify at which table the import processed failed rather than just saying something along the lines of “Syntax Error – invalid syntax”?
Thanks again for all your work on Tablepress!
Best regards,
-BillyForum: Plugins
In reply to: [Force Login] WhitelistApparently when I added multiple site_url’s in functions.php, it stopped loading pages and broke the site (maybe an idea for the future to have multiple pages whitelisteD)
For whatever reason this time around,
site_url( '/2015/07/guide/' )
has worked and whitelisted the page.Thank you for your support!
-Billy
Forum: Plugins
In reply to: [Force Login] WhitelistHey Kevin,
Apologies. Yes, functions.php is from the theme (which is confirmed with the ‘Redirect to URL on Login’ working to redirect to
site_url( '/' )
as it was defined).Again apologies, the add_filter line was omitted from my copy paste:
add_filter('v_forcelogin_whitelist', 'my_forcelogin_whitelist', 10, 1);
I did try the full URL but last night before I managed to remove index.php and it had failed. I’ve just tried it again now and it still requires me to log in and the result is:
https://www.domain.com/hyperdyne/wp-login.php?redirect_to=http%3A%2F%2Fwww.profitablelearner.com%2Fhyperdyne%2F
I did try to disable the other option “Redirect on login” and various settings but all it does is butcher the URL :).
Also testing on multiple browsers and devices to avoid cookie/cache issues.
Thanks in advance,
-Billy