darkwolf74
Forum Replies Created
-
Forum: Plugins
In reply to: [Dramatar] Dramatar doesn't show any avatar in WP 3.5.1Sorry for the delay in getting back to you. For some reason or another, I never received email notification of this support request.
I’ve updated the plugin and have fixed the issue with avatars not showing up.
If you have any other issues, please let me know!
Seems you have to use the cat tag and set them up one after another on the page which displays the FAQs, like:
[qa cat=”general-qa”]
[qa cat=”developer-notes”]Not bad if you only have a few categories. Not fun if you have tons. Nominal extra work though regardless.
Forum: Plugins
In reply to: [Prune Users] [Plugin: Prune Users] Not catching any usersIF the users you are trying to delete are anything BUT guests, it will pass them by. You need to edit the script and comment out the lines, like this.
//if ($skip_authors) $skip_check .= ” AND LOCATE(‘author’, um.meta_value) = 0 “;
//if ($skip_contributors) $skip_check .= ” AND LOCATE(‘contributor’, um.meta_value) = 0 “;I needed to kill off anything lower than Editor, so I commented out the above lines. Worked like a charm.
Forum: Fixing WordPress
In reply to: wp_update_post not updatingCancel that.. Stupid me, I had a DB change statement that selected the live DB instead of the devel DB. Turns out, it was changing it on THERE instead.
Closed.