Search Results for 'buddypress'
-
AuthorSearch Results
-
November 17, 2016 at 11:25 pm #261141
In reply to: BP groups only have option for status update. what?
Venutius
ModeratorI’ve written a few pages that may be of help:
Forums are mentioned here:
http://buddyuser.com/adding-forums-to-your-buddypress-site-with-bbpress
Other add ons here:
http://buddyuser.com/extending-the-basic-buddypress-install
MediaPress for images:
http://buddyuser.com/using-mediapress-to-add-media-galleries-to-your-site
November 17, 2016 at 10:55 pm #261138In reply to: uploading avatar or cover photo hangs site! help!
zoldos
ParticipantI increased both User side and Admin back end memory limit to 256M and activated “internal cache”. I tried to upload an avatar again and this time got this:
——
Service Temporarily UnavailableThe server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Web Server at zoldos.net
——-It has to be Buddypress as I added an avatar just fine BEFORE I installed it and have never seen this error before…
November 17, 2016 at 9:37 pm #261133In reply to: BP groups only have option for status update. what?
Venutius
ModeratorI think of BuddyPress as an enabling platform, as such the groups features handles the basics and you get to add the features you need by loading plugins such as bbPress for Forums, maybe a media plugin for photo sharing etc. As such whilst the basic features are limited in reality you get to create a custom set of features.
November 17, 2016 at 6:55 pm #261123Henry Wright
ModeratorThe path should be /my-theme/buddypress/members/activate.php
November 17, 2016 at 6:34 pm #261122In reply to: Custom loop for Groups Member Directories
shanebp
Moderatorbp_group_has_membersdoes not have anincludeargument.
It does have anexcludeargument.More info:
http://buddypress.wp-a2z.org/oik_api/bp_group_has_members/November 17, 2016 at 5:21 pm #261119dev grl
ParticipantSo I’m reading up on how to incorporate the text changes to this file in my child theme. Do I just create a path like this: /my-theme/buddypress/bp-templates/bp-legacy/buddypress/members/activate.php
November 17, 2016 at 11:48 am #261115Henry Wright
ModeratorYou’ll find that text in the bp-templates/bp-legacy/buddypress/members/register.php template.
This article will help too 🙂
November 17, 2016 at 5:42 am #261108In reply to: Group header file problems
JeffWillia.ms
ParticipantHi @dcavins
Following up after my last reply. I added your code to the specified directory. I receive this error in all my Buddypress interfaces (i.e. members, forums, etc.)
Parse error: syntax error, unexpected ‘<‘ in /home/swiftbus/public_html/5firemen.com/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-member.php on line 1314
I just get a white screen with that error in it.
After deleting your code from the file directory above, the problem went away.
However, the original Groups Header issue still persists.
Hope that helps! 🙂
November 16, 2016 at 11:39 pm #261099In reply to: Hiding register link
joeaj111
ParticipantIt says only registered members can see buddypress pages. we want anyone to see our members page but we have wordpress pages we want only members to see. with buddypress registration, it registers them but they can login and see member area just not profile pages.
November 16, 2016 at 10:30 pm #261098In reply to: First time Buddy Press User and Look Bad on Mobile
Venutius
ModeratorTrying to get a theme to support BP can be a bit of a challenge, if it were me I’d start with adding the register and login links in the menu then hide them for logged in users to keep it tidy, you can do that using WPFront User Role Editor. I run a few sites with theme’s that don’t support BP, it is possible but often you find yourself having to make css changes in order to display parts of the site correctly.
I’ve set up a site, which is about setting up BuddyPress, you might want to take a look, it might give you some ideas. http://buddyuser.com
November 16, 2016 at 9:14 pm #261093In reply to: Profile header image size
modemlooper
ModeratorPeople try to upload very large images all the time. There are limits.
read here about increasing limits https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/
November 16, 2016 at 7:29 pm #261089In reply to: Group header file problems
JeffWillia.ms
ParticipantDetails:
Theme: Kleo (Parent and Child) Latest version
WP: Latest Version
BP: Latest VersionHaving the same issue and have reported it in Buddypress Trac, Buddypress Support forums (here) and discussed it at length with Seventh Queen (theme developer).
Tried it with all themes…parent, child, and default 2016. Problems exist in all themes
Turned off all plugins. Problem persists regardless.
Cleaned all caches, including host, and Cloudflare.
Can’t seem to find a solution. Any ideas?
Thanks.
November 16, 2016 at 6:11 pm #261083In reply to: How can I display topics under specific category?
danbp
ParticipantYou’re on the BuddyPress forum.
To get answers, try better bbPress support.November 16, 2016 at 5:25 pm #261082In reply to: Just a little advice please
tille
ParticipantI’m not sure if this is still of interest – but BuddyBoss has developed a premium theme Social Marketplace that could probably do what you’re looking for:
Yes, you would also need WordPress (free) and BuddyPress (free) and WooCommerce (free) to get it running. I haven’t tried it myself yet, but I’m currently working on a site using Social Portfolio by BuddyBoss and I must say they did a great job. It can be quite demanding to get everything working, but so far I have no complaints. Cheers!
November 16, 2016 at 1:42 pm #261077In reply to: First time Buddy Press User and Look Bad on Mobile
caugas
ParticipantHave you guys every heard of buddypress looking great on a non-friendly buddy press theme i.e. a theme NOT designed for BP? I was hoping to find a free plugin that would help BP function better on a premium theme.
November 16, 2016 at 8:26 am #261072In reply to: when create group slug, add action is better?
danbp
ParticipantHi @ruoge2007,
use code button to insert code into topic, thx.
Code suggestion or BP improvement cant be made on Trac. Devs don’t frequent the forum in depth.
November 16, 2016 at 8:20 am #261070In reply to: Custom msg in own profile
danbp
ParticipantHi @fakurkr,
the other solution is to use the existing action hooks existing in each BP template.
Templates are the files stored in bp-templates/bp-legacy/buddypress/ directory.For example if you read the code in buddypress/members/single/member-header.php, you will find not less than 6 action hooks, only for the profile header. This means 6 potential places where to add something like a message.
Th other avantage of this method is that you don’t need to modify any template and that you stay independant from any theme, because you will use a function from bp-custom.php
In your case, adding a message on user’s profile with help of a function like this:
function bpfr_my_message_on_profile () { echo 'Your custom text with HTML code or whatever'; add_action( 'bp_before_member_header_meta', 'bpfr_my_message_on_profile' );And because it is only fired on a profile header, you don’t need the conditional (my_profile). You can of course add other conditions. Sky is the limit !
November 16, 2016 at 8:05 am #261067In reply to: Login error codes
November 16, 2016 at 8:02 am #261066In reply to: Resctrict private messages
danbp
Participantplease use the code button to insert code into topics ! Thx.
You use PMPro and share code related to it. That’s nice and kind, but it is probably more difficult for the most of use who don’t use that plugin to discuss with you.
It can help you, here a great ressource to find anything inside BuddyPress: ie. search result for “N”November 16, 2016 at 3:06 am #261057In reply to: Bp custom Menu
livingflame
ParticipantHi @danbp
Me again.First look at this:
// Add Count Near Nav Menu function my_counter_nav_menu($menu) { if ( ! is_user_logged_in() ) { return $menu; } $user_id = bp_loggedin_user_id(); $user_url = bp_loggedin_user_domain(); $notify_url = $user_url . bp_get_notifications_slug() . '/'; ob_start(); ?> <li><a href="<?php echo $notify_url ?>">Notificaciones <span class="my_bubble"> <?php echo bp_notifications_get_unread_notification_count( $user_id );?></span> </a></li> <?php $menu_items = ob_get_clean(); $menu = $menu . $menu_items; return $menu; } add_filter( 'wp_nav_menu_items', 'my_counter_nav_menu' );This is a modification of your code for show notifications bubbles in Main Menu.
Okey, it works but, I dont want this line: <?php echo $notify_url ?>”>Notificaciones
I want to get bubbles for Buddypress-Nav-Menu. You know, Dashboard / Menus / Buddypress. Here you have buddypress links: profile, messages, etc. but, if you add “messages”, appear without counter. So, I want counter for these…
November 15, 2016 at 9:35 pm #261049In reply to: Hiding a forum from the forum list
shanebp
ModeratorHave you tried setting the forum to Private? Or Hidden?
Go to wp-admin > Forums > Forum Name > Edit > Visibilitybtw – these are the BuddyPress forums.
For support for bbPress you should use their forums.November 15, 2016 at 9:19 pm #261045In reply to: File Sharing Embedding
shanebp
ModeratorTry this: https://wordpress.org/plugins/buddydrive/
Google this: buddypress file sharing
Depending on your ability as a coder, you could adapt some code or write it from scratch.
November 15, 2016 at 8:50 pm #261042In reply to: Images for activity for front page
shanebp
Moderator…you are losing people and ultimately future profits and benefits
BP is free open source code. There are no direct profits.
These forums are moderated by volunteers.
There is no promise, explicit or otherwise, that you will get an answer.How does someone who does not constantly do coding for a living really get BuddyPress to function?
The primary intended audience for users of the BuddyPress codebase: Site Builders and WordPress Developers.
The widgets and shortcodes you tried ( BuddyPress Sitewide Activity ? ) probably do not include the images because widgets generally output a compressed view and images can take a lot of screen area. It would be relatively simple to tweak such a widget to include activity images.
If you don’t know how to code, you can post a job here.November 15, 2016 at 2:58 pm #261033In reply to: Problem with message for all users
ico33
Participantfound this thread, at the end it seems there is a solution, but i can’t understand.
https://buddypress.org/support/topic/bp_get_the_thread_recipients-reporting-extra-names/
November 15, 2016 at 2:50 pm #261032In reply to: Group header file problems
manueldo
ParticipantI asked seventhqueen for help and they said the problem is from buddypress, they can not help.
When you have a private group and go to approve some member the warning is showed but after approving, when the page reload saying that the membership was approved, the warning dissapears, is the only page where the warning is not being showed.
-
AuthorSearch Results