Search Results for 'buddypress'
-
AuthorSearch Results
-
February 2, 2010 at 12:48 am #62191
In reply to: new blog posts do not show up in activity stream
r-a-y
KeymasterMake sure you have the blog tracking component turned on in the BuddyPress admin area.
It should be under “BuddyPress > Component Setup” in the WPMU admin area.
February 2, 2010 at 12:42 am #62190D Cartwright
ParticipantThanks, r-a-y,
Basically what r-a-y has said is completely correct. It hooks into the action for recording an activity and then emails everyone in the group with a notification of the activity. The idea of this is that it can catch pretty much anything related to a group – so forums, ‘wire posts’, group joins, wiki edits, etc can all be included. By default it will support the buddypress basic functions + our groupwiki functions but I’m also trying to build in an easy way for people to extend this to support their own plugins with just a small amount of additional code to their plugin file.
Even without building in specific support for a plugin this will grab an activity update for a group and email it out, with a generic description for the activity type rather than something specific.
The feedback I’ve had so far suggests that users want a bit more control over default behviour/settings of the plugin and for a way for group admins/mods to post ‘must have’ alerts. I’m hoping to add this in the next couple of days and get the plugin out by Friday or some point over the weekend.
February 2, 2010 at 12:40 am #62189r-a-y
KeymasterAhh ok, the second link is a bug!
I’ll report this.
Thanks anointed!
[EDIT]
Ticket created:
February 2, 2010 at 12:31 am #62188r-a-y
KeymasterCool! Glad you fixed your problem

Sometimes when you look at the monitor too long, you get tunnel-vision!
February 2, 2010 at 12:11 am #62187In reply to: Hiding Buddypress from the View Source?
PJ
ParticipantMy apologies. I’m sorry if it came off that way. I understand now.
No need to make something so simple complicated for no reason.
February 2, 2010 at 12:07 am #62186m2mediadesigns
ParticipantThanks! Issue Solved!
February 2, 2010 at 12:00 am #62185m2mediadesigns
ParticipantDuh!
I even looked at that screen earlier today!
Obviously a newbie!
Thanks!
February 1, 2010 at 11:57 pm #62183r-a-y
KeymasterLogin to your WPMU admin area and navigate to “Site Admin > Options”.
There should be a header saying “Allow new registrations”.
February 1, 2010 at 11:55 pm #62182r-a-y
KeymasterThis isn’t an “issue”.
Activity update permalinks, by default, are supposed to look like that.
The inspiration of this layout comes from Twitter’s status updates:
eg: http://twitter.com/buddypressdev/status/8201641709
You can always change the layout through themeing!
February 1, 2010 at 11:53 pm #62181m2mediadesigns
ParticipantI dont even see that as an option on the control panel ? where would I check for this?
February 1, 2010 at 11:37 pm #62180In reply to: Hiding Buddypress from the View Source?
abcde666
ParticipantI do understand what you are talking about.
I would also rather hide this “open secret” at my website, thereby saying I would not like my competitors to know what software I am running my website on.
Not sure how this complies with GPL and Andys comment about something like “cats & puppies….”
February 1, 2010 at 11:16 pm #62179In reply to: Hiding Buddypress from the View Source?
peterverkooijen
ParticipantIt’s open sauce.
Sorry, couldn’t resist…
February 1, 2010 at 11:00 pm #62178In reply to: Hiding Buddypress from the View Source?
Mike Pratt
ParticipantIt’s open source. We all have sauce on our collars.
February 1, 2010 at 10:58 pm #62176In reply to: forums : Fatal error: Cannot redeclare checked()
r-a-y
KeymasterHow did you install the BuddyPress group forums?
February 1, 2010 at 10:17 pm #62171In reply to: Testing new theme, Hybrid as a parent
thekmen
ParticipantJustins Theme Hybrid as a parent with his structure child theme as the BuddyPress theme,
http://test.xfactor-blogs.com/
Still needs CSS tweaks & I’m no CSS guru so if anyone want’s to help out, let me know.
February 1, 2010 at 9:57 pm #62169In reply to: Hiding Buddypress from the View Source?
Paul Wong-Gibbs
KeymasterWhat’s wrong with sharing the secret sauce?
February 1, 2010 at 9:45 pm #62166In reply to: bp 1.2 setup questions
r-a-y
KeymasterDid you follow the BP upgrade instructions here?
https://buddypress.org/blog/news/buddypress-1-2-beta/
Also if you’re running object cache, disable or clear it before activating your new BP 1.2 theme.
February 1, 2010 at 9:44 pm #62165In reply to: Starting real development
r-a-y
KeymasterHere’s a tutorial for setting up XAMPP and WordPress:
If you’re not planning on using member blogs, this tutorial should get you up and running with WordPress. Then all you need to do is install BuddyPress.
February 1, 2010 at 8:39 pm #62163In reply to: Testing new theme, Hybrid as a parent
thekmen
ParticipantIf anyone else wants to test out a BuddyPress Hybrid child theme, let me know.
Nice & simple integration & seems to work perfectly, just needs a few css tweaks.
February 1, 2010 at 8:34 pm #62162r-a-y
KeymasterDid you disable new user registration?
February 1, 2010 at 7:42 pm #62159David Lewis
ParticipantCSS would work too if you want to override everything manually… but you might need to add !important to the declaration. I just did it in a function since my client will want to change the header image themselves from time to time and the custom header application would force them to crop anything they try to upload that is taller than 125.
So all I did was change the height definition (line 117 in bp-themes/bp-default/functions.php) by adding a functions.php file to my child with just one line:
define( 'HEADER_IMAGE_HEIGHT', 250 );Seems to work.
February 1, 2010 at 7:03 pm #62158In reply to: group problem
paisano
ParticipantI started all over again and it worked. Installed clean wp 2.9.1 single user… then installed buddypress… and finally bbpress (after setting up bb-config.php file)
Groups and forums all work nice!
February 1, 2010 at 7:02 pm #62157donald26
ParticipantHey David,
What is the function you added? i kind of googled and worked it our by editing the css and adding height to the header.
adding a function seems to be more feasible. Please share
February 1, 2010 at 6:29 pm #62154In reply to: Hiding Buddypress from the View Source?
r-a-y
KeymasterYou can google about escaping HTML, but keep in mind this will require Javascript.
You’ll also have to modify the header actions, which are added to BP. This means on upgrades, you’ll have to manually make sure you keep up with changes.
I wouldn’t recommend this myself.
February 1, 2010 at 3:59 pm #62147David Lewis
ParticipantWould be nice with the header API if the height was not restricted. I ended up adding a line to functions.php in my child to allows for a taller header.
-
AuthorSearch Results