desimon
Forum Replies Created
-
Forum: Plugins
In reply to: [Mobile Device Detect Reloaded] Android tabletsHi geez1,
I will update the plugin to add this feature. Thanks for your suggestion!
Forum: Plugins
In reply to: [Mobile Device Detect Reloaded] Detect Mobile Browsers Licensing ViolationHi BandonRandon,
License violation issued resolved. Just upgrade your plugin to v1.4.
I used the, open source, Detect Mobile Browsers script.
Thank you so much!
Hi bill,
When the plugin detect and redirects your visitor, it passes the Referer, so if your redirect destination page have installed Analytics’s script, it will receive all http infos and will register the traffic.
Let me known if you could see the track.
thanks!
Forum: Plugins
In reply to: [Mobile Device Detect Reloaded] Detect Mobile Browsers Licensing ViolationHi BandonRandon, thanks for your advice.
Was never my intention to violate any license when I updated the Matt plugin using the Andy’s script. I’m sorry if it looked like this way.
In earlier versions of this plugin I instructed people to visit http://detectmobilebrowsers.mobi/ and download the script for themselves, but at some time the site was down, so I decided do include the script that I archived in this plugin, then until now, I kept this way.
I concern to insert credits and link to Andy’s site in the description of the plugin, I believed that is enough, … my mistake.
When I saw your topic here, then visited Andy’s site, I could see the script still alive on his site… so I will update the plugin to respect the license of Andy’s script, as soon as possible.
I really appreciate your topic, advising me, and your complains with license stuffs.
ajburley, sorry for the late correction.
Thanks for this. Update your plugin and the problem will be corrected.
Regards!
I modified this plugin, to work in new versions of wordpress -> http://ww.wp.xz.cn/extend/plugins/mobile-device-detect-reloaded
Hi garymgordon,
I had this exactly same problem. The solution is simple.
In your root index.php of wordpress, change the line:/** Loads the WordPress Environment and Template */ require('./wp-blog-header.php');to
/** Loads the WordPress Environment and Template */ require('wp-blog-header.php');This works fine for me. I don’t know why IIS don’t work with this kind of path.