ternstyle
Forum Replies Created
-
Forum: Plugins
In reply to: [Members List Plugin] Let Members Select ListHaha. Yes, that’s correct. I only have time to check these forums every so often. Didn’t even look at your username.
Forum: Plugins
In reply to: [Members List Plugin] Updated members list plugin for for WP 3.2?The latest version of the plugin should have resolved this.
Does the latest version work for you? It works on my end.
Forum: Plugins
In reply to: [Members List Plugin] Let Members Select ListThis functionality is available in the latest version of the plugin.
This plugin is not compatible with multisite.
Forum: Plugins
In reply to: [Get Login Plugin] [Plugin: Get Login Plugin] Doesn't Work In All ThemesThis plugin works only with WordPress’ wp_list_pages function which is not typically used since the addition of the draggable menu system.
Forum: Plugins
In reply to: [Get Login Plugin] [Plugin: Get Login Plugin] Doesnt show on nav barThis plugin does not work with 3.1.
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] create dublicate entriesI have not solved this issue.
You would have to do this manually. using the plugin’s function:
<?php tern_wp_youtube_image(); ?>
maybe like this:
<?php if ( get_post_meta($post->ID,’_tern_wp_youtube_video’,true) ) { ?>
<meta property=”og:image” content=”<?php tern_wp_youtube_image(); ?>” />
<?php } ?>Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] How to empty posts from MSQL db?You could use WordPress’ posts admin panel and delete blocks of the posts at a time. Then reset the plugin.
Forum: Plugins
In reply to: [Members List Plugin] [Plugin: Members List Plugin] New users not showing upAll users are automatically added to the master list. Any custom list you need to add users manually. You do not need to create a list to use the plugin. Simply don’t specify a list in your shortcode.
This plugin has been tested up to 3.1.4.
Anything is possible. However the plugin does not offer this functionality.
Forum: Plugins
In reply to: [Members List Plugin] [Plugin: Members List Plugin] New users not showing upIs this a custom list you wish to add users to?
Forum: Plugins
In reply to: [Members List Plugin] [Plugin: Members List Plugin] Publish result of query