Search Results for 'buddypress'
-
AuthorSearch Results
-
April 18, 2014 at 12:53 am #181624
In reply to: Custom classes for profile pages, possible?
modemlooper
Moderatorbp-custom.php goes in wp-content/plugins. If that file exists BuddyPress will load it. By using this file instead of function.php you will preserve your added code if you ever wish to change themes.
April 17, 2014 at 8:56 pm #181615In reply to: [Resolved] How to edit groups using css
@mercime
Participant@jonbie initial scan of the theme looks like it’s using the buddypress.css I pointed to above. So check if adding !important in your style works.
e.g. #buddypress .activity-stream {background-color: #fff !important; }If the !important does not work, best place to ask is at the theme’s forums where you should be able to get support for your purchase since we have no access to the premium theme. Good luck.
April 17, 2014 at 8:36 pm #181614In reply to: Google tab is showing an a href link
@mercime
Participant@foxden-vixen Most likely, that’s a theme issue, not BuddyPress. To double-check, change theme to Twenty Fourteen or Twenty Thirteen and check if issue does not appear there.
April 17, 2014 at 7:46 pm #181611In reply to: Notifications template missing in 2.0?
modemlooper
Moderatorbuddypress/members/single/notifications
folder is missing?
April 17, 2014 at 4:40 pm #181593In reply to: DISENABLING AND DISINTALLING BUDDYPRESS on WORDPRESS
@mercime
Participant@iol2014 https://codex.wordpress.org/Common_WordPress_Errors#Connection_Timed_Out
So if you don’t want/need to fix connection time out error/s, then just delete the BuddyPress folder in the wp-content/plugins folder via FTP if you have access.April 17, 2014 at 4:33 pm #181590In reply to: Lost admin access after 2.o update
Anonymous User
InactiveIn this reply https://buddypress.org/support/topic/lost-admin-access-after-2-o-update/page/2/#post-181524, @boonebgorges explained how to fix it :
i’m re-pasting the url to the gist here: https://gist.github.com/boonebgorges/4ee64723ba75caa3c7e1
April 17, 2014 at 4:32 pm #181589In reply to: [Resolved] How to edit groups using css
@mercime
Participant@jonbie Make sure you use the same/right selectors or more specific ones to override the styles for I assume, BP 2.0 https://buddypress.trac.wordpress.org/browser/tags/2.0/bp-templates/bp-legacy/css/buddypress.css
What theme are you using? Site URL?April 17, 2014 at 4:09 pm #181587In reply to: Lost admin access after 2.o update
notpoppy
ParticipantI’m also having the same problem. Upgraded to Buddypress 2.0, now any time I try to access an admin page I get:
You do not have sufficient permissions to access this page.
I’ve disabled all plugins via the database but am still having the problem. How do I fix it?
April 17, 2014 at 3:42 pm #181582In reply to: 2.0 no Extended profile tab under edit user
modemlooper
ModeratorYou should not use your super admin account for your profile on BuddyPress. Create a new administrator account for that and reserve the super admin for backend admin tasks only.
April 17, 2014 at 3:39 pm #181581modemlooper
ModeratorLoad new doesn’t happen immediately, are you saying it doesn’t happen at all? Also, make sure it’s turned on in your BuddyPress settings
April 17, 2014 at 2:49 pm #181577In reply to: Theme My Login plugin & Buddypress
jessicana
ParticipantWell, I did that and I have buddypress default registration page. The default registration page has the name as a required field and it can be seen by everyone, I am having problem with buddypress default registration page for many reasons:
1) If you visit the default buddypress registration page, and leave all the fields blanks and hit complete sign up, you will only receive three red notifications for required accounts details as follows:
a. Please enter a username
b. Please check your email address.
c. Please make sure you enter your password twice
Although the name is a required field, but you don’t receive similar message for a required field, and if the user don’t fill the name, the page refreshes without asking the user to fill the name.2) Having the name as a required feild, will discourage users registration and I am not sure how to make it optional at the registration stage.
Thank you
April 17, 2014 at 12:46 pm #181572In reply to: 2.0 no Extended profile tab under edit user
Anonymous User
InactiveHi @boblebad
The extended profile in wp-admin is available to help you moderate profiles in the WP Admin area. One of the metabox is there to spam/unspam users.
You will see the link if :
– you’re not trying to “moderate” yourself.
– you have the capacity to moderate the user.For instance:
– an admin shouldn’t be able to moderate a super admin
– a super admin should be able to moderate an admin
– a super admin shouldn’t be able to moderate himself.There’s an enhancement ticket on BuddyPress trac about it.
April 17, 2014 at 11:35 am #181569In reply to: Display Member Directory
sharmavishal
Participantas @boonebgorges has mentioned https://buddypress.org/support/topic/lost-admin-access-after-2-o-update/page/2/
– If you need to repair other users, I recommend that you use the bulk update tools at Dashboard > Users
April 17, 2014 at 10:34 am #181565In reply to: Theme My Login plugin & Buddypress
sharmavishal
Participantkeep only one register page…delete the register1 or register2 page and in the register main page add this [theme-my-login] in the content and save it and in buddypress settings put this correct register page in the pages section
April 17, 2014 at 9:04 am #181564In reply to: Display Member Directory
pohjola
Participanthi I have this problem when I look at my members site I have 20 of the same name for each of my members and it was coming after the new update og the plugin, what can I do about it or is the error being fix through a update to the buddypress plugin I hope you understand my bad English ๐
April 17, 2014 at 7:12 am #181548jassi22g4u
Participanti want to replicate group component to new component with name movements and groups .
i do not want to change group to movement , groups functionality will remain as it but also similar functionality will be copied to new component named movement .
Tried group skeleton component ,http://cosydale.com/public/buddypress/ExtendBuddyPress-part2-en.pdf
all these uses filters to change or extend Bp functionality .
But none of this link give how to create replica of component ,April 17, 2014 at 5:38 am #181540In reply to: How to allow group avatars, but not user avatars
modemlooper
ModeratorEdit the template file bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php
remove the form upload code and replace text with info that avatar is served from elsewhere
April 17, 2014 at 4:23 am #181537In reply to: Buddypress roles
laura.lee
ParticipantI am not using BuddyPress for a forum. I am using BuddyPress for only volunteer groups on my website. I am just getting started with that. I tried to control access to the Group Page by WordPress Member Role… and running into issues. I see that persons want role control for reasons probably like mine. My site is a team membership site, it is not open to the general public. It’s not the vision of a community forum that I think persons are trying to force from their own vision of what a BuddyPress site “should be like”. ๐ It’s like they are trying to force a square into round hole thinking that there should be no admin management by WordPress user role. ๐ They’re thinking of an “open community”… and this is a closed community. If persons registered to my site and went to become member of a team in my team group… they would mess up my whole site and all of my volunteer structure. Not just anyone can join a volunteer team in my site.
So, enough said about why the BuddyPress vision of everyone is equal and should have power on a hosted website hosted by an individual for a specific cause… just is not a conducive philosophy to my website and my group creation.
But, here is a plug-in. I have reasons why it conflicts a bit with other things I am using… and I am not ready to implement this. But, check it out please…
http://presspermit.com/wp-content/uploads/PP-RS-Feature-Grid.pdf
– BuddyPress group as Permission Group
is an option on both the free and pro version of Permit Plus.
https://wordpress.org/plugins/press-permit-core/faq/
Can Press Permit Pro do everything Role Scoper can do?
Press Permit Pro introduces some important new features, including custom post statuses,- BuddyPress group role assignments and bbPress compatibility
. For most sites, it is a functional equivalent to Role Scoper, with major improvements in UI and performance. A few of Role Scoper’s more obscure features are not currently provided by PP Pro:
HTTP Authentication for feeds
Supplemental roles and restrictions for links defined in wp-admin/link-manager.php
Customization of NextGEN Gallery editing permissions
-
Group membership requests and recommendations (but supplemental roles can be assigned to BuddyPress groups, inheriting any membership control)
Role assignment for limited content date range (but membership in custom-defined permission groups can be date-limited)http://presspermit.com/extensions/
Plugin Extensions:
PP Compatibility Pack
PUBLISHED IN PLUGINS, PRESS PERMIT ON JUNE 7, 2013
PP Compatibility Pack
Adds compatibility and/or integration with bbPress, Relevanssi, CMS Tree Page View, Subscribe2, BuddyPress, WPML, various other plugins. For multisite, provides network-wide permission groups.Read & Discuss ยป
PP Circles
PUBLISHED IN PLUGINS, PRESS PERMIT ON JUNE 7, 2013
PP Circles
Visibility Circles and Editorial Circles block access to content not authored by other group members. Any WP Role, BuddyPress Group or custom Group can be marked as a Circle for specified post types.Read & Discuss ยป
PP Buddypress Role Groups
PUBLISHED IN PLUGINS, PRESS PERMIT ON JUNE 7, 2013
PP Buddypress Role Groups
Modify any BuddyPress groupโs access to specified content. Assign type-specific supplemental roles and post-specific exceptions as with PP-defined groups.********
I haven’t tried these… I am not far enough along in my website construction. Plus, sadly, the role scoper has group request and add… the new version doesn’t… and I am as stubborn as a horse lead to water that won’t drink… when asked to give up a feature I LOVE!! ๐ I don’t want to give up that group feature I would lose from Role Scoper. So, I have not migrated.
Here’s some solutions for you that you can try, that I have read about.. but I have not tried myself yet.
**The author of these plug-ins ought to be a multi-millionaire… but lacks in sales and marketing skills. ๐ But, I’m helping him out here for free. lol
Blessings!
Cheers!
Laura Lee
April 17, 2014 at 2:16 am #181533In reply to: BuddyPress 2.0 RC1 Feedback
sharmavishal
Participant@djpaul thanks for this…also one thing i noticed in BP 2.0..i am using compression in the header of the theme ini_set(‘zlib.output_compression’, ‘On’); with Bp 1.9 it used to work perfectly well. Now it duplicates the page content..i read this weโve totally overhauled the way that BuddyPress utilizes advanced caching systems like APC and Memcached how do i use compression with BP 2.0?
Thanks once again for the admin bar fix….
April 17, 2014 at 2:13 am #181531In reply to: Display Member Directory
r-a-y
Keymastercarlsandburg – Create a WordPress menu:
https://codex.buddypress.org/getting-started/guides/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/April 17, 2014 at 2:10 am #181530In reply to: Display Member Directory
sharmavishal
Participantyou wont see a buddypress menu…just activate the menu for that theme and customise the menu as per ur requirements..
in pages do you have a members page created?
if its created is it associated with buddypress memebers in the buddypress settings page?
did u run the buddypress settings which comes with the first install?
April 17, 2014 at 12:35 am #181522In reply to: Lost admin access after 2.o update
Boone Gorges
Keymaster@texrat – Thanks. It’s possible that other plugins would cause this sort of problem. You probably are running now, or have run in the past, the kind of plugin that would cause the behavior.
I’ve opened a bug ticket to discuss the bug and possible fixes: https://buddypress.trac.wordpress.org/ticket/5553#ticket
For anyone currently affected:
– By default, BP does not create users with a status greater than Subscriber. This issue only affects people with a role higher than Subscriber
– If your admin user account does not have access to the Dashboard, I’ve written a small plugin that you can use to repair. Instructions and code are here: https://gist.github.com/boonebgorges/4ee64723ba75caa3c7e1
– If you need to repair other users, I recommend that you use the bulk update tools at Dashboard > UsersNote that this is something that only happens during the 2.0 upgrade, so you don’t have to be afraid that it’ll happen again.
Many apologies for the inconvenience, and thanks for your patience and help as we sort things out.
April 16, 2014 at 10:02 pm #181492r-a-y
Keymaster1. This is not a bug. We have never supported screen notifications for activity comments in core. There is already a ticket for this – https://buddypress.trac.wordpress.org/ticket/5395.
2. The main activity directory doesn’t show activity comments as separate entries by default because it will clutter up the stream. This is intentional, but since people will be using activity comments more, this might be a good time to revisit this.
Here’s a quick plugin to force the activity stream to always show activity comments as separate entries:
https://gist.github.com/r-a-y/109375093. Good idea. Will add an enhancement ticket for this for v2.1.
April 16, 2014 at 9:14 pm #181487In reply to: wp-admin/profile.php content in Buddypress Profile
modemlooper
ModeratorMost plugins that add user fields are for the WordPress profile. The new Extended profile in the admin is for BuddyPress specific user information.
April 16, 2014 at 6:48 pm #181394In reply to: Display Member Directory
carlsandburg
Participantbtw – i’ve moved the testing of this issue to my test site
cchca.stevelescure.net – only active plugin is BuddyPress.
-
AuthorSearch Results