Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: Live Press 1.2.0 Released

    I have fixed the issuse with the text=”sometext” issue.

    download the “cutter plugin”

    find all examples of [cut] and replace them with [lj-cut]
    find all examples of [/cut] and replace them with [/lj-cut]
    find all examples of [cut=\”.+\”\] replace it with [lj-cut text=\”.+\”\]
    find all examples of [cut=”‘,'”] and replace with [lj-cut text=”‘,'”]

    finally, open lpsynch.php and add in this code.

    // Fix lj-tags hack
    $the_event = preg_replace("/([[{<~])(lj-cut)([]}>~])/i", "<2>" , $the_event);
    $the_event = preg_replace("/([[{<~])(lj-cut text="(.+)")([]}>~])/i", "<2>" , $the_event);
    $the_event = preg_replace("/([[{<~])(/?lj-cut)([]}>~])/i", "<2>" , $the_event);
    $the_event = convert_chars($the_event, "html");

    Now my cuts behave like a proper lj-cut would on both lj and wordpress.

    Forum: Plugins
    In reply to: phpGiggle and WordPress 1.2

    My phpGiggle doesn’t link something unless it’s directly between tags IE: <b>AL</b> works but AL doesn’t.

Viewing 2 replies - 1 through 2 (of 2 total)