• I hope this has not been said, I tried searching for it, but no luck. here is my blog first off…. http://www.goatinatree.com/blog/ now the problem i am having should be apparent but if your not able to see it, then maybe its just my browser (firefox 0.9.1) but i dont think so. If you notice, the actual tag that is used to configure how the photo will be displayed is visible in the post itself and i’m not sure why. and when i use just “<!–exhibit–> nothing happeneds at all. Does anyone know what this might be?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cybertron

    (@cybertron)

    Here are the posts in question just so you dont have to fumble around…
    http://www.goatinatree.com/blog/index.php?p=407
    http://www.goatinatree.com/blog/index.php?p=408
    http://www.goatinatree.com/blog/index.php?p=405
    As you can see the tags are visible in the post itself. thanks in advance for any help.

    Seeing as how Exhibit doesn’t insert <del> tags anywhere, I would look through the other plugins you have installed to see if any of them will insert such a tag.
    The Exhibit tag that appear on the page looks like this in your source:
    <!-<del>exhibit:config=ex_pictorialis.cfg</del>->
    If you get really desperate, you can try changing this line in exhibit10p.php, near the top:
    add_filter('the_content', 'exhibit_content');
    To:
    add_filter('the_content', 'exhibit_content', 1);
    But that is like hacking Exhibit to make up for some problem in some other plugin. Whatever this plugin is (my guess is it’s Textile1), it shouldn’t break comments you insert into your post text, and that’s what it’s doing. It’s not even really doing it well because it doesn’t remove the leading and trailing ‘-‘.
    I hope any of this makes sense.

    Thread Starter cybertron

    (@cybertron)

    Thank you kind sir 🙂 Textile2 was enabled and sure enough that was the problem. Thanks again 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exhibit 1.1b problem…’ is closed to new replies.