tom durocher
Forum Replies Created
-
Forum: Plugins
In reply to: [bbp style pack] Cannot find core WP functions.phpOk, I understand this is not a good time for an update. Thanks for letting me know. Is there perhaps some setting in BSP I could disable to avoid calling this code so frequently even for non-forum pages? Also, is it possible to say what part of BSP is broken because of not being able to load bbpress.php? As I said, the forums look like they always did to me. I don’t know when this problem first occurred but it hasn’t been there since I started using BSP in 2019.
Forum: Plugins
In reply to: [bbp style pack] Cannot find core WP functions.phpOops, replying to email notifications didn’t work. Here’s my response from last night:
Flywheel is my host. I forgot to mention it was a WP-centric host. I think they know what they’re talking about here, though I realize it might not (probably wouldn’t) happen on a regular host.
I’ll also send the rest of their ticket response. It has suggestions for fixing, apparently very simple, but not something I can do outside of the plugin. Wordpress.com has very similar instructions in regard to using ABSPATH.
If you do need to find the document root of the site, recommended alternatives are:
– Trim .wordpress off of the value returned by get_home_path()
– Trim wp-content/ off the constant WP_CONTENT_DIR.
– Use one of these functions: https://codex.ww.wp.xz.cn/Determining_Plugin_and_Content_Directories
This is very much in the realm of plugin development, so if you’d like to continue using the plugin, you could send the above information to the plugin developers and ask for their assistance.Forum: Everything else WordPress
In reply to: Can you disable "Save As"? function?Well, why can’t you use Javascript to trap the events for Save As and Copy? Yes, I know this only works for those who don’t know View Page Source but my client seems to think there’s a lot of those and I’m not sure he isn’t right. I believe a separate page template would have to be created for each page you wanted to do this with. This is possible within the WP theme is it not?