Search Results for 'buddypress'
-
AuthorSearch Results
-
December 20, 2012 at 12:24 am #148190
In reply to: [Resolved] Why all my text stay in the middle?
Buppha
ParticipantHi @mercime, thank you very much for your help. I have now managed to make all the texts on the profile page to align left instead of middle.
December 19, 2012 at 11:54 pm #148187In reply to: Collecting Activity ids and displaying them?
designnz
ParticipantHi @shanebp, thanks for the reply. Im wanting to have a page where my users can be curators and have collections of custom posts (via activity_id). It will fall under its own page outside of buddypress with a special activity page for displaying items.
December 19, 2012 at 9:20 pm #148178In reply to: New to BuddyPress
@mercime
Participant@artshop there are a variety of reasons for permissions errors in WordPress and/or BuddyPress. Could be or not be related to fantastico, depends on When/Where are you experiencing such warnings/error and what’s in your error logs if any.
As for installing WP with fantastico, that might be fine for a simple default blog. But for WP installs where you intend to install BuddyPress and/or go multisite, then you’d be better off installing it manually which may take you a few minutes longer to install … but the trade-off is not going through hours/days of trouble-shooting later. In addition, unless fantastico or any other webhosting one-click WP install scripts have changed in using the same prefix (wp_ or wpdb2_ etc) for all the one-click tricks, your installation is not secure i.e., hackable. There are other reasons for not using one-click webhost scripts for production sites which you can search via google. Lastly, it is also a requirement for installing BuddyPress https://codex.buddypress.org/user/before-installing/#system-and-server-requirements
December 19, 2012 at 8:24 pm #148175In reply to: Buddypress menu resizes automatically
@mercime
ParticipantThen you just have to override that in your child theme. BP Default’s responsive.css https://buddypress.trac.wordpress.org/browser/tags/1.6.2/bp-themes/bp-default/_inc/css/responsive.css
See line 211 https://buddypress.trac.wordpress.org/browser/tags/1.6.2/bp-themes/bp-default/_inc/css/responsive.css#L210 where it expands #nav li to 100% of containing div. If you’re going to remove or change that, you’d need to work on for the #nav li which is set at 46% of container on line #43 of same file.
December 19, 2012 at 7:58 pm #148156niangari
ParticipantHi!!! I arrived here from other website (Not sure if I’ve already asked in here). Where should I insert this code? in which file?
December 19, 2012 at 7:27 pm #148153In reply to: (Is BuddyPress Free) Help needed on BP Courseware
zuhpiter
Participant@mercime Thanks for it.
The first thing I did was install the BuddyPress Courseware. When I activated it, It says I should install BuddyPress first. After I installed and activated BuddyPRess, I couldn’t ge in to the settings of it. It says “You do not have sufficient permissions to access this page. ”I tried deactivating BP and delete it and also BP Courseware, then re-install BP. Same thing happened. Is it in my end? I mean is the error/mistake on my end?
December 19, 2012 at 7:22 pm #148152In reply to: (Is BuddyPress Free) Help needed on BP Courseware
@mercime
ParticipantHave no idea. Changed the title of your forum topic to include BP Courseware which is as it should have been.
December 19, 2012 at 6:50 pm #148150In reply to: (Is BuddyPress Free) Help needed on BP Courseware
zuhpiter
ParticipantWhat is wrong with it?
I can’t get to settings.. It says I don’t have sufficient permissions to access the page..
Please helpDecember 19, 2012 at 6:49 pm #148149In reply to: (Is BuddyPress Free) Help needed on BP Courseware
@mercime
ParticipantBuddyPress is free.
As for courseware, please post at plugin’s support forums at https://wordpress.org/support/plugin/buddypress-courseware
December 19, 2012 at 6:27 pm #148147In reply to: [Resolved] Member Role gone after update
John James Jacoby
KeymasterIt sounds like maybe you’re confusing two different things:
How the roles were added and removed.
How the users were granted those roles.I know how they got there, and how they were removed. I’m curious why your users have those roles at all.
bbPress 2.2 and beyond have their own secondary user roles, that do not mix in with WordPress’s role picker. Basically, to avoid exactly this kind of scenario, where users are left without roles at all.
bbPress 2.2.3 should be automatically granting users a forum role when they login and browse the site. Whether or not they have a WordPress role on the site shouldn’t dictate their ability to create activity stream content. The only users that can’t create content in BuddyPress are spammed or deleted users.
Do you have some other role-based custom thing happening on your site that’s interfering somewhere?
December 19, 2012 at 6:22 pm #148146kpolkson
Participantyou’re probably right.
Though I’d be curious to hear from any of the buddypress experts (or maybe just wordpress experts in general – I am not a big php or wordpress guy) how it is that the function for the activation emails is pulling in the $key where it does not appear to be defined or set up anywhere in the bp-core-filters.php file*, it just appears and is handled as such. I assumed if the filter were set up to attach to that function, it would pull in whatever that function pulls in it’s original context.
December 19, 2012 at 6:09 pm #148144In reply to: Need help on somewhat mangled BuddyPress install
bobmorris60
ParticipantThanks for the help. We’ll probably wait for 1.7 and see how that goes.
Didn’t realize Atahaulpa was table-based.
December 19, 2012 at 6:04 pm #148143In reply to: [Resolved] Member Role gone after update
WebEndev
ParticipantSo, I’m asking, how all of your members were assigned that role.
I wish I could remember 🙂
I thought it was via either BuddyPress, or bbPress at one point in time.The roles the site currently has are all of the standard WP roles, and one custom one that I did via add_role.
I am running bbPress 2.2.3. Shouldn’t I see the Keymaster, Moderator, Participant, etc roles also? I do NOT have Discussion Forums activated in BuddyPress options (I am running bbPress as stand alone).Thanks
December 19, 2012 at 5:48 pm #148142In reply to: [Resolved] Member Role gone after update
John James Jacoby
KeymasterI’m saying that BuddyPress creates several roles when you activate the Forums component, as the roles are specific to bbPress 1.x. That said, those roles never actually do anything, and likely can be safely removed.
So, I’m asking, how all of your members were assigned that role.
December 19, 2012 at 5:28 pm #148135In reply to: [Resolved] Member Role gone after update
John James Jacoby
KeymasterYou could grant them all the Subscriber role. How did they all end up with the Member role? It’s not BuddyPress’s default role; did you set it to be in WordPress’s settings?
December 19, 2012 at 5:20 pm #148133In reply to: [Resolved] Member Role gone after update
WebEndev
ParticipantHi JJJ,
That sort of makes sense, but why is it that every upgrade of Buddypress 1.5.X and bbPress 2.X I’ve had until now left the Member role there?
It’s only this last upgrade from BuddyPress 1.5.7 to 1.6.2 that the role disappeared…
If what you say is true and I don’t need the Member role, I still have a problem now because every User that was Member role is now assigned to NO role at all.
I believe that this is causing an issue with displaying the WP Toolbar, which does not show up for any of the ‘No Role’ users. Not having the WP Toolbar with the Buddypress menus is not desirable because the user cannot access the BP menus from the WP Toolbar, as they normally would.
Also, I haven’t tested yet to see if the ‘No Role’ users can add to BP Activity, Groups, etc. I need to test that.So what would you recommend? Me creating a custom role for Member? If so, I would have to have the correct capabilities to make the BP stuff work?
Thanks for your help on this.
December 19, 2012 at 5:09 pm #148129In reply to: [Resolved] Harmony Theme Compatibilty
slkmclaren
Participant@mercime: thanks. i just realized that i have to continue the BP compatibility test. at the end i saw the pages you mentioned above.
however, i tried registering but the email didn’t arrive to the email address used in the registration.
any idea?
December 19, 2012 at 4:54 pm #148125In reply to: [Resolved] Member Role gone after update
John James Jacoby
KeymasterBuddyPress only does this when you turn on the old version of Forums. The “Member” role is part of bbPress 1.x, but was never intended to be used anywhere.
December 19, 2012 at 4:27 pm #148123Toby Cryns (@themightymo)
ParticipantOne other thing that I don’t know the answer to is how BuddyPress keys are connected to the WordPress registration process. For example, does WordPress generate the key, or is it BuddyPress that is generating the key?
If WordPress is generating the key, then the answer might be further down the line.
December 19, 2012 at 4:21 pm #148122kpolkson
Participanthmm, good point. though it seems to me that the query there is assuming a key has already been generated and is associated with a user in the db. The email goes to brand new users that haven’t activated yet, so not sure where to step into the actual $key generation process. I’ll dig around further.
thanks!
December 19, 2012 at 3:43 pm #148119In reply to: New to BuddyPress
ArtShop
ParticipantHi, Regarding running BP on a WP site installed via Fantastico… Can you elaborate on what the ‘numerous issues” might be? I am experiencing an ‘access permission’ error and am wondering if this is the cause. Before I perform major reconstructive surgery on my WP install, I’d like to identify the source of this error.
December 19, 2012 at 3:36 pm #148116In reply to: 404 error on bp links
December 19, 2012 at 2:41 pm #148113In reply to: [Resolved] Member Role gone after update
WebEndev
ParticipantHi Paul,
I did upgrade to WP 3.5 just before the upgrade to BP 1.6.2.
Doesn’t BuddyPress create the Member role when it first installs?
What would you do at this point?
Thanks for your help.
December 19, 2012 at 1:59 pm #148084cdkb
ParticipantThanks for the tip. I was looking for a way to do it and found your tip. It worked like a charm.
December 19, 2012 at 8:48 am #147872In reply to: Need help on somewhat mangled BuddyPress install
Hugo Ashmore
Participantedit// Xposted Mercime beat me to it – sad to hear your running that theme it goes against all that Standards based coders have struggled to steer people away from, I would urge you re-consider the use of that theme most strongly.
If you simply employed a consultant to import data then that’s really a WP matter, BP would not really play a part in that process for them, if you didn’t employ them to build a theme as well and clearly state BP was to be used then activating BP later would probably require customizing of those BP templates to fit your theme.
There is a template pack plugin to help migrate templates from BP into your theme, this requires a manual step where the markup of the major elements needs to be matched to your themes ones, this process is detailed in the BP Codex documentation so you may want to re-employ your developer to perform this last stage for you.
Alternatively if you can wait for BP 1.7 to drop then it’s less of an issue as this release will work with any theme.
-
AuthorSearch Results