djosfr
Forum Replies Created
-
Forum: Plugins
In reply to: [Social] Mailchimp Social Plugin – Connect with Pages Support not working?Hello,
I have also a bug with connect with pages facebook support.
I can login with my facebook account and facebook pages support but when I enable a page account, it does nothing but present me my personnal account to post to.
Any ideas ?
Thanks,
djosfrForum: Plugins
In reply to: [Flickrpress] [Plugin: Flickrpress] bugIt is because of unused curl proxy in script.
Forum: Plugins
In reply to: mailchimp broken under 2.9Hello again,
Here is some code I wrote to display a radio type choice field from a mailchimp list.if($var['field_type']=="radio"){ echo '<div class="mc_merge_var">'; echo '<label for="'.$opt.'" class="mc_var_label">'.$var['name']; if ($var['req'] && $num_fields>1){ echo ' *'; } // Not sure about this feature in mailchimp echo '</label>'; foreach($var['choices'] as $choice){ echo '<input type="radio" name="'.$opt.'" value="'.$choice.'" /> '.$choice."<br />\n"; } echo '</div>'; }placed inside
if ($var['req'] || get_option($opt)=='on'){in mailchimp_includes.php
Are you interested in fixing that feature ?
It works actually … there might be some other code to add …
Forum: Plugins
In reply to: [Plugin: WP-Cumulus] [Feature Requests] Save Image; Stylesheet; Icons as TagsHello,
Your plugin is really great !
If I may add a feature request :
Cool thing would be that the cloud stops as somebody clicks a link.
Best regards,
djosfrForum: Plugins
In reply to: mailchimp broken under 2.9Hello there,
As I tested mailchimp extension and widget, I noticed that a multichoice field isn’t retrieved from the mailchimp list.
I get this :
<input type="text" size="18" value="" name="mc_mv_SERVMESSAG" id="mc_mv_SERVMESSAG" class="mc_input"/>
instead.I use latest 2.9.1 wordpress version.