striker
Forum Replies Created
-
I had this same issue, probably the way something was configured on my server. I solved by adding ‘exit;’ after line 186.
looks like this:
if( $wpjf3_mr_options[‘method’] == ‘redirect’ ){
// redirect
header ( ‘Location:’.$wpjf3_mr_options[‘static_page’] );
exit;
}else if…Forum: Plugins
In reply to: Need more image sizes for your blog? Here’s a pluginAny chance have any guesses why this won’t work in wordpress mu? It installs fine, and I can add sizes just fine, and they show up in the add image screen, but when I go to upload, none of the images are uploaded other than thumbnail and full size, and it’s not added to the gallery.
Forum: Plugins
In reply to: [Plugin: Twitter for WordPress] Error in hyperlink discoveryjust noting that ramir’s suggested change above worked great.
Forum: Fixing WordPress
In reply to: taxonomy / grouping tags/ anythinganyone? do people answer these types of questions or is there somewhere else I need to go? Help me out people, I’ve heard good things about the users of wordpress helping each other, where’s that at?
Forum: Developing with WordPress
In reply to: Tag BundlesIs this something that can be done now with WP2.5?
Forum: Fixing WordPress
In reply to: Loginout not working?I have this same problem, and would like to know if anyone has any thoughts. Straight 2.3.3 install, page often says Login instead of Site Admin and Logout. I believe if i solve this problem it will fix a problem I’m having with the Members Only plugin.