Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter chiliberto

    (@chiliberto)

    OK, figured out the problem.

    I used WordPress’ automatic upgrade link and it somehow created a new folder and put the plugin in there. I just had to pull the plugin folder out of that folder.

    Here’s where I found the solution:

    https://www.ads-software.com/support/topic/278925?replies=15

    -GG

    Thread Starter chiliberto

    (@chiliberto)

    OK, here’s a couple of things I did to work around this:

    I installed the Image Caption plugin (https://www.ads-software.com/extend/plugins/image-caption/) This grabs captions for images from the image title. Works nicely.

    Then I changed the priority for the hooks in Textile2.php to something really high to make it get executed last:

    add_filter(‘the_content’, array(&$this, ‘do_textile’), 600000000);
    add_filter(‘the_excerpt’, array(&$this, ‘do_textile’), 600000000);
    add_filter(‘comment_text’, array(&$this, ‘do_textile’), 600000000);

    add_filter(‘the_content_rss’, array(&$this, ‘do_textile’), 600000000);
    //add_filter(‘the_excerpt_rss’, ‘do_textile’, 600000000);

    And that’s it. Now I have links, bold, italics, etc in my images. For example this is in one of my image titles and it has bold, italics, and a link using textile formatting (asterisk, underscore, and quotes around link titles):

    *John Beasley Greene,* _Tombeau de la chrétienne [Tomb of the Christian Woman],_ 1856; albumenized salt print; 10 3/8 in. x 12 1/16 in. (26.35 cm x 30.64 cm); Collection “SFMOMA”:https://sfmoma.org, Accessions Committee Fund purchase

    i’m having the same issue. i was able to create users and edit roles in the past.

    i’m looking at the database and seeing this for the users that were created a while back:

    umeta_id user_id meta_key meta_value
    15 3 wp_capabilities a:1:{s:13:”administrator”;b:1;}

    but for the new users, these aren’t in there at all.

    I’m having the same problems, but they’re not the same in all browsers on all OS.

    Mac, Firefox:
    “An error occurred in the upload. Please try again later.”
    no image upload

    PC, IE 7:
    “Specified file failed upload test.”
    but the image actually gets uploaded. check the gallery or media library tab and it’s in there! but none of the images can be selected.

    possible solution:
    use the PC with IE 7 to upload the image. then jump over to the Mac to select the images and add them into the posts!

    What a bunch of boloney!!!!!

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