Search Results for 'buddypress'
-
AuthorSearch Results
-
February 18, 2009 at 5:07 pm #38239
In reply to: Something I did wrong?
terryjsmith
ParticipantYou should have the following folders:
/wp-content/member-themes
/wp-content/themes/buddypress-home
Both of those will come from the mu-plugins/buddypress-theme directory.
Hope this helps,
Terry
February 18, 2009 at 4:54 pm #38237In reply to: BuddyPress Showoff: Post your links
alex-tg
Memberhttp://testing-grounds.thinking-garment.com/community/
just testing it…
February 18, 2009 at 4:29 pm #38235In reply to: clickin search letters and box doesn’t work
Burt Adsit
ParticipantIt’s the same problem: add friend, join group and letter list. I can’t reproduce this on my side. The security system called ‘nonce’ is failing on your sites and only when the individual link security is wrapped in a larger form security mechanism.
What do you two have in common?
modemlooper, did you just upgrade from a prev version of bp like cdutoit?
I’m gonna close this thread. Let’s all talk in one. See me in:
February 18, 2009 at 4:12 pm #38233In reply to: forum integration question
fishbowl81
ParticipantI have written a general forum plugin, which takes the group forum plugin, and initialize it to a second bbpress install, which is a general forums. It is very rough, and needs some work before I might release it. It has the advantage over doing a bbpress theme, that is uses the buddypress theme. The downside is it uses the xmlrpc for all communication to the bbpress install.
You can see it here, I’m waiting for a ticket I opened in trac for the error to go away, but you get an idea how it works:
http://gorgeousgamers.com/beta/forums/
Enjoy,
Brad
February 18, 2009 at 2:41 pm #38228In reply to: Add Friend – not adding
cdutoit
ParticipantThanks much! Just FYI there is another thread here:
https://buddypress.org/forums/topic.php?id=1322
That is referencing the same problem, but also no solution yet.
Really appreciate the help
Chris
February 18, 2009 at 2:24 pm #38227In reply to: clickin search letters and box doesn’t work
cdutoit
Participantmodemlooper – I have the same problem with the “add friend”. I have a similar thread going here:
https://buddypress.org/forums/topic.php?id=1315
Burtadsit is trying to help me over there. I’m sure it will be the same solution for both of us.
Chris
February 18, 2009 at 10:09 am #38221jolaus
ParticipantAnd I’ve just realize that the BuddyPress navigation bar is also without CSS styles. Al links of the bar appear at the bottom of the WPMU admin-site as a large link column. Something strange, isn’t it?
February 18, 2009 at 8:55 am #38220jolaus
ParticipantI have updated to the trunk r-1131 but is still happening the same; no CSS loads on my Buddypress Home page. The updating process is very simple (just deleting old fields and upload new ones) so I think is something very strange what is happening to me.
I’ve also noticed that in the Themes Settings section of WPMU it doesn’t show the BuddyPrees Home screenshot properly but the screenshot.png file is in the theme folder.
It would very important for me to use BuddyPrees in basque. I would like to use it (you can take a look at http://jakintzazu.net ) with my school community, teachers, students and parents too but I need to configure it in basque.
Any help would be appreciated. Thanks!
February 18, 2009 at 4:55 am #38215In reply to: members/groups/blogs directory template override
Andy Peatling
KeymasterBasically, if you add a file called members-directory.php in your blog/home theme it will override the directory with whatever you put in that file. Same for blogs-directory.php and groups-directory.php.
You will see examples of this on the new BuddyPress site when it launches.
February 18, 2009 at 3:30 am #38204In reply to: bbpress profile integrates with bp
John James Jacoby
KeymasterI am using the “Post Counts Plus” plug in for bbPress in conjunction with the new Group Forums BuddyPress plug in, and they seem to play nice together to do what you’re asking about.
February 18, 2009 at 2:58 am #38200In reply to: BuddyPress Showoff: Post your links
February 18, 2009 at 2:19 am #38198In reply to: forum integration question
ozpoker
ParticipantDon’t worry – gunna code them all in myself.
Anyone aware of any premade buddypress &/or bbpress themes or csss styles?
February 18, 2009 at 2:06 am #38196In reply to: forum integration question
ozpoker
Participantjust looking in to the header – it doesn’t appear as it is not called :
<ul id="nav">
<li<?php if ( bp_is_page( 'home' ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?></a></li>
<li<?php if ( bp_is_page( HOME_BLOG_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo HOME_BLOG_SLUG ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'Blog', 'buddypress' ) ?></a></li>
<li<?php if ( bp_is_page( MEMBERS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?></a></li>
<?php if ( function_exists( 'groups_install' ) ) { ?>
<li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_GROUPS_SLUG ?>" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?></a></li>
<?php } ?>
<?php if ( function_exists( 'bp_blogs_install' ) ) { ?>
<li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_BLOGS_SLUG ?>" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?></a></li>
<?php } ?>
<?php do_action( 'bp_nav_items' ); ?>
</ul>Is that an error in the current theme ?
February 18, 2009 at 1:51 am #38194In reply to: forum integration question
ozpoker
ParticipantNope – I’ve done all that – I can post on buddypress and and appears in forum and I can post on forum end and appears in buddypress group.
the only thing I didn’t do was the intial wordpress integration when installing bbpress – which is found under “bbpress” >> setting >> wp integration.
During bbpress I got “minor” errors regard auth_salt and “cookies” which I ignored as I ssumed the buddypress/bbpress integaration would’ve superseded the initial wp/bbpress integartion.
February 18, 2009 at 1:27 am #38191In reply to: forum integration question
Burt Adsit
ParticipantHowdy. You can access the bp group forums from Groups > My Groups > <pick a group> > Forums. The bbpress theme doesn’t get changed by doing user integration with wpmu.
It sounds like you have one more step to take and that is to configure bp group forums. That is detailed in the file /mu-plugins/bp-forums/installation-readme.txt
There is also an extremely helpful topic by Trent located here: https://buddypress.org/forums/topic.php?id=471
February 18, 2009 at 1:22 am #38190In reply to: RC1 + Forums – IE bug?
Burt Adsit
ParticipantFound the problem. Patch submitted. https://trac.buddypress.org/ticket/504
February 17, 2009 at 11:25 pm #38189In reply to: BP Content Tags Project – Call For Ideas
Andy Peatling
KeymasterI just want to make sure we have the right idea here:
I belong to the group “Transformers is awesome”.
I’m browsing a BuddyPress site and come across a blog post on Transformers, that has some interesting facts. I think to myself, this is cool, I’d love other members of the group “Transformers is awesome” to be notified of this. I’ll “tag” this content to that group, perhaps by entering a unique group tag for “Transformers is awesome” or selecting the group from a menu.
I continue browsing and come across some photos of the new Transformers II movie, I think, that would be cool to show in the group too. I decide to “tag” those photos to the group as well.
I also find a cool quote on someone’s wire that says “Transformers release date is April 3rd 2009”. I “tag” that content to the group too.
When I return to the “Transformers is awesome” group home page, I see that the content I have “tagged” appears on the home page (perhaps in a “latest tagged” box) for all the group members to see. There may (and probably should be) an approval process in between a piece of content being “tagged” and it showing on the group page.
Thoughts?
Actual content tagging would be cool too, so you tag anything on the site, and those tags then become content groups. However, that is a MUCH bigger job, and would probably render group creation irrelevant down the line (all in good time).
February 17, 2009 at 8:39 pm #38181In reply to: privacy issues
Joss Winn
ParticipantHmmm, now the BuddyPress activity feeds are being publicly exposed even when the blog is marked as for ‘registered members of the community’ on a wildcard DNS install. Anyone else noticed this? It’s happening with both dsader’s plugin and the members-only plugin.
I’m sure this was fixed a few days ago. So now /activity/feed/ and /members/joss/feed/ etc. are all publicly exposed even when the main blog is set as ‘registered community only’.
February 17, 2009 at 8:38 pm #38180In reply to: Why a group blog would be nice…
nicolagreco
ParticipantFebruary 17, 2009 at 7:42 pm #38176In reply to: Wire as Blog
nicolagreco
Participantas i said, i made that same think you’v planned to do

not using wires but integrating buddypress membertheme with wordpress loops
February 17, 2009 at 6:23 pm #38175In reply to: Comment Fields Disappeared
tridian
ParticipantHello johnjamesjacoby and thanks very much for your reply. Unfortunately I grabbed the new functions.php and placed it into my buddypress-home theme folder and I still have the same issue. (Again, just to test after this did not work, I tried the functions.php from my older template and it worked just fine). Just as a background, this install is from the latest RC1 combo download. Is there anything else I can tell you about my configuration to help with this? Thanks again very much for your time
February 17, 2009 at 4:40 pm #38169In reply to: bbpress, buddypress & wpmu
MartinNr5
Participant@Vladeta: If you follow all the instructions in Trents thread then it will work.
I had problems as well until I did /exactly/ what the thread told me to do.
Just make sure you read the entire thread as the first post lacks some information.
February 17, 2009 at 3:30 pm #38167In reply to: bbpress, buddypress & wpmu
vladeta
MemberIs it possible to have buddypress and bbpress integrated in a way that once user is registered in buddypress, he/she doesn’t need to register again in bbpress and vice-versa? I have followed instructions here on how to integrate them but with no luck. Is there any way of telling (debug) what is wrong?
Thanks,
Vladeta
February 17, 2009 at 3:25 pm #38166In reply to: Notifications settings not working?
vladeta
MemberHow is this solved?
I have installed WPMU, tested registering new users, email worked fine after I installed “Cimy SIFT SMTP”.
After I installed BuddyPress, emails don’t work again. This SMTP plugin has test option and it works. But still, when I want to register new user, no email notification is sent…
Anyone?
Thanks!
February 17, 2009 at 2:54 pm #38165In reply to: BuddyPress Showoff: Post your links
wuhudo
MemberIt’s only a day old, so looking pretty empty, but if anyone (let’s say in Britain) is worried about the way things are going politically, or people (let’s say in America) are wondering whether they are really entering a bright new dawn, it might be useful:
Thanks to everyone for BuddyPress.
Keep up the good work of enabling freedom.
-
AuthorSearch Results