Plugin Directory

Changeset 435117


Ignore:
Timestamp:
09/08/2011 10:13:17 AM (14 years ago)
Author:
Orson Teodoro
Message:

fix signatures for ie8

Location:
forumconverter
Files:
18 added
2 edited

Legend:

Unmodified
Added
Removed
  • forumconverter/trunk/fc-sig-main.php

    r434956 r435117  
    130130                    success: function( data ) {
    131131                        data = jQuery.parseJSON(data);
    132                         if (data.signature.trim().length > 0)
     132                        if (jQuery.trim(data.signature).length > 0)
    133133                            jQuery("tr#post-"+data.pid+" > td.bbp-reply-content").append('<hr/><p class="signature">'+data.signature+'</p>');
    134134                    }
  • forumconverter/trunk/readme.txt

    r434956 r435117  
    55Requires at least: 3.2.1
    66Tested up to: 3.2.1
    7 Stable tag: 1.08
     7Stable tag: 1.09
    88
    99Migrates a phpBB forum into a bbPress forum.
     
    124124
    125125== Upgrade Notice ==
     126= 1.09 =
     127None
     128
    126129= 1.08 =
    127130None
     
    152155
    153156== Changelog ==
     157= 1.09 =
     158* Bugfix: Fix displaying of signatures under ie8
     159
    154160= 1.08 =
    155161* Created the "Orphaned Topics" forum to store orphaned topics
Note: See TracChangeset for help on using the changeset viewer.