-
Henry Wright replied to the topic Users creating posts in the forum How-to & Troubleshooting 10 years, 3 months ago
BuddyDev have the Simple Front End Post plugin: http://buddydev.com/plugins/bp-simple-front-end-post/
-
Ben Hansen replied to the topic My website built in buddy press, free sound effects library in the forum Showcase 10 years, 4 months ago
haha is that a real address? looks like something a mail merge would do if it was broken, sorry for any confusion. :p
-
Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago
Don’t know what’s going on on your install.
I have teamviewer, but I don’t have time to investigate your problem further. -
Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago
My css code should work. Perhaps you placed it in a wrong place.
Try removing this line
<h5 class="accordion-title <?php bp_the_profile_group_slug(); ?>"><?php bp_the_profile_group_name(); ?><span class="accordion-icon"></span></h5>fromprofile-loop.phpfile. -
Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago
What’s the content of your theme
/members/single/profile.phpfile? -
Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago
Try
#buddypress .profile h5{display:none !important} -
Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago
What’s the content of your theme
/members/single/profile/profile-loop.phpfile? -
Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago
into
style.cssof your theme. Also try this:
#buddypress .profile h4{display:none !important} -
Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago
You have
/membersdirectory.
/wp-content/themes/[your-theme]/members/single/profile/profile-loop.php
and
/wp-content/themes/[your-theme]/members/index.phpHave you tried CSS solution?
-
Slava Abakumov replied to the topic My website built in buddy press, free sound effects library in the forum Showcase 10 years, 4 months ago
And what’s wrong with it?
-
Ben Hansen replied to the topic My website built in buddy press, free sound effects library in the forum Showcase 10 years, 4 months ago
something tells me he’s not going to have much luck with that email address…
-
Slava Abakumov's profile was updated 10 years, 4 months ago
-
Slava Abakumov replied to the topic My website built in buddy press, free sound effects library in the forum Showcase 10 years, 4 months ago
Hi, nice one!
Would you like to participate in a small plugin testing? It’s about search inside BuddyPress (groups, members, forums). This plugin will display you info who searches for what and where (in your case mainly members searching other members on Members directory page, as you have only 2 groups and no forum). BP Search won’t break…[Read more]
-
Slava Abakumov replied to the topic Cannot create groups in the forum How-to & Troubleshooting 10 years, 4 months ago
There can be some plugins that make this happen. Try deactivating all of them (except BuddyPress) one by one to see which might cause it.
You could have written some code inbp-custom.phpfile or in your theme’sfunctions.php– check those files as well.Also, groups can’t be added to forums – they are different components. Although groups can…[Read more]
-
Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago
OR
You can add these styles to your theme css file:
#members-all{display:none}
#buddypress .profile h4{display:none} -
Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago
“Tab Base”
To delete
Baseand all other fields groups names in user profile:
1. find in your theme file/buddypress/members/single/profile/profile-loop.php
2. Delete in that file: this line:<h4><?php bp_the_profile_group_name(); ?></h4>If you don’t have such file in your theme, than copy this file:…[Read more]
-
Manuel Schmalstieg started the topic Adding a filter to define headers for email notifications in the forum Requests & Feedback 10 years, 4 months ago
I would love to get some feedback on this, before submitting a ticket to Trac:
On a BP site I am managing, I am facing the issue of users responding to private messages by email, which results in their responses being sent to the site admin instead of the expected recipient.
It’s a classic problem:
See…[Read more]
-
Toni replied to the topic Can I use a social login plugin for registration/login? in the forum How-to & Troubleshooting 10 years, 4 months ago
I found everything. I do not know why I didn’t see it before!!!
And the answer is “YES, you can use a social login plugin.”
Wish I could delete all of this…
Sorry and thank you
Cheers!
Toni -
Andrew Tibbetts started the topic Redirect Loop on Ajax Actions in Custom Loop in the forum How-to & Troubleshooting 10 years, 4 months ago
I am using a page template for my “front page” so that if a user is logged out they see the “sign up” side of the site and when logged in an activity feed.
I used the example loop here:https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/
When I click ‘Favorite’, unlike on the
/member/username/activity feed where it…[Read more] -
Toni replied to the topic Can I use a social login plugin for registration/login? in the forum How-to & Troubleshooting 10 years, 4 months ago
Oh wait! It looks like it is working? I have a Maintenance home page plugin that I had activated, odd – but likely the issue. I deactivated it so you all could access the site. The Members, Activity, and Site Directory pages are generating.
Where is the Registration Page? It is not listed in Menus.
(Still the social registration/login…[Read more]
- Load More