Nick Forest
Forum Replies Created
-
Forum: Plugins
In reply to: [Enhanced Media Library] Grid view bug – view switch buttons disappearYes, it’s fixed. I deactivated the media plugins (I have two other: Media Tools and Media Vault), clean up the cache and reactivated all back.
Thanks Nadia!
Comet Cache seems to be working. Thanks Paul
PS: I also tried WP Fastest Cache. Didn’t work for me.
Forum: Plugins
In reply to: [BP GTM System] integrate to BPThat’s the error that you bumped it, too? 🙂
Forum: Plugins
In reply to: [BP GTM System] Plugin returning errorsSame here! This plugin has just been updated, but this error persisted.
I use WP Multisite (folder install) 3.9.1 and BP 2.0.1.
BuddyPress is installed in site id=3.Thanks for taking tine on this.
Warning: Creating default object from empty value in /public_html/wp-content/plugins/bp-gtm-system/bp-gtm.php on line 62
Warning: Creating default object from empty value in /public_html/wp-content/plugins/bp-gtm-system/bp-gtm.php on line 63
Warning: Creating default object from empty value in /public_html/wp-content/plugins/bp-gtm-system/bp-gtm.php on line 65
Warning: Creating default object from empty value in /public_html/wp-content/plugins/bp-gtm-system/bp-gtm.php on line 66
Warning: Creating default object from empty value in /public_html/wp-content/plugins/bp-gtm-system/bp-gtm.php on line 67
Warning: Creating default object from empty value in public_html/wp-content/plugins/bp-gtm-system/bp-gtm.php on line 68
Warning: Creating default object from empty value in /public_html/wp-content/plugins/bp-gtm-system/bp-gtm.php on line 69
Warning: Creating default object from empty value in /public_html/wp-content/plugins/bp-gtm-system/bp-gtm.php on line 70
Warning: Creating default object from empty value in /public_html/wp-content/plugins/bp-gtm-system/bp-gtm.php on line 71
Warning: Creating default object from empty value in /public_html/wp-content/plugins/bp-gtm-system/bp-gtm.php on line 72
Warning: Creating default object from empty value in /public_html/wp-content/plugins/bp-gtm-system/bp-gtm.php on line 73
Warning: Creating default object from empty value in /public_html/wp-content/plugins/bp-gtm-system/bp-gtm.php on line 75
Warning: Creating default object from empty value in /public_html/wp-content/plugins/bp-gtm-system/bp-gtm.php on line 80
Warning: Missing argument 2 for wpdb::prepare(), called in public_html/wp-content/plugins/bp-gtm-system/lib/personal.php on line 135 and defined in /public_html/wp-includes/wp-db.php on line 1147
Warning: Missing argument 2 for wpdb::prepare(), called in /public_html/wp-content/plugins/bp-gtm-system/lib/personal.php on line 136 and defined in /public_html/wp-includes/wp-db.php on line 1147
Forum: Plugins
In reply to: [BuddyPress Activity Privacy] Another MultiSite IssueSame here!
Plugin could not be activated because it triggered a fatal error:
You cannot enable BuddyPress Activity Privacy because BuddyPress is not active. Please install and activate BuddyPress before trying to activate Buddypress Activity Privacy again.
We appreciate your time. Thank you for reading this!
NioForum: Fixing WordPress
In reply to: Category Widget – Problem with Parent Slug in Dropdown modeSame here. I din’t notice this issue/bug on old WP versions.
It is quite possible to use it again in the future, but for now I use small pieces of snippets and is seams enough to use the html pre tag.
Actually that was the main reason I have chosen your plugin, because it has backward compatible with pre tag and after plugin deactivating nothing breaks 🙂
Thank you for taking the time for this!
Forum: Plugins
In reply to: [Network Latest Posts] cant get anything to displayHello Jose,
I created a new test blog (ID14) and it appear along with the first blog (ID1) in the list.
The other blogs in the network were created before I updated to WP 3.5.I checked the blogs attributes (in /wp-admin/network/site-info.php?id=2) and the first option “Public” were checked, but the input was disabled (can’t be unchecked)
With “Inspect Element feature in Google Chrome” I get this:
<input type="checkbox" name="blog[public]" value="1" checked="checked" disabled="disabled">Then I check the table wp_blogs and the blogs (except the new created with ID14) had the “public” field value of “2”. I changed all to “1” and it starts showing them in the list.
Strange thing is that the new created blog doesn’t appear in the list of the WordPress menu under “My Sites”, but that’s another problem, not related to your plugin.
Thank you!
I’m sorry, I stopped using this plugin, because it breaks one of my blogs (named “themes”) in the network.
Great news, thank you!
Forum: Plugins
In reply to: [Network Latest Posts] cant get anything to displaySame here.
“Display Blog(s)” and “Ignore Blog(s)” doesn’t list any other blogs, except my Root Site (ID 1)That was fast, great. Thank you.
PS: Just to make sure you didn’t miss it, I’ve checked and encoding issue occurs not only in dropdowns mode, but also in lists and checkboxes mode.
Forum: Plugins
In reply to: [WP Editor] [Plugin: WP Editor] Duplication of editor windowThe duplication problem seams to be fixed.
Thank you!Although I have blank fields, on all members profiles I get the same results: “This profile is 100% complete” with a full view of “progress_bar.png” image.
I use this:
<?php global $error; $referrer = $_GET['login']; if ($referrer == 'false'){ echo '<div id="message" class="error"><p>'; echo $error; echo '</p></div>'; } else { } ?>