MrMaz
Forum Replies Created
-
Forum: Reviews
In reply to: [BuddyPress Links] No Longer Supported and BrokenI’m looking into this now. Thanks for the report.
Forum: Plugins
In reply to: [BuddyPress Links] plugin update and pro version ?!I plan to release updates soon. I have been busy working on the Commons In A Box Project, but I will take some time to give this plugin some love π
Each link is displayed using this template inside the loop.
Forum: Plugins
In reply to: [BuddyPress Docs] "Add Files" not working@kdagnall you can test to make sure they disabled it by running this code
var_dump(getenv('WPE_HEARTBEAT_AUTOSAVE_ONLY'));If that returns “on” then whatever they changed didn’t work for the install you are testing.
If its definitely NOT “on” then view the source of the page and make sure that the heartbeat.js is being loaded, as well as bp-docs.js. If those aren’t loading you will definitely see some errors in your browser’s JS console.
Forum: Plugins
In reply to: [BuddyPress Docs] "Add Files" not workingAfter many hours of hair pulling and tears when this issue cropped up in a client project, I came across the answer, and it’s ugly.
WPEngine has, at some point, started loading an action via their wpengine-common mu-plugin. They call this the “Heartbeat Throttle” which is a very nice way of saying “disable the WordPress Heartbeat API by default for everything except the post editor in the dashboard.”
There is a filter available to add dashboard pages to the list of allowed pages called ‘wpe_heartbeat_allowed_pages’ but it only applies to pages that might be set as the global $pagenow variable, so it’s useless for the front end in the context of sane workarounds.
The only way to completely disable it, is to have WPEngine toggle off the WPE_HEARTBEAT_AUTOSAVE_ONLY environmental var (yes, you read that correctly, an ENV var).
As a side note, this also breaks the BuddyPress activity heartbeat feature.
I have a ticket open with WPEngine asking where this “performance feature” is documented, because surely disabling a core WordPress API would be useful information for developers and customers alike.
Forum: Plugins
In reply to: [BuddyPress Links] comment system on links failLinks comments piggyback on the BuddyPress activity stream comments system, not the WordPress comments system.
Forum: Plugins
In reply to: [BuddyPress Links] Paginating? Link limit per page?That setting is not available yet. Here is the list of open bugs and feature requests…
Forum: Plugins
In reply to: [BuddyPress Links] Why do some YouTube videos embed and not others?Ok, I will open an issue to add support for those shortened URLs. Thanks for the report!
Forum: Plugins
In reply to: [BuddyPress Links] links page div pushes sidebar to the bottomClosing for no response.
Forum: Plugins
In reply to: [BuddyPress Links] Why do some YouTube videos embed and not others?Please post a couple of YouTube URLs that are not embedding properly and I will check it out.
Forum: Plugins
In reply to: [BuddyPress Links] Where does the category description appear?There is already an issue open to fix this, it will be resolved in the v0.9 release.
Forum: Plugins
In reply to: [BuddyPress Links] Changing Humor to HumourYou can manage the categories from the BuddyPress Links admin in the WordPress dashboard.
Forum: Plugins
In reply to: [BuddyPress Links] "Please fill in all of the required fields"@martyn_ the page fetching requires XML in order to parse the fetched web pages. I’m not sure if its a good idea to silently disable the feature because of a missing library, but I think I might add something to the plugin page that shows a warning if XML/DOM is missing
Thanks!
Forum: Plugins
In reply to: [BuddyPress Links] How to change the image size?There is a BP Links setting called “List Avatar Size” which allows you to tweak the size of the thumbnail that displays in link lists.
Forum: Plugins
In reply to: [BuddyPress Links] Fetch Page Details not workingPlease try the latest version. If your theme still clashes with the fetch details script, you can completely disable page fetching now.