Forum Replies Created
-
In reply to: [Resolved] Featured Group Widget
Found what I needed…
$avatar = bp_core_fetch_avatar( array( ‘item_id’ => ‘4’, ‘object’ => ‘group’, ‘type’ => ‘full’, ‘avatar_dir’ => ‘group-avatars’, ‘alt’ => $alt, ‘css_id’ => $id, ‘class’ => $class, ‘width’ => $width, ‘height’ => $height ) );
In reply to: Configuring W3 Total Cache with BuddyPressI have also installed W3tc but I am having issues with the Ajax not working when the javascript is minified. Is anyone else seeing this?
And on the page caching… are you including or excluding any particular pages or just using the default settings?
In reply to: Ascii Characters in EmailI just registered a test user so I could replicate the issue and I noticed this difference in the subject lines:
[Girls Can' ;t WHAT?] Activate Your Account (intentional space left in to demonstrate the error)
[Girls Can’t WHAT?] New User Registration
The new user registration notice is correct in the subject line (the sender is still displaying wrong, although it used to just say ‘WordPress’ for the sender name.)
So is this a buddypress issue or a wordpress issue?
In reply to: Ascii Characters in EmailI tried the anti-slash and double anti-slash…still nothing. The emails are picking up this string from the general options “blog title”. I don’t know of any other way to make it work.
In reply to: Buddybar in header doesn't validateThanks! I swear I tried that earlier and got errors, but that worked. You made my day.