Search Results for 'buddypress'
-
AuthorSearch Results
-
April 15, 2016 at 4:22 pm #252480
In reply to: Column sender_only
shanebp
ModeratorGrep
sender_onlyinbuddypress/bp-messages.afaik, it provides a field for determining whether a message you send appears in your inbox and is included in total counts and unread counts.
April 15, 2016 at 2:00 pm #252477In reply to: Ionic app or other with REST api?
sharmavishal
ParticipantThanks Shane..Does it support buddypress? Bp rest api is yet to be released isn’t?
April 15, 2016 at 12:29 pm #252474@mcuk
ParticipantThis might work to hide it for logged out users (put in bp-custom.php):
function hide_bubble_logged_out () { if ( !is_user_logged_in() ) { ?><style type="text/css">.bubble { display: none; }</style><?php } } add_action( 'bp_ready', 'hide_bubble_logged_out' );April 14, 2016 at 8:34 pm #252464In reply to: Fatel Error on latest upgrade
flyway
ParticipantI forgot to note that I cannot log into the admin. So the only fix, is to remove buddypress completely at this point…thanks!
April 14, 2016 at 5:01 pm #252458In reply to: Buddypress comment showing in all pages
christopherwayne
ParticipantSorry, but I can not find a solution to my problem. I tried it with the options you suggest me, but I can not fix it. I’m not using special templates for BuddyPress. It would be good to find a solution by funtions.php that works for all users, as other users have reported a similar problem. Thank you!
April 14, 2016 at 4:49 pm #252457In reply to: Most links redirect to homepage
skulldragon
Participant1. Which version of WordPress are you running? The latest
2. Did you install WordPress as a directory or subdomain install? Normal install in root
3. If a directory install, is it in root or in a subdirectory? Root
4. Did you upgrade from a previous version of WordPress? If so, from which version? No
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes
6. Which version of BP are you running? The latest
7. Did you upgraded from a previous version of BP? If so, from which version? If there was another version around 2 months ago, yes. Issue persists through both updates.
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
404 to 301
All in one Favicon
bbPress
BP Profile Search
BuddyPress
BuddyPress Cover Photo
Custom Facebook Feed
Divi Builder
Elegant Themes Updater
Events Manager
Go – Responsive Pricing & Compare Tables
K Elements
List category posts
Page Links To
rtMedia for WordPress, BuddyPress and bbPress
s2Member Framework
Slider Revolution
Taxonomy Metadata
WP FullCalendar
WPBakery Visual Composer9. Are you using the standard WordPress theme or customized theme? KLEO
10. Have you modified the core files in any way? No
11. Do you have any custom functions in bp-custom.php? No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Latest
13. Please provide a list of any errors in your server’s log files.
14. Which company provides your hosting? Siteground
15. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache I think.
April 14, 2016 at 4:37 pm #252456In reply to: Buddypress comment showing in all pages
danbp
ParticipantWe’re unable to help you for Yoo Helios premium theme.
Have you assigned a particular template to the mandatory BP pages: activity, members, groups,… ? If yes, remove them, as BP pages must stay “empty”. Just give them a title and nothing else.
Instead of using an exotic function, better try this solution.
is_buddypressfn definition: You can tell if a page is displaying BP content by whether the current_component has been defined. More here.April 14, 2016 at 3:58 pm #252452In reply to: vertical alignment for /groups and /members
DrMarkRhodes
ParticipantI found a way to edit the theme. It wasn’t the most elegant, but it worked very well for spacing. I added <br> <br> at the very bottom of the header.php file. It put some white space in there so the BuddyPress search buttons were not partially hidden under the bottom of the header menu.
April 14, 2016 at 3:53 pm #252450In reply to: Buddypress comment showing in all pages
christopherwayne
ParticipantHi @danbp
Thanks!!I found this code to solve the problem pasting it into funtions.php of my current theme, but it does not work. With the theme Twenty Thirteen not the comment list appears, so it is clear that the issue is a problem I am using.
add_filter(‘tc_show_comments’, ‘disable_comments_buddypress_pages’);
function disable_comments_buddypress_pages( $bool ){
if ( is_page() && is_buddypress() )
return false;
return $bool;
}April 14, 2016 at 12:53 pm #252444In reply to: Email Notifications not sending
dfarland
ParticipantI see this was about a week ago, but I’m having the same problem. I’ve tried many of the plugins mentioned in other threads, but haven’t had any luck with any of them. I’m on Media Temple’s Grid service (not their WP hosting) and I’ve checked the mail settings, spam folders, with no luck.
https://buddypress.org/support/topic/buddypress-email-issues-with-new-installation/
April 14, 2016 at 8:21 am #252440In reply to: Buddypress comment showing in all pages
danbp
ParticipantThis comment template is in your theme and has nothing to do with BuddyPress. Best way to ensure is to test with Twenty Fifteen.
After that, you may need a child-theme and use some template overload. Read documentation.April 14, 2016 at 7:20 am #252439vinzen
ParticipantWould disabling the BuddyPress registration process and falling back on WordPress one’s by creating a custom registration form help avoid the need to sync BuddyPress to WordPress profile? – as I interpreted from here – http://stackoverflow.com/questions/15379839/registration-form-in-buddypress. Thanks.
April 14, 2016 at 6:11 am #252437In reply to: Buddypress comment showing in all pages
christopherwayne
ParticipantI have the same problem in my buddypress. You managed to solve it? My website is: http://www.artnowgallery.net/activity/
April 14, 2016 at 6:06 am #252436In reply to: Comment list at the end of the activity stream
christopherwayne
ParticipantI found this code to solve the problem pasting it into funtions.php of my current theme, but it does not work. With the theme Twenty Thirteen not the comment list appears, so it is clear that the issue is a problem I am using.
add_filter(‘tc_show_comments’, ‘disable_comments_buddypress_pages’);
function disable_comments_buddypress_pages( $bool ){
if ( is_page() && is_buddypress() )
return false;
return $bool;
}April 14, 2016 at 4:05 am #252434In reply to: Chaning DB prefix
gdams82
ParticipantCan I please get some love? I’ve read a few other threads about this, https://buddypress.org/support/topic/resolved-table-prefix-change-old-topics-dont-display-new-topics-go-to-db-table-with-old-prefix/ suggested that I needed to alter bb-config.php, but I understand from https://buddypress.org/support/topic/bb-config-php-file-is-missing/ that bb-config.php is no longer used. The later lead me to https://codex.buddypress.org/getting-started/guides/migrating-from-old-forums-to-bbpress-2/, which covers importing forums but doesn’t seem to get me what I need. Any help would be greatly appreciated.
April 14, 2016 at 12:38 am #252433In reply to: Specific management for specific user types
Rimon Habib
ParticipantBuddyPress doesn’t have role based access management system for its components like WordPress roles, However, It has Member Type API now which is a potential lead to creating access management system using member type.
I am actually working on creating this plugin, which will be extension of my another plugin,
http://rimonhabib.com/buddypress-member-type-manager/This plugin allows you to synchronize member types with WordPress user role, which is a potential way to control content based on Member type
By the way, you can turn off friend, messaging features from BuddyPress settings. But I guess you are talking about interacting one specific type of users to that type of users only, in this case, you must need to use Member Type API anyway.
April 14, 2016 at 12:33 am #252432Rimon Habib
ParticipantJust published an upgraded solution for this problem using BuddyPres Member Type API
Might be helpful for you,
http://rimonhabib.com/buddypress-member-type-manager/April 13, 2016 at 10:48 pm #252429In reply to: How to hide projects feature
Paul Wong-Gibbs
KeymasterNot sure what you mean be “projects” feature — sounds like that’s part of this other plugin, so that’s not really in our wheelhouse. Or it’s something in BuddyPress that’s been renamed.
Have you checked the other plugin for options to disable it?
April 13, 2016 at 8:58 pm #252426In reply to: How do I load BuddyPress functions?
BobSD99
ParticipantD’oh, I wanted a generic testing function and that obviously wouldn’t work in that context.
However, I did change it to the function you suggested and it’s still not outputting data. There must be a missing step in loading and making BuddyPress functions available in my own custom template pages.
April 13, 2016 at 3:14 pm #252413In reply to: Change the Post Update button
@mcuk
ParticipantThis is generally what you need to do to change text:
April 13, 2016 at 12:44 pm #252402shanebp
ModeratorRemove the link:
function dono_remove_view_link( $latest_update ) { if ( ! is_user_logged_in() ) { $text = preg_replace('/<a href=\"(.*?)\">(.*?)<\/a>/', "\\2", $latest_update); $link_text = esc_attr__( 'View', 'buddypress' ); $latest_update = rtrim($text, $link_text); } return $latest_update; } add_filter( 'bp_get_activity_latest_update', 'dono_remove_view_link', 1, 100 );April 13, 2016 at 7:09 am #252395Rimon Habib
ParticipantBuddyPress doesn’t have role based access management system for its components like WordPress roles, However, It has Member Type API now which is a potential lead to creating access management system using member type.
I am actually working on creating this plugin, which will be extension of my another plugin, BuddyPress Member Type ManagerBy the way, you can turn off friend, messaging features from BuddyPress settings. But I guess you are talking about interacting one specific type of users to that type of users only, in this case, you must need to use Member Type API anyway.
April 12, 2016 at 4:36 pm #252385In reply to: BuddyPress Email Issues with New Installation
dfarland
Participanthttps://buddypress.org/support/topic/some-bp-html-email-possibly-being-rejected-by-mail-servers/
I just saw this thread along with some others. I’ll be patient to see what comes up. Thanks in advance.
April 12, 2016 at 2:03 pm #252379Paul Wong-Gibbs
KeymasterIf one type of email is getting sent and the others aren’t, it might be some part of the content triggering some kind of spam filter on the remote server. It could be some kind of throttling issue, and it’s only by coincidence one type of email is being sent. I don’t know. There’s all sorts of weird possibilities.
We have 2 further email delivery fixes that have been identified, which I imagine we will implement and release within the next 2 weeks. I don’t see how either would directly affect your site since you have SOME BP HTML emails being delivered, but not all — but maybe they will. This is certainly pretty weird.
April 12, 2016 at 11:32 am #252373 -
AuthorSearch Results