jagallagher
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] 14 people say it's broken? Really?Hi Jeff,
I’ve been using TML on a site for the last year and a half with no problems, but since updating to WP 3.2.1 and TML 6.1.4, I’ve been experiencing some strangeness.
Logging in is fine, but once logged in, clicking the ‘Log Out’ link on the TML widget doesn’t seem to work properly. After attempting to log out, the user is redirected to the homepage, as expected. However, the widget continues to display the links “dashboard”, “profile” and “log out”.
The “dashboard” and “profile” links both point to “[siteurl]/login/?action=profile”, and display the update profile page, whereas the “log out” link points to “[siteurl]/login/?action=logout&_wpnonce=74fef1a3d0”.
The only way to successfully logout is to change the password on the update profile page, after which the “log out” link works every time.
The url for the site is http://www.evolvemartialarts.com/
Thanks in advance,
ja
Forum: Fixing WordPress
In reply to: Problem with wp_get_attachment_metadataIn case anyone else has a similar problem, I found that there was a single space at the start of each occurence of $image after the first one. I solved the issue by changing
$imgid = $wpdb->get_var( "SELECT ID FROM $wpdb->posts WHERE guid = '" . $image . "'" );to
$imgid = $wpdb->get_var( "SELECT ID FROM $wpdb->posts WHERE guid = '" . trim($image) . "'" );Forum: Plugins
In reply to: [Plugin: wordTube] Wordtube — files not appearing in playlistI’m having the same problem.
Have you figured out what was causing it??Cheers!