• I’ve made a few updates to the Exhibit code for 1.0b, which is now available online here.
    You can see some of the simple stuff Exhibit does here.
    Some of the features from my compiled list are now complete, but I’ve decided to save image uploading for a new plugin, since the code is pretty weighty already and uploading has little to do with content display. And many people were waiting for some of this stuff, so I thought I’d throw you a bone.
    Lots of crazy new features here. I hope it’s not too confusing.
    If you’re an existing user, you should only need to replace the exhibit10.php file to get this working. Be mindful to change the configuration settings in the new file to match your old ones.
    If you’re a new user, welcome and good luck! The instructions for installation, etc. are in the exhibit10.php file.
    Let me know how it goes…

Viewing 2 replies - 46 through 47 (of 47 total)
  • sorry, posted html wasn’t properly encoded, the code is:
    $text = preg_replace_callback(‘|<!–(.*)–>|iU’, create_function(‘$match’, ‘return "";’), $text);

    damn it, how am I supposed to write this regexp?
    ‘| < ! – – ( . * ) – – > | i U’
    just remove the whitespaces!

Viewing 2 replies - 46 through 47 (of 47 total)
  • The topic ‘Exhibit 1.0b release’ is closed to new replies.