Search Results for 'buddypress'
-
AuthorSearch Results
-
April 4, 2019 at 6:50 am #304324
In reply to: Activity default tab
Venutius
ModeratorCan you look in Settings>>BuddyPress>>Options and let me know which BP Theme you are using?
April 3, 2019 at 7:23 pm #304318In reply to: Creating groups
Venutius
ModeratorTheme’s don’t interfere with settings pages I’m afraid, You could try switching to the 2017 theme to test. Could you share a screenshot of the BuddyPress Settings page?, you should have four tabs, Components, Options, Pages and Credits. Do you have those?
April 3, 2019 at 7:16 pm #304317In reply to: Creating groups
andhi1
ParticipantThis is what WordPress support say:
It may be an issue with your theme not including that feature. I would maybe contact BuddyPress with that link to the forum post and ask them to clarify the exact issue.
April 3, 2019 at 6:25 pm #304315In reply to: Creating groups
Venutius
ModeratorSeems to me then that you need to ask WordPress.com support what they have done with it. Reinstalling BuddyPress is unlikely to fix this, it sounds more like that this is not actually true BuddyPress you have running, either that or you’ve not enabled groups but you shared the components page the other day and you had it selected.
Do you have the pages settings screen at all? There should be pages for Members, Activity and Groups at least.
April 3, 2019 at 6:18 pm #304310In reply to: Creating groups
andhi1
ParticipantNo it is not. I must have deleted it. Thats why I as if I can fix it if I reinstall BuddyPress
April 3, 2019 at 6:15 pm #304309In reply to: Creating groups
Venutius
ModeratorYou can find out which page it is by going to Settings>>BuddyPress>>Pages and see the name of the page assigned as the groups directory
April 3, 2019 at 5:55 pm #304307In reply to: Creating groups
Venutius
ModeratorThe groups directory is a page allocated to display all of your groups in the BuddyPress Pages settings, it normally has the url https://yoursite.com/groups.
It’s really difficult to support wordpress.com users, we have no access so have no idea how BP works on there.
April 3, 2019 at 5:38 pm #304305In reply to: Creating groups
andhi1
ParticipantI do not know what you mean with “Groups directory”. I do not have my site on an own server.
I have a WordPress account who handels my site.Maybe there’s something wrong with that I can’t find the right page here for “usergroups” in BuddyPress settings:
(I’m sorry I can’t get this picture in English!)And in front end “Profile” I can not see anything that says “Create group”.
Can I possibly get this fixed if I reinstall BuddyPress?
BR
Anders H
SwedenApril 3, 2019 at 3:58 pm #304294In reply to: Groups do not work in a URL https://
catireque
ParticipantBuddypress works for me as you indicate, except for the pages of each group that always redirects me to http: //
I have open_ssl installed with a certificate. I have a wordpress latest version and buddypress latest version, I have configured multisite. I tried to put the domains to https: // and to http: // I always redirected the group pages to http: //One page of group is
April 3, 2019 at 3:51 pm #304291In reply to: Activity default tab
Venutius
ModeratorYou could try:
function bpex_set_member_default_nav() { if ( bp_displayed_user_id() == get_current_user_id() ) { bp_core_new_nav_default ( array( 'parent_slug' => buddypress()->activity->id, // other "activity" sub_nav slugs : personal favorites friends groups 'subnav_slug' => 'mentions', 'screen_function' => 'bp_activity_screen_mentions' ) ); } } add_action( 'bp_setup_nav', 'bpex_set_member_default_nav', 20 );April 3, 2019 at 3:41 pm #304286In reply to: Change the message after “Complete Sign Up”
Venutius
ModeratorApril 3, 2019 at 3:32 pm #304282In reply to: Groups do not work in a URL https://
Venutius
ModeratorThis is probably more to do with how you’ve setup WordPress rather than BuddyPress. BuddyPress redirects based on what WordPress thinks is the right URL for the site, it does not hard code https, but simply get the site address from WordPress.
April 2, 2019 at 7:12 pm #304257In reply to: Can not create menues
andhi1
ParticipantNo, I didn’t mean your side. I meant that the configuration of BuddyPress is complicated for me!
Maybe because I am from SwedenApril 2, 2019 at 7:08 pm #304256In reply to: Can not create menues
Venutius
ModeratorYep BuddyPress can be, it’s why I set up that site, unless you are saying my site is complicated
April 2, 2019 at 6:52 pm #304250In reply to: Can not create menues
Venutius
Moderatorin the menu’s page, check the Screen Options at the top right of the page, BuddyPress is probably not selected.
April 2, 2019 at 5:16 pm #304247In reply to: Later extension of Buddypress
Venutius
ModeratorI’m not sure there is an ecommerce plugin that supports BuddyPress out of the box. However most have shortcodes that allow a seller to display their shop. I guess what I’d need to know is how you want your buddypress site to work. I recently helped someone looking to set up ecommerce via groups where the group admin could set up a shop for the group. Basically we set up a post assigned to the group and let the user add their shotcodes there and made sure the post had it’s own Shop group menu item that linked to the post.
April 2, 2019 at 5:03 pm #304245In reply to: Activity default tab
Venutius
ModeratorThis method suggested by danbp works:
April 2, 2019 at 4:46 pm #304244In reply to: Edit css /colors in BP Profile
Venutius
ModeratorBy the looks of things you are trying to change the colours of the profile fields, so something like:
.profile-fields { color: blue; }Should work
However something more specific is sometimes required, such as:
#buddypress table.profile-fields { color: blue; }April 1, 2019 at 10:30 pm #304229In reply to: BP Group Email Subscription – different triggers?
shanebp
ModeratorThese are the support forums for BuddyPress.
You have a better chance of getting an answer if you use the support forum for Buddypress Group Email Subscription .April 1, 2019 at 6:51 pm #304225In reply to: Advices & tips for complex config
shanebp
ModeratorIf you are good with html, css and php, you can overload BP themes and make changes.
afaik, you can do the same with bbPress templates for forums, but you should ask on their support forums.
April 1, 2019 at 7:24 am #304214In reply to: Buddypress emails not being sent
gmbyrom
ParticipantYep, done that.
I THINK I’ve resolved the problem temporarily by using add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ ); in my functions.php, but I’m not sure that should be needed.
Separately I’m also using the Buddypress Group Subscription Email plugin and some of the (default) emails in that, such as digests and new activity emails, are still not sending. The Buddypress Core ones are however.April 1, 2019 at 7:23 am #304213In reply to: Wrong template display
beat sk
ParticipantOh, maybe the creation of buddypress in shortcode would solve many problems. :/
April 1, 2019 at 6:52 am #304212In reply to: Buddypress emails not being sent
Venutius
ModeratorI’d try reinstalling the BP emails ( admin>>Tools>>BuddyPress ).
April 1, 2019 at 6:50 am #304211In reply to: field excerpt to show in members page
Venutius
ModeratorTypically the way to do this would be to overload the members page (buddypress/bp-template/bp-theme/members/members-loop.php) and at your code to display the field excerpt.
April 1, 2019 at 6:48 am #304210In reply to: Wrong template display
Venutius
ModeratorThere’s quite a few shortcodes available for BuddyPress but I don’t thank all of them together would allow you to recreate the BuddyPress pages.
-
AuthorSearch Results