Search Results for 'buddypress'
-
AuthorSearch Results
-
July 10, 2009 at 3:02 am #48991
In reply to: Request : User Karma based on activity and ratings
José M. Villar
Participant+1
And integrated across the whole Buddypress structure, including forums.
Karma levels/points/awards should be customizable.
July 10, 2009 at 2:49 am #48987In reply to: BuddyBar for bbPress
russell-crosswy
ParticipantOk, using John’s deep integration method loses the forums functionality between BuddyPress and bbPress. Why would that happen?
July 10, 2009 at 1:56 am #48984In reply to: BuddyBar for bbPress
russell-crosswy
ParticipantThank you…
The abs.php file returned a different path I wasn’t considering.
When I put that path into bb-config.php I lose the integration between BuddyPress and bbPress.
So, I’m thinking I’m doing something else wrong in the integration between WPMU, BP, and BB.
I’ll dig in to check settings, any suggestions on where to start?
July 10, 2009 at 1:15 am #48981In reply to: BuddyBar for bbPress
John James Jacoby
KeymasterThe reason why it’s not working is because you’re not using the method included in the plugin.
The groups posting ability relies on XMLRPC, which cannot be re-included when bbPress is loaded via the BuddyPress installation. Using my included method of deep integration will still allow for this functionality to work.
Science!
When you go to create a group forum, WordPress is loaded, BuddyPress is loaded, bbPress gets loaded through XMLRPC, which without my deep integration method will try to reload WordPress again, over-writing or clearing all of the bbPress functions/variables/hooks/filters, killing the XMLRPC ability to transmit data through the pipe.Just bumped to 1.0.3. The plugin now does enhanced checking for the visibility of the BuddyBar/AdminBar as it would previously fail if the bar was hidden in bp-custom.php or wp-config.php.
If you are receiving errors regarding BP_Roles in your BuddyBar, apply patch #1032 to your WPMU trunk installation.
July 10, 2009 at 1:08 am #48980In reply to: BuddyBar for bbPress
russell-crosswy
ParticipantUse the official instructions from the readme.txt.
http://svn.wp-plugins.org/buddybar-in-bbpress/trunk/readme.txt
Swap out the include_once line for this:
include_once($_SERVER[‘DOCUMENT_ROOT’].’/wp-blog-header.php’);
In most cases that will work, but let us know what happens!
Tried that and forums would not work with BuddyPress.
The only way I can keep the forums working with BuddyPress is to keep that line in bb-config.php as:
include_once( 'http://mydomain.com/wp-blog-header.php' );Now leaving that line in bb-config I can post from BuddyPress groups into the forums.
AND I can now activate the BuddyBar in bbPress plugin, BUT I don’t see the BuddyBar in bbPress!
Now, could this be an issue somewhere else in bb-config.php?
I have the integration working and everything, but I’m wondering if I have set something somewhere that is throwing this off…
Thanks for the help!
July 10, 2009 at 12:41 am #48977In reply to: Permission Denied in Content and Events plugin
Mohit Kumar
ParticipantI did that but now its saying..
You do not have any BuddyPress themes installed.
Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.
when i tried to view a specific events page
however i have copied all the stated files on the required direectories in bpmember theme.
contents are also showing blank pages.
July 9, 2009 at 11:58 pm #48970In reply to: BuddyBar for bbPress
russell-crosswy
ParticipantOk, the fix I posted about earlier fixed the issue with BuddyBar…
However, it breaks the BuddyPress to forums functionality.
I just checked and switching out that one line of code in bb-config.php will make the “Enable discussion forum” button in a group’s settings and I can’t post to the forum from a group page in BuddyPress.
I’m pasting verbatim into bb-config.php:
require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');Is that correct? Or do $_SERVER and DOCUMENT_ROOT need to be filled in with different items?
July 9, 2009 at 10:06 pm #48965In reply to: why same image for groups and profile ?
abcde666
Participantchanging the image-source does not help.
You also need to change the CS is in the PHP-files.
So for example: ONE PHP-file refers to CSS-code in different sections of the BP-website (like “Member-Wire” and “Group-Wire”).
So if I change the CSS in the PHP-file, ALL images will change (in both “Member-Wire” and “Group-Wire”) . But I do not want to have ALL images changed, just specific ones in the “member-Wire”-section.
So how to achieve this ?
Suggestion for BuddyPress:
Generally speaking, BuddyPress-software should organized its CSS-codes specific to website-sections (like Members, Groups, Wire).
Currently the CSS-code is specified more like for “left-column” , “center-column” or “right-column”.
Doing so, will make it easier for developers to customize their websites……
July 9, 2009 at 9:11 pm #48962John James Jacoby
KeymasterWhen I migrated my site over from WordPress.org, I ran a loop through the users and just copied over the nicename for each one of them.
July 9, 2009 at 8:49 pm #48960In reply to: Missing: BBPress Integration Docs
r-a-y
KeymasterI know of a few people working on a full-on tutorial for fresh installs for the entire package (BP 1.0.2, bbPress 1.0.1, WPMU 2.71).
TheEasyButton was working furiously on a walkthrough. John also stated he was working on one.
Patience! Something will pop up soon!
July 9, 2009 at 8:38 pm #48958In reply to: Missing: BBPress Integration Docs
carinallc
ParticipantHas anyone done a completely new install of the latest wpmu, buddypress and bbpress successfully? I’m not getting the integration between buddypress and bbpress, nor the ability to create forums in bbpress.
Just seems that every success thread I read relates to upgrading from alpha/rc for one or more components, and I’m wondering if by doing so there’s something that was overlooked in the (now missing) documentation for new installs.
Appreciate any help on this – it’s a test install that thus far has been great, but now I’m wishing there was full-on documentation available
July 9, 2009 at 8:27 pm #48957In reply to: Different user account types
peterverkooijen
ParticipantThanks Jeff Sayre! The plugin claims to be compatible up to 2.7.1 and explicitly mentions Buddypress, so that looks promising.
@paulrostorp-1, don’t count on me to write a plugin anytime soon! I’m not a PHP coder. I want to look into this, but have some other issues higher on the to do list.
July 9, 2009 at 6:53 pm #48952In reply to: BuddyBar for bbPress
russell-crosswy
ParticipantBuddyPress and bbPress Integration
July 9, 2009 at 6:42 pm #48951In reply to: Different user account types
Jeff Sayre
ParticipantHere’s a start to get you part way there:
https://wordpress.org/extend/plugins/limit-blogs-per-user/
Note: I have no idea whether this plugin works with newer versions of WPMU and BP
Also, you could modify the code found here:
https://buddypress.org/forums/topic/limit-amount-of-blogs-a-user-can-register
July 9, 2009 at 6:10 pm #48946In reply to: BuddyBar for bbPress
russell-crosswy
ParticipantI’m getting the same error as matthijsv, fatal error at line 37 of the plugin file.
I have deep integration working as I can post from BuddyPress or bbPress.
WPMU 2.7.1
BuddyPress 1.0.2
bbPress 1.0.1
Any suggestions?
July 9, 2009 at 6:08 pm #48945In reply to: BuddyBar for bbPress
Ipstenu (Mika Epstein)
ParticipantProps to r-a-y and John James Jacoby (the latter of whom put up with my self-inflicted stupidity that made me … whinge)
My layout is pretty much what I want, and everything appears to be working, so it’s time to look at the non-essential, but gosh that’s weird problem.
If you go to my forums, the ‘BuddyPress’ link on the top left is vertically weirded. Which is the only way I can describe it. Should I just beat it into submission with css, and assume it’s a css conflict of names?
July 9, 2009 at 5:51 pm #48941In reply to: Missing: BBPress Integration Docs
José M. Villar
ParticipantI used http://theeasybutton.com/blog/2009/04/30/integrating-buddypress-10-wpmu-and-bbpress/
But I do not know which versions U R intending to install & integrate.
July 9, 2009 at 4:39 pm #48937Murphygonzalez
ParticipantThanks for the link. That helps a lot.
July 9, 2009 at 3:34 pm #48935Jeff Sayre
ParticipantBrian-
You should ask this question as well in the WPMU forums as it is the WPMU registration functions that allow usernames to be created with a space in them and it is the authentication functions (when a user logs in) that then has an issue with the space.
I do not know if this has already been addressed in a newer version of WPMU, but Andy is aware of this issue and I assume that he has communicated it to Donncha.
You are limited in what you can do, but deleting the username is not advisable.
You could manually edit each user account that has this issue. If you do so, you’ll of course first want to make sure you have a backup of your database. But, if you go this route, you’ll need to tell each of those affected users that you have changed their login credentials. Otherwise, they will not be able to log in.
As far as changing the display name, that will have no affect on the username. Those are two different pieces of data.
July 9, 2009 at 3:20 pm #48931In reply to: Group forums meta data
Jeff Sayre
ParticipantSince this relates to bbPress specifically, I would ask this question in the bbPress forum.
To have the topic title as the page tittle, the topic first post as the meta description and the tags as the keyword would be ideal and really boost the seo of the forum posts.
You should first focus on all the other things that have the greatest SEO impact (like creating quality content).
Since you cannot control the content of your forums–it is generated by all your users after all–I think the best SEO booster for bbPress was just implemented by Sam. See this link: https://buddypress.org/forums/topic/buddypress-forums-now-use-pretty-permalinks
July 9, 2009 at 2:48 pm #48929In reply to: rita4u – delete user please
Jeff Sayre
ParticipantHey, I didn’t receive a spam message. I guess I’m just not popular. ;(
@socialpreneur-
The BuddyPress Privacy component will allow users the ability to decide who can send them PMs.
July 9, 2009 at 1:47 pm #48920In reply to: bbpress 1.0 integrates well now
lokers
Participantthanks Burt, just upgraded the forum and all these tricks are working now!
Now I have to integrate it with buddypress groups, I guess I will lose another hours/days as I can already see an error message “There was an error posting that topic.” when I try to submit new topic via bp
Thanks anyway for the hint in the wpmu/bbpress integration part.
July 9, 2009 at 1:18 pm #48919In reply to: Leave comments on Wire (status) updates?
Paul Wong-Gibbs
Keymasterhttps://buddypress.org/about/roadmap/ – v1.1 apparently August 17, 2009.
July 9, 2009 at 10:12 am #48912In reply to: BuddyBar for bbPress
Warwick Booth
ParticipantHi There
I have installed the buddypress bar for the forums . But i am not getting any link displaying, just the css, the actual buddypress menus are not there.
Click here for the forums
Click here for the wordpress install
We have used the deep integration and i have added the lines to my bb-config.php, the path to the file is correct.
I have added the two functions ie
add_action( 'bb_head', 'bp_core_add_js' );
add_action( 'bb_admin_head', 'bp_core_add_js');You can ignore the “invite new member” link on the top right hand side, its just a div postioned as absolute.
July 9, 2009 at 9:45 am #48911In reply to: bbpress 1.0 integrates well now
lokers
ParticipantI forgot to mention my installation details:
1) wpmu 2.7.1
2) buddypress 1.0
3) bbpress 0.9.0.4
Also, I think this might be very important thing. When I am loged in to forum as an forumadmin and I go in another tab to wp-admin page, I’ve got this message straight away on my screen: “Please log in again.”. Even before I type something………
[PANIC]
-
AuthorSearch Results