withinsight
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Gravatar not Displaying – Other Options?I found the setting in BuddyPress: under BuddyPress>Component Setup, you have to enable the “Extended Profiles” option. Members can then manage their avatar at http://yoursite.com/members/user-name/
Forum: Fixing WordPress
In reply to: Gravatar not Displaying – Other Options?Unfortunately this plugin doesn’t work with BuddyPress:
http://premium.wpmudev.org/forums/topic/avatars-plugin-not-installing-properly
Forum: Fixing WordPress
In reply to: Comments Conditional in LoopThat works perfectly, thanks for the assist, alchymyth.
Forum: Fixing WordPress
In reply to: Login Requires wp-config Reset Every TimeFurther testing, and when I visit http://www.mysite.local/wp-admin, I get this query string appended to wp-admin/:
?redirect_to=http%3A%2F%2Fwww.mysite.local%2Fmy_custom_folder%2Fwp-admin%2F&reauth=1
I have a .htaccess rewrite rule telling requests to http://www.mysite.local to rewrite to my_custom_folder, but WordPress doesn’t seem to be understanding this. Here’s the rewrite:
rewriteCond %{HTTP_HOST} ^www.mysite.local
rewriteCond %{REQUEST_URI} !^/my_custom_folder/
rewriteRule (.*) /my_custom_folder/$1 [L]Forum: Fixing WordPress
In reply to: Attach image to multiple postsNot insert into post body – attach to the post – so it appears in the gallery tab.
Forum: Fixing WordPress
In reply to: Video Upload Not WorkingI have local versions of WordPress 2.7.1 and WPMU installed, and I’m experiencing the exact same issue with both. I’ve got my upload_max_filesize in php.ini set high enough, and the ‘Max file upload size’ in the WPMU admin panel set to ‘99999999’ to remove any size restriction error. This is definitely an issue.
Is the WordPress video player part of the standard WordPress install, or are their additional steps required to get video running locally?