1 trackback

Wordpress Plugin: WP-Table Reloaded | Mesmer Lab
March 3, 2010 at 7:36 pm

47 comments… read them below or add one

dokk2018 March 4, 2010 at 6:22 am

Warning: implode() [function.implode]: Invalid arguments passed in /home/dokk2638/public_html/cementsales.ru/wp-content/plugins/mad-mimi/madmimi-widget.php on line 125
 
It’s here http://cementsales.ru

Reply

Zack Katz March 5, 2010 at 2:54 am

I will be adding a check to prevent this, but let me confirm: have you not selected a list for emails to be added to?

Reply

Zack Katz March 11, 2010 at 5:30 pm

Should be fixed with Version 1.1. Try upgrading the Mad Mimi plugin and let me know!

Reply

John Soares March 6, 2010 at 4:33 am

Zack, thanks for creating Mad Mimi.
I’m in the process of putting several websites up on WordPress, and this will help me when I start building e-mail lists.

Reply

katy March 9, 2010 at 8:28 pm

I have installed this 3-4 times now and every time it says it can’t activate it because it triggers a fatal error.  I’m running the newest version of WordPress.  Any ideas?

Reply

Zack Katz March 9, 2010 at 8:30 pm

Hi Katy, do you have any lists configured in Mad Mimi?

Reply

katy March 10, 2010 at 6:11 pm

Hi Zack!
Yes, one small one.

Reply

katy March 10, 2010 at 8:05 pm

But I don’t even get to the point where I can put in my Mad Mimi user info – WordPress doesn’t let me activate the plugin.

Reply

Zack Katz March 11, 2010 at 5:29 pm

Version 1.1 of the plugin (released yesterday) should fix the implode() issue. Let me know if it doesn’t.

Reply

Madhu March 12, 2010 at 3:50 pm

I was using version 1.10 and the following error occured
Stock Shastra: the Art & Science of Stock InvestingActiveRecord::RecordInvalid: Validation failed: Name can’t be blan.  I had activated only the Name and Email field for subscription.
Later i upgraded to version 1.12 only to find that the widget does not appear in the Available Widgets or Inactive Widgets.  Any solution.
I am using wordpress 2.9.2

Reply

Zack Katz March 12, 2010 at 5:37 pm

Try deleting and re-installing 1.2 – there were a few minutes there where the wrong file was uploaded in the package.  Let me know if that works.

Reply

Richard March 12, 2010 at 9:00 pm

I have added your plug-in to my WordPress site, created my mad-mini account but cannot fathom how to select/edit a form and how to activate it on my blog.
If i click on “Configuring your forms” it just takes me to the widget page – but there is nothing new on it for the forms!
Richard

Reply

Zack Katz March 12, 2010 at 9:04 pm

There should be a Mad Mimi widget that you can drag and drop to your sidebar…

Reply

Steven March 15, 2010 at 1:28 am

Great plugin, but there is no widget when clicking  the “Configuring your forms” link. I did try to use the shortcode in the sidebar “sometimes works” but was not able to get it working.
This is for WP 2.9.2

Reply

Zack Katz March 15, 2010 at 4:08 pm

@Steven and @Richard - My apologies for the problems with the plugin; they should be fixed now with Version 1.2.1. It was caused by having renamed a plugin file.

It’s fixed and working beautifully now :-)

Reply

Leo Germani March 15, 2010 at 4:35 pm

Hi there,
Does this plugin have the option to add a new user to madmimi list whenever a new user register to the blog (register as a wordpress user)? If not, is it in your plans? If not, would you be open to add this to the plugin if I develop?
cheers
Leo,,

Reply

Christina March 20, 2010 at 8:20 pm

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, ‘<’ not found in /home/content/*/*/*/******/html/blog/wp-content/plugins/mad-mimi/mad-mimi.php on line 292

Reply

Zack Katz March 28, 2010 at 5:27 am

Hi Christina, 
I have updated the plugin. If you update and are still receiving this error, it’s likely because your server doesn’t have curl enabled. Check out my reply to Gert below for info.

Reply

Gert March 24, 2010 at 3:32 pm

I installed the plug-in, but when I activate it and go to settings, I get this error:

Fatal error: Call to undefined function curl_init() in C:\wamp\www\wp-content\plugins\mad-mimi\mad-mimi.php on line 278
As you can see I’m testing it locally on my machine, so I’m not sure if this causes the error.

Reply

Zack Katz March 28, 2010 at 5:22 am

This is likely because your local server doesn’t have curl enabled. I have added a check to the plugin to make sure that curl_init is available; the plugin won’t work without it.

Most web hosts do have it enabled by default.

Reply

Jason A. Minto March 30, 2010 at 4:18 pm

Has anyone had success modifying the mad mimi plugin for wpmu 2.9.2?
Default installation initial setting of parameters (i.e. Username & API Key) fails.  The HTML code in mad-mimi.php directs the form to options.php.  That file does not exist.
Telling it to use options-general.php and options-general.php?pag=mad-mimi doesn’t work either.
Does any one else have thoughts on how to get it working?

Reply

Jason A. Minto March 30, 2010 at 5:38 pm

…nevermind.  Post http://codex.wordpress.org/WPMU_Plugin_Compatibility revealed the following changes to mad-mimi.php:
80c80,81
<                                       <?php wp_nonce_field(‘update-options’); ?>

>                                       <?php settings_fields(‘mad_mimi_page’); ?>
>                                       <?php // wp_nonce_field(‘update-options’); ?>
359a361,368
> function mad_mimi_whitelist($options)
>       $added = array(‘mad_mimi_page’ => array( ‘mad_mimi_username’,
>                                               ‘mad_mimi_api’)
>               );
>       $options = add_option_whitelist( $added, $options );
>       return $options;
>
> add_filter(‘whitelist_options’, ‘mad_mimi_whitelist’);
…allegedly these should be compatible with the latest version of wordpress too.

Reply

Turgs April 15, 2010 at 6:54 am

Hi Zack

Instead of using a Subscribe form, I want visitors to become registered “members” of my site. I then want these users to be added to a “website members” email list in Mad Mimi.

Is this possible with your plugin?

Cheers
Turgs

Reply

Zack Katz April 15, 2010 at 3:03 pm

@Turgs: It’s planned in a future release to have a checkbox added to the WP Register form, as well as the comment form. Until that release, it’ll have to be custom-coded, but possible.

Reply

Paula Kawal April 15, 2010 at 5:04 pm

Hi Zack,
I just got email from Mad Mimi about this plugin and downloaded it to try it out.  When it tries to activate I get this message.
Plugin could not be activated because it triggered a fatal error.
I’m running WordPress 2.9.2.
Any ideas on how to fix this?
Thanks,
 
Paula Kawal

Reply

Zack Katz April 15, 2010 at 5:07 pm

@Paula Kawal: The plugin requires your server has PHP 5. Please contact your hosting provider and see if you are running PHP 5.

If that doesn’t work, it could be a plugin conflict. If that’s the case, please let me know what plugins you are running.

Reply

Paula Kawal April 15, 2010 at 6:41 pm

Hi Zack,
I have php version 4.4.9 through my hosting provider.  So what can I do?
Thanks,
Paula

Reply

Zack Katz April 15, 2010 at 6:43 pm

@Paula Kawal: Ask your hosting provider to upgrade your account to PHP 5. Generally, hosts are able to do that easily and at no charge. Otherwise, I’d recommend switching hosts, because if they don’t offer PHP 5, imagine what else you’re not getting!

Reply

Paula Kawal April 15, 2010 at 6:47 pm

Hi Zack,
I found a button that let me upgrade it myself from the c panel of my account =)
All better now!
Thanks,
Paula

Reply

Manish April 20, 2010 at 8:02 am

Thanks, excellent plugin.  Is there a way today, to allow a file to get downloaded when a user hits “submit”
We offer a 30 day trial of our software and would like to kickstart the auto downloaded if possible.

Reply

Zack Katz April 20, 2010 at 3:09 pm

@Manish: You can add this to check to your functions.php file to check whether the form has been submitted:

function check_madmimi_submit() {
	if(isset($_POST['signup']['email'])) {
		// The form has been submitted
		if(isset($_POST['signuperror'])) {
			// There is an error with the form
			return false;
		}
		// No error, so we're good.
		// You can do the download call here.
		return true;
	}
}
// The madmimi_process_submissions() is set to run first,
// so we'll run this second to make sure the $_POST has a chance to
// be set.
add_action('init', 'check_madmimi_submit',2);

Then you’d have to initiate the download where the code says do the download call here.

I may add an action upon successful submission in a future version. Thanks for asking!

Reply

Manish April 21, 2010 at 6:26 am

Zack,

thanks so much. I was able to figure out a solution.  I entered in a complete URL for the optional subscription page.

Then on that page I added the following:

<META HTTP-EQUIV=”Refresh” CONTENT=”1;URL=http://full_name_of_progam.exe”>

and it works like a charm.  Great plugin.

Reply

manish jain May 5, 2010 at 5:22 am

Zack,
How can I stylize the form? I want to have name and email on the same line? I’m assuming I edit mad-mimi.php?

Reply

Robert May 19, 2010 at 12:29 pm

Hi,
 
Is there a way to translate the plugin and after that  still be able to update?
 
Robert
 

Reply

Alex G June 13, 2010 at 7:11 pm

Hiya Zack,
I just installed the plugin (v 1.3) on WordPres 2.9.2. Unfortunately I’m getting the following error:  “Plugin could not be activated because it triggered a fatal error.”
Any ideas how to fix this? :(

Reply

Zack Katz June 15, 2010 at 3:13 pm

@Alex G: Does it say what line the error occurs on? Please check your server’s error logs if it doesn’t.

Reply

Travis July 12, 2010 at 4:49 am

Hey Guys,

I’m having a plugin issue. So I downloaded it, activated it, dragged it into the sidebar of my site. (FYI I have a custom theme purchased from Themeforest)

And the field boxes don’t show. For example, I have Name, Email, and City, however there’s no field box where people can type that in. Any ideas what may be going on?

I’m in WP3, PHP5, everything most up-to-date.

Reply

Zack Katz August 24, 2010 at 5:46 pm

Have you tried it with another theme? If it works, it’s likely because the CSS of the theme you’re using is hiding those elements.

Reply

travis July 12, 2010 at 2:35 pm

I’m getting the fatal error issue as well, any fix for this?

Reply

TEMPLATELIFE July 29, 2010 at 8:24 am

Nice and good design. It gets right to the point. The structure is impressive. Good work!

Reply

Kevin August 14, 2010 at 2:39 pm

Zack,
After installing the plugin my website became so slow people were writing to complain that they could not access it. I went one by one deactivating plugins and this one was the culprit. Don’t know why and I would love for it to work for me… but it doesn’t. Let me know if there’s a solution to this.
Thanks!

Reply

Zack Katz August 24, 2010 at 5:45 pm

This is strange; there’s no reason why it should slow down the site at all.

Could you re-activate it and let me know when you do so I can see what might be going on?

Reply

Zack Katz August 31, 2010 at 5:54 pm

Hi Kevin,
Thanks to your feedback, I was able to identify the issue.

I am releasing version 1.3.1 right now, and it should be available in under an hour on WordPress.org or through your site’s plugins page.

Thanks!

Reply

manish jain August 23, 2010 at 12:06 pm

Hey Zack,

I’m finally getting around to installing this awesome plug-in. Any idea why the elements for the plugin are so scattered on this page:

http://www.mprofit.in/test-for-download-page/

Reply

Zack Katz August 24, 2010 at 5:43 pm

It’s all because of your stylesheet. An example : #maincol-inside .content form label span makes the required asterisk (*) 180px wide. Other things like display:block and margins make the whole thing fall apart :-)

Reply

LC(new comment) September 1, 2010 at 1:25 am

Look a great plugin! Im wondering, i see throughout the comments and in the description that the ability to style is coming soon. Are you referring to styling through the admin panel? I mean, i could make it look however i choose by using CSS, right? Thanks for any info.

Reply

Zack Katz June 8, 2010 at 6:15 pm

@Janine Gregor: You will need to achieve this using CSS; the form on your site has an id of #mad_mimi_form3, so you can center text by using #mad_mimi_form3 { text-align:center;}, for example. Further styling options are coming in a future version.

Reply

Leave a Comment

Previous post:

Next post: