Markup: Mobile Output

Creating and modifying plugins.
Post Reply
chigo58
Regular
Posts: 12
Joined: Tue Jun 19, 2007 8:35 am
Contact:

Markup: Mobile Output

Post by chigo58 »

Hi, I've got this plugin installed manually and follow all instructions http://c.mobile-seo.de/ however for some reason, the display doesn't get formatted using the iphone template even although it is actually detected as an iphone.

tests were carried out on a 3G v.3.1.2 (Safari) and even the FF plugin emulating agent iphone 3.0
Below is a snippet of the code.. as well as Serendipity 1.5.3 and PHP 5.2.8

All plugin options are off except for the first one (enable plugin) and the WURFL XML is up to date with its cache and all.

Can anyone help me out here ?

Code: Select all

    * Mobile device check returned 1 out of 3
    * Mobile device found
    * Apple IPhone or IPod Touch device found
    * Charset: UTF-8
    * Template changed to: xhtml_mp
    * Mobile device found
    * Apple IPhone or IPod Touch device found
    * Parsing DOM
    * Added HTML META data with correct charset to entry string
    * DOM successfully parsed
    * All SCRIPT tags removed
    * All OBJECT tags removed
    * All EMBED tags removed
    * All STYLE attributes removed
    * All ONLOAD attributes removed
    * All ONUNLOAD attributes removed
    * All ONCHANGE attributes removed
    * All ONSUBMIT attributes removed
    * All ONRESET attributes removed
    * All ONSELECT attributes removed
    * All ONBLUR attributes removed
    * All ONFOCUS attributes removed
    * All ONKEYDOWN attributes removed
    * All ONKEYPRESS attributes removed
    * All ONKEYUP attributes removed
    * All ONCLICK attributes removed
    * All ONDBLCLICK attributes removed
    * All ONMOUSEDOWN attributes removed
    * All ONMOUSEMOVE attributes removed
    * All ONMOUSEOVER attributes removed
    * All ONMOUSEOUT attributes removed
    * All ONMOUSEUP attributes removed
    * Trying to scale images with WURFL
    * WURFL object created
    * Scaling IMG: /uploads/images/eid.gif to 0px width and 0px height
    * Device not found in WURFL or screen to small. Using maximum image width as fallback
    * Cleaning up DOM
    * Content successfully prepared
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Markup: Mobile Output

Post by garvinhicking »

Hi!

Sorry, was away for holidays. Do you still have this issue? What's your URL?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply