Search Results for 'buddypress'
-
AuthorSearch Results
-
September 21, 2010 at 1:36 pm #93022
In reply to: Different profiles for different user types
noizeburger
Participant@Joss: any progress?
September 21, 2010 at 1:27 pm #93018In reply to: Only Admin Account can Login to Buddypress
sebbri
MemberI have the same problem. Has anybody found a solution?
September 21, 2010 at 11:44 am #93013Ben
ParticipantI think @pcwriter‘s code is the way to go – it’s just a question of putting it in the right files according to what you want to block. EG I wanted to block access to member profiles if user is not logged in, but I wanted them to see all the rest of the content on my site. So I copied the following files to my child theme:
members – single – home.php
members – single – member-header.phpThen in home.php I added the “is user logged in” check as shown highlighted here: http://pastebin.com/EyhRuwCq
This stopped the main profile content from appearing if the user is not logged in. You could stop there, but I wanted to remove extra data from the profile header and leave a message to the un-logged in user. So in header-message.php I added the log-in check as highlighted here: http://pastebin.com/mpxbkcCe
This cuts out all content in the header apart from the gravatar, the member name and a polite message. You can see it here: http://www.thebookboard.com/members/bookboard/
I’m not a coder, so I make no guarantees that this will work in all circumstances, but it works for me. Hope it helps others
September 21, 2010 at 11:18 am #93009Boone Gorges
Keymaster(1) and (2) don’t require BuddyPress at all. For (2) you can use a custom post taxonomy or a custom post type (or plain old categories) to distinguish your own articles from your users’ content.
As for (3), BuddyPress doesn’t have a rating system built in. There are a lot of WordPress rating plugins, and I’m sure one of them could be adapted to work with BP.
September 21, 2010 at 11:15 am #93008In reply to: Custom add avatar form.
Boone Gorges
KeymasterAvatar upload forms appear in two places. One is registration/register.php, the other is members/single/profile/change-avatar.php. Create a child theme of bp-default (https://codex.buddypress.org/extending-buddypress/building-a-buddypress-child-theme/) with those two files, and then edit the HTML to your heart’s content.
September 21, 2010 at 9:34 am #93005In reply to: BuddPress Links – Syntax Error
Fvieville
MemberHi everybody,
I’m quite new using Buddypress.
I may have found a bug.Here is my configuration :
PHP Version 5.2.0-8+etch13, Buddypress 1.2.5.2, Buddypress links 0.4.1When I go in the back-office > Buddypress > Components setup and disable Group, I have this PHP error when buddypress links plugin is activated :
Fatal error: Class ‘BP_Group_Extension’ not found in /wp-content/plugins/buddypress-links/bp-links-groupext.php on line 5It seems that Buddypress Links need Groups enabled to work.
Can somebody check ?
Thanks
François
September 21, 2010 at 8:44 am #93002In reply to: BuddyPress Competition is heating up
@mercime
ParticipantThey got it wrong. It should be the other way around – Who needs Jomsocial if you can get BuddyPress?
September 21, 2010 at 8:21 am #93000In reply to: BuddyPress Competition is heating up
Anton
ParticipantSee that they have a mobile “iphone” app available. Will be kickass for bp – http://www.jomsocial.com/download/addons/core-enhancements/ijoomer–iphone-app-for-jomsocial.html
September 21, 2010 at 7:57 am #92997In reply to: CometChat – Facebook style chat for BuddyPress
PJ
Participant@Cometchat Your sales/support chatter on cometchat.com was helpful and very confident in his/her questions.
Also, I wanted to commend you for creating a post in the Buddypress site and responding. There are some (not many) plugin/addon authors that don’t keep in touch with users before/after a purchase so it’s a good gesture to be here as a resource.
September 21, 2010 at 7:49 am #92995In reply to: BuddyPress Competition is heating up
PJ
ParticipantI’ve grown up Buddypress so I’m not sure how they can claim to have a value proposition.
$XXX + forums that only disclose presales questions or “success stories” = a bit sketchy.Buddypress welcomes Jomsocial refugees and doesn’t charge for a great experience either
September 21, 2010 at 7:39 am #92993September 21, 2010 at 7:07 am #92990In reply to: BuddyPress Competition is heating up
Hugo Ashmore
ParticipantHmm Joomla.
Funny; check the ‘Happy users’ logos , one of our own listed there! Wonder if they would care to explain

I see that Joomla is still kicking out very badly malformed markup, they are so lucky that browser parsers aren’t stricter.
September 21, 2010 at 6:43 am #92989In reply to: Changing the Group updates box
ewebber
ParticipantAh yes, this page https://codex.buddypress.org/buddypress-site-administration/customizing-labels-messages-and-urls/ thanks I will have a play
September 21, 2010 at 6:04 am #92786In reply to: I broke my site by disabling groups :(
@mercime
Participant@ewebber glad you fixed it and seconding what DJPaul said, thank you for letting us know.
September 21, 2010 at 5:44 am #92984youngmicroserf
Participant@Boone Gorges,
using bp_core_remove_nav_item( ‘blogs’ ) at bp_setup_nav didn’t work for me. But putting it in mariochampions function right after “global $bp” did – any idea why?
sorry, but I’m new to BP, and I can’t find the xprofile-settings.php you’re referring to above – could you give me a hand? Could you also indicate where you changed the slugs in the copied file?
Thanks!
September 21, 2010 at 4:32 am #92982In reply to: Update User Activitys Stream by RSS Feed
September 20, 2010 at 10:25 pm #92974In reply to: categorys and groups. howto connect them?
Roger Coathup
ParticipantIf your groups and categories have exactly the same name, you could try modifying your group home.php file (groups/single/home.php in the bp-default theme), accessing the group name and using that in a query_posts / have_posts loop
If they have different names, you will have to look at extending your group, adding a parameter to capture the corresponding category id. Again, you would then add a query_posts / have_posts loop and use it your group home.php template.
This page gives some more information on the groups API, and may be of some help: https://codex.buddypress.org/developer-docs/group-extension-api/
September 20, 2010 at 10:14 pm #92972In reply to: Multiple user types
Roger Coathup
ParticipantSeptember 20, 2010 at 10:05 pm #92971In reply to: BuddyPress with danish letters
Builder
ParticipantI have it in htaccess file as per below, I am sure it will correct the letters.
AddDefaultCharset UTF-8
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
September 20, 2010 at 9:42 pm #92966In reply to: I broke my site by disabling groups :(
ewebber
Participant@mercime I can’t get into the admin to deativate it! I’ll try to buddypress from the plugins folder, I have just reset everything up and imported my tables to a new instance, so I’m probably ok if it completely breaks
@Paul_Gibbs I’m using bpcolumns and I have plugins that probably need groups, so I’ll have a think and go through removing and testing
Thanks for the help
September 20, 2010 at 8:36 pm #92963In reply to: I broke my site by disabling groups :(
@mercime
ParticipantDeactivate BuddyPress and BP Plugins, set Appearance to a regular WP theme.
Then go back and activate BuddyPress only, set Appearance to BP-compatible theme and go to frontend.September 20, 2010 at 8:00 pm #92962In reply to: Capital letters in Usernames
techguy
Participant@Tolden
Check out this Trac ticket on the subject: https://trac.buddypress.org/ticket/2207September 20, 2010 at 7:43 pm #92958In reply to: Using Buddypress and Thesis 1.5.1
Roger Coathup
Participant@nunomad – you could try this approach as a workaround –
Keep your main site as a WordPress site based on Thesis template and install BuddyPress in a secondary site (see instructions under docs on here)
That should preserve your hooks in the primary site. You’ll have to do some work with your urls, nav and bp site theming though
September 20, 2010 at 7:06 pm #92957In reply to: Buddypress email error?
Faisal
Participant“Mail from”+”wp-mail-smtp” works. It was giving me errors when i was using a non-existing email account in ‘mail from’ section. I solved it, yes. So please come and join my buddypress based social network. http://www.buddytweet.com.
September 20, 2010 at 6:07 pm #92946In reply to: Admin Menu Broken, Now on Bottom of Page
Mike Olaski
ParticipantOh, while here. Do you know how to remove that first item in the Admin Nav Menu on the Front end. There are 3 items. The first is the root website page or home page, then the second is my account and notifications. Here at Buddypress there is no home page, but on my site there is.
-
AuthorSearch Results