Calen Fretts
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Field Suite] Custom Fields in User Profile and Custom Post TypesSupport for user fields would be really useful as this is the best custom fields plugin available and custom user fields are always in high demand ??
Forum: Plugins
In reply to: [Jobs Ajax Feed Widget] Can I easily add multiple countries to my job roll?Hi, yes, you can add as many countries as desired via widgets.
Hello, you can find the Demo and how to use the NPUUL shortcodes at NextGEN Public Uploader User Log base. If you have any further questions, please let us know!
Forum: Plugins
In reply to: [BuddyPress Links] wp_title on single linkHi MrMaz, thanks so much for your reply. So I just need to hook into the “bp_modify_page_title” filter? Is there a specific action you would recommend hooking into? Thanks again!
Forum: Themes and Templates
In reply to: [Magazine Basic] category posts per pageThat did it! Thanks a bunch!
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] error after upgrade to v2.0.0No more errors, thanks for the quick response.
Thanks for the quick response. I actually ended up making a child theme and putting the following in its functions.php:
add_action('after_setup_theme', 'my_after_setup_theme'); function my_after_setup_theme() { remove_filter( 'wp_title', 'sampression_filter_wp_title' ); remove_action('widgets_init', 'sampression_default_widgets', 11); }
(the wp_title filter jacks up the SEO plugin title)
After the update, even if I add a widget there, the sampression_default_widgets() function is overwriting it at every page load.
Forum: Plugins
In reply to: [Music Affiliate Pro] bug fixes & recommendationsEDIT:
function ma_swap_rate($network, $settings) { if ($network == 'amazon_id') { if (!$settings['amazon_id'] || !$settings['config']['amazon_access_key'] || !$settings['config']['amazon_secret_access_key']) { return 100; } } if ($network == 'itunes_wrapper') { if (!$settings['itunes_wrapper']) { return 100; } } return 10; }
ty for the quick patch, this works. hope it gets updated officially soon ??
Forum: Plugins
In reply to: shortcode: replace actual contentbump…
Forum: Plugins
In reply to: shortcode: replace actual contentbump?? this is super serial guys! ??
Forum: Plugins
In reply to: rating pluginswhy, thank you! it is deserving ??
I will take the problem over there, since I’m still getting the rating error. thanks again.
Forum: Plugins
In reply to: tags & ratingsyou are correct, it must have been a caching issue of some sort. sorry about the bumps, did not know the rules!
Forum: Plugins
In reply to: rating plugins