philipp.schreiber
Forum Replies Created
-
Forum: Plugins
In reply to: [Cachify] Fatal error when deleting cache on a sub siteAch so: WordPress 4.0.1, Cachify 2.2.0, Multisite
Forum: Plugins
In reply to: [Cachify] Fatal error when deleting cache on a sub siteJepp, hier das selbe. In einer Multisite kommt beim Cache leeren die Fehlermeldung:
Call to undefined function is_plugin_active_for_network() in /xxx/wp-content/plugins/cachify/inc/cachify.class.php
Forum: Plugins
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] Fix for GUID??
Forum: Plugins
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] Fix for GUIDHey Guys,
unfortunately it is not that easy. You cannot just use the upload_dir[‘url’] because the year and month folder will be wrong when editing file names from other months as the actual one. I’ve fixed that issue:if ( $meta ) { $upload_dir = wp_upload_dir(); $post['guid'] = $upload_dir['baseurl'] . str_replace( $upload_dir['basedir'], '', $path_parts['dirname'] ) . "/" . $meta["url"]; }
Is that a good fix for this nice plugin?
Cheers and thank you
PhilippYep, same here!
Hello? Anybody there?
Hi there,
has anyone an idea? The refreshing of the page drives me into problems with an overlay I want to show only the first time a user enters my site. I handle that with a cookie, set when the overlay is open (iframe).
Valentinas, do you still work at the plugin?
Cheers
PhilippForum: Plugins
In reply to: [Facebook Connect] Facebook Connect error: login process failed!Hey valentinas,
about the link: i’m talking about the plugin section in the wordpress dashboard. there is no link to the plugin information on www.remarpro.com.
cheers
philippForum: Plugins
In reply to: [Facebook Connect] Facebook Connect error: login process failed!Hey valentinas,
first – thanks for the great lightweight plugin.
A check in the backend for fopen would be nice. I searched for over 4 hours now ?? because of the
Facebook Connect error: login process failed!
bug.
And another thing: Could you please add a link to the plugin site here on www.remarpro.com? When I try to find forum entries I first have to search through the plugin repository and the follow the forums link.
Thank you!
Cheers
PhilippForum: Plugins
In reply to: NextGen gallery shortcode with and id from a custom fieldNice ??
Forum: Plugins
In reply to: NextGen gallery shortcode with and id from a custom fieldHey, you have to do it like this:
<?
$galleryId = get_post_meta($post->ID, “slideshow”, true);
if($galleryId) {
echo do_shortcode(‘[slideshow id=’ . $galleryId . ‘]’);
}
?>It’s an untested snippet…
Cheers
PhilippForum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] Request for new hookOkay, forget it. It’s in the shortcode.php ;).
$perms = apply_filters('fb_connect_perms', array('email'));
Cheers
Philipp