• Oops — it broke πŸ™

    I was THRILLED with this plugin… until I went to add a new blog post and then things went sideways! Yikes! This plugin did not play well with my wp theme and forced the image attribute (file name) to show up instead of the page excerpt. Damn. I loved it but had to remove it. Even to deactivate did not work… had to completely uninstall. If you can fix this, I would love to re-install and try again.

    http://wordpress.org/extend/plugins/show-useragent/

Viewing 1 replies (of 1 total)
  • Plugin Author hzlzh

    (@hzlzh)

    Hi hmeurer,

    Can you tell me more about

    forced the image

    I want to find out which problem you met, and I want to tell you that if your theme made a standard WordPress comment list function, this plugin will works very well, otherwise please use the ‘code’ instead of Auto settings via here.

    By using code like this:

    <?php
    if (function_exists("CID_init")) {
    CID_print_comment_flag(); echo ' ';CID_print_comment_browser();
    }
    ?>

    This plugin can work well in any WordPress themes.

    Also the next version will release soon.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Show Useragent] Ooop — I spoke too soon. Doesn't play well with wp’ is closed to new replies.