wp.Man
Forum Replies Created
-
hi donncha
i uninstalled, deactivated, deleted and reinstalled the 0.9.9.9 version and the browser is still caching the admin bar. unless i’m wrong, this not a security risk at all, correct? just a very minor annoyance.same here – admin bar showing on index page when logged out (i’m guessing i could get it to show on other pages as well, but it hasn’t yet).
WP 3.1
Atahualpa themeForum: Plugins
In reply to: [WP-Filebase Download Manager] [Plugin: WP-Filebase] very temperamentalfabifott – i though you had given up on this plugin. it’s good to hear you’re still developing it!
i will absolutely give it a spin and re-rate it ASAP
THANK YOU!!!
good enough!
thanks for looking into it!hi Ed – thanks for your fast response and for looking into this.
re: the download pop-up leaving the admin area — do you think this is this a concern the Atahualpa dev needs to made aware of (security concern)? or is this only possible with BPS installed?
thanks
BPS .46 – minor conflict with Atahualpa theme (3.6.4, maybe others)
Atahualpa offers an option to export/import a file that contains all theme settings. the export button directs to:
https://[your_website]/?bfa_ata_file=settings-download
with the secure BSP root htaccess in place, this link doesn’t work. in my case
Forum: Plugins
In reply to: [Plugin: Simple Tags] Auto Terms/Auto Tags – should find whole wordsstill hoping someone can help
Forum: Plugins
In reply to: [Plugin: Simple Tags] Auto Terms/Auto Tags – should find whole wordsany advice would be appreciated
Forum: Plugins
In reply to: [Plugin: Simple Tags] Auto Terms/Auto Tags – should find whole wordsi’m lost i think. found this on line #937 – the ‘regexEscape’ looks interesting, but i don’t know what i’m looking at for sure ??
// Return Tags $matches = $tags = array(); preg_match_all('/(' . $this->regexEscape($this->options['start_embed_tags']) . '(.*?)' . $this->regexEscape($this->options['end_embed_tags']) . ')/is', $object->post_content, $matches); foreach ( $matches[2] as $match) { foreach( (array) explode(',', $match) as $tag) { $tags[] = $tag; } }
Forum: Plugins
In reply to: [Plugin: Simple Tags] Auto Terms/Auto Tags – should find whole wordshad another stab at looking through the code and found this in ‘admin.php’, line #235:
function pageAutoTags() { $action = false; if ( isset($_POST['update_auto_list']) ) { // Tags list $tags_list = stripslashes($_POST['auto_list']); $tags = explode(',', $tags_list);
and #276:
$tags_list = ''; $tags = maybe_unserialize($this->options['auto_list']); if ( is_array($tags) ) { $tags_list = implode(', ', $tags); }
seems like one or both of these lines is where change needs to be made???
$tags = explode(',', $tags_list); $tags_list = implode(', ', $tags);
any help is appreciated
Forum: Plugins
In reply to: Bad Behavior causing database errorsBad Behavior is also causing a problem with Simple:Press Forum – getting this error when installing SPF…
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT usergroup_is_moderator FROM wp9q_sfusergroups WHERE usergroup_id =