Martyn_
Forum Replies Created
-
Ah – my bad. I wa confused between forums – only posted here for informational reasons to help people who might be seeing the issue in the first place!
I can’t give access like that for member privacy reasons – I will try to recreate in a simple configuration….
?
TinyMCE is a part of WP core….
Forum: Plugins
In reply to: [BP Profile Search] still the full memberslist returns..Forum: Plugins
In reply to: [BuddyPress Private Community] Failing to pass through redirects.This seems to be an issue with my theme…
One presumes the files in wp-includes/js/tinymce/ but I have not had luck finding an exclusion that fixed it…
Forum: Plugins
In reply to: [BuddyPress Links] "Please fill in all of the required fields"Just upgraded and still see the problem… however…
Under centos 6.4 dom.so is not in the core php blob, it’s a bolt-on in the php-xml package, and adding that resolves the issue – Should the plugin not have a class_exists() check added?
Forum: Plugins
In reply to: [BuddyPress reCAPTCHA] Nothing visible?Update: The plugin default assumes a http connection, which then gets browser blocked – a manual tweak is needed to make that default to SSL.
That could be done automatically ??
Forum: Plugins
In reply to: [BuddyPress Links] "Please fill in all of the required fields"Error logged is:
PHP Fatal error: Class 'DOMDocument' not found in /website/wp-content/plugins/buddypress-links/bp-links-embed-classes.php on line 1134, referer: https://<domain>/links/create
Workaround: remove
<?php if ( !bp_get_link_details_form_name_desc_fields_display() ): ?> style="display: none;"<?php endif; ?>
from L43 ofbuddypress-links/themes/bp-links-default/single/forms/details.php
allows the manual entering of the field data…
Forum: Plugins
In reply to: [BuddyPress Follow] Compatibility with buddypress 1.7Amazing – many thanks!
Forum: Plugins
In reply to: [GD bbPress Tools] User Signature on BuddyPress ProfileGiving the outer <div> in gd-bbpress-tools/forms/tools/signature_buddypress.php a class name enables you to CSS hide it in all but one of the profile groups as each of the profile groups forms has a different name (form.about etc).
Forum: Plugins
In reply to: [GD bbPress Tools] User Signature on BuddyPress ProfileYes this is an issue.
It also appears to insert itself into the middle of the <div> of the first item in the group, splitting the input and the field description.