#130 new
Mark

In compatibility with Wordpress plugin TDO Mini Forms

Reported by Mark | October 7th, 2008 @ 11:09 AM

Hi, a number of users of my plugin reported a problem with my plugin that I discovered was related to wp-o-matic.

You can see the full thread at http://thedeadone.net/forum/?p=350

I don't really know the innards of wp-o-matic, but it seems to do some magic if someone logs into the admin interface and there is a "page" variable in the request.

However, TDO Mini Forms provides a special page to logged in users (including subscribers) that uses the page variable in the URL. Specifically it uses wp-admin/profile.php?page=tdomf_your_submissions

However wp-o-matic will kill the page and report "Please switch to Firefox / Safari" when the tdomf_your_submissions page has nothing to do with wp-o-matic nor has any requirement that the user must be using a non-IE browser.

I've suggested a small fix to help my users, specifically for this case, by changing the function init so that it checks the value of "page". i.e. at line 353 of wpomatic.php:

if(isset($REQUEST['page']) && $REQUEST['page'] != 'tdomf_your_submissions')

I guess a more complete solution is required.

Comments and changes to this ticket

  • Guillermo Rauch

    Guillermo Rauch October 7th, 2008 @ 01:20 PM

    Your fix is almost right, you should check for page = wpomatic.php. Will be fixed for next version.

  • Ricardo Rauch

    Ricardo Rauch April 15th, 2010 @ 08:50 AM

    • Tag changed from please switch to firefox safari, tdo-mini-forms, compatibility, ie, init, page to please switch to firefox safari, compatibility, ie, init, page, tdo-mini-forms
    • Assigned user changed from “Guillermo Rauch” to “Ricardo Rauch”

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

WP-o-Matic project.

People watching this ticket

Pages