Search Results for 'buddypress'
-
AuthorSearch Results
-
December 18, 2016 at 2:33 am #262221
brunobarros
ParticipantUnfortunately it is hardcoded here: plugins/buddypress/bp-members/classes/class-bp-members-template.php line 193
December 17, 2016 at 9:36 am #262214In reply to: Buddypress Cover Photo Does Not Save
pare81
ParticipantHi Guys,
I’ve found an solution.
For childthemes you have to check the following infos:
Here is what I have paste to my child themes functions.php, and now the cover image works:
function your_theme_cover_image_css( $settings = array() ) { /** * If you are using a child theme, use bp-child-css * as the theme handel */ $theme_handle = 'bp-child-css'; $settings['theme_handle'] = $theme_handle; /** * Then you'll probably also need to use your own callback function * @see the previous snippet */ $settings['callback'] = 'bp_legacy_theme_cover_image'; return $settings; } add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'your_theme_cover_image_css', 10, 1 ); add_filter( 'bp_before_groups_cover_image_settings_parse_args', 'your_theme_cover_image_css', 10, 1 );December 17, 2016 at 9:36 am #262213In reply to: Buddypress Cover Photo Does Not Save
danbp
ParticipantOK. Let’s say that the issue is the child theme.
What is a child theme ? An empty style.css containing a header information saying to WP, hey here is a child !
Another file can be there: functions.php. This file is empty and will be filled in the time with custom functions.
With BuddyPress, you can have a “buddypress” folder, containing rewamped templates. For example, the profile header template or your member directory page…
As BP template where recently modified (2.7), you have to verify your template customization (if any). See here if it helps:
If you’re not concerned by templates, you have to check your custom functions or custom JS (if any)
And voila.
December 17, 2016 at 9:18 am #262210In reply to: Repeatable Field groups required
danbp
ParticipantIf you create a field group called Business Details, you simply add as many fields you want!
Let’s say, you want that users can fill about 5 companies or society. In this case, you need to create a field for each input, in other words 5 fields. And if you need more details for each, you add the fields you need, one by one:Business 1: [___]
Address 1: [___]
Office 1 hours: [___]
Business 2: [___]
Address 2: [___]
Office 2 hours: [___]
Or if you use a lot of details, you group each businness separately.
For better clarity of the default profile details output, when you have a lot of information to display, is to use this very handy plugin: buddypress-profile-tabs
December 17, 2016 at 9:05 am #262209In reply to: Buddypress Cover Photo Does Not Save
danbp
Participantdid you respect the size instruction ? Sizes are theme dependant and vary from one install to another.
When it comes to image issues under BP, you’ll need to test your install without any plugin and only a Twenty theme active (never another one) as first and check if you can upload medias.
If OK, you activate BP and check again.You may also verify that the attachment folder exist and has eventually the correct write rights on the server:
wp-content/uploads/buddypress/members/USER_ID/cover-image/Similar path may exist for groups, which use/groups/GROUP_ID/instead of/members/USER_ID/If all is OK with Twenty, WP and BP, you can activate your plugins, one by one and testing after each. If still OK, you activate or install the definitive theme.
If things went wrong at this stage, you can be sure there is an issue with YOU or the theme.
You because you have omit a setting or did a wrong setting, or the theme, because all was ok while using a Twenty…
December 17, 2016 at 7:37 am #262208In reply to: Buddypress Cover Photo Does Not Save
pare81
ParticipantHi Guys,
same Problem on my site? I use wordpress and buddypress latest Versions and latest Version of generatepress theme. I Use my Theme as Childtheme and only on Child-theme the porblem is there. On parent theme all is fine.
Is there an Info to this Point?
Thanks and regards
PatrickDecember 16, 2016 at 11:10 pm #262202In reply to: Question about
aladinDr
ParticipantHello , maybe some understanding i asked about is it possible to stop notifying and showing people about new member joining group in buddypress groupe thank you so much , and please give me other answer it’s urgently thank you so much
December 16, 2016 at 10:30 pm #262200In reply to: Notification won’t go away
shanebp
ModeratorHave you tried switching momentarily to a WP theme, like 2016?
If you have and the issue still persists..
You can open a bug report here.
Be sure to include your versions of WP and BP.December 16, 2016 at 8:53 pm #262196In reply to: Notification won’t go away
maratalton
ParticipantHello, @shanebp
Yes. I checked my cookies, and if I clear them, the notification goes away. If I trigger another notification by clicking the “leave group” button on the BuddyPress group page, the notification appears and gets stuck on the header of every page again. This happens on every browser I’ve tried.
December 16, 2016 at 8:45 pm #262195In reply to: BuddyPress Favorites in
Humiges
ParticipantNot at all dear @danbp,
I appreciate BuddyPress and its community spirit.
I just think there is no harm in asking.
Thanks a lot for the hint
Have a lovely Xmas and all the best in the new year 2017 🙂
December 16, 2016 at 7:24 pm #262193In reply to: Question about
modemlooper
ModeratorScroll down to function bp_dont_save_minis. It’s an example to block saving types of activity. Only do this if you never want these items. Otherwise you’d want to filter out. Better for site speed to not save so a choice is up to you.
December 16, 2016 at 5:02 pm #262188In reply to: Private forum redirecting to home page
rageshr007
ParticipantThanks Venutius…I was breaking my head for few days … looking all over for a solution.!!!…But your ticket is to hide the forum…I don’t want to hide…forum title has to be visible in index page ..Once a non-member user try to join the forum it should show a message as “you need to be member of the group…”
I was referring this
https://buddypress.org/support/topic/how-to-make-a-private-community/
Have to try if it help as a work around on my requirements..?
December 16, 2016 at 4:49 pm #262185In reply to: oEmbed video in site-wide activity
Peter Hardy-vanDoorn
ParticipantDecember 16, 2016 at 4:19 pm #262181In reply to: oEmbed video in site-wide activity
Henry Wright
ModeratoroEmbed is supported by BuddyPress but maybe the
embed_oembed_htmlWP filter isn’t used?Can you open a Trac ticket for this?
December 16, 2016 at 3:24 pm #262176In reply to: Email to friends?
Venutius
ModeratorThis one is already front end enabled and I would have thought the dev’s would maybe like to make this feature a part of their plugin?
December 16, 2016 at 10:02 am #262166In reply to: BuddyPress Favorites in
danbp
ParticipantDo you mean that any use case should be precisely documented or would examples be enough, finally ? 🙂
Wordings can be changed in the language file.
Slugs can be changed by function.As you use a plugin, you may check inside his code and files to accomplish your customization. Or search or ask for help on his support.
December 16, 2016 at 9:55 am #262165In reply to: Forms from Buddypress
danbp
ParticipantBuddyPress comes with his own form on xprofile component.
In 99% of cases, you haven’t to use an external form plugin. For the remaining 1%, you need good php knowledge to accomplish some custom work.
Everything you need to know about xprofile fields is explained here:
December 16, 2016 at 9:46 am #262164In reply to: good user profile plugin
danbp
Participanthi @intanmunirah,
please avoid directly addressing to mods. You’re on a public support forum maintained by volunteers.
If you need guidance about how BuddyPress works, i invite you to read the codex before asking:December 15, 2016 at 8:06 pm #262143In reply to: extending user sign up with geodirectory integration
shanebp
ModeratorYour task can be accomplished, if you can write BP code.
Sounds like you will need to hire a developer.
You can create a listing here.Instead of custom roles, you may want your developer to create member types.
December 15, 2016 at 12:25 pm #262129Topic: BuddyPress Logout Menu Item
in forum How-to & Troubleshootingalexanderdean
ParticipantGreetings,
The BuddyPress “Log Out” link is not working for me. I’m running BuddyPress 2.7.2 I didn’t upgrade to .3 yet because I didn’t see that this issue was addressed in the release notes. Anyway, I’ve tried TwentyFifteen and disabling all plugins. I’ve tried a different hosting account and the situation is the same: If I add the BuddyPress “Log Out” option to any of my menus, it supplies an encoded url… not the base part of the url, just the query string part as seen here:
All other instances of the logout link (like the one in wp admin or if I use <?php wp_logout(); ?> to generate one) all work fine.
Could you point me to the BuddyPress code that generating the menu point? Or otherwise point me in the right direction?
Thanks,
AlecDecember 15, 2016 at 8:48 am #262125In reply to: [Resolved] Filter for No Members Text
Henry Wright
ModeratorThere isn’t a filter for that text but you can use the
buddypresstextdomain to add a translation.December 14, 2016 at 9:18 pm #262108In reply to: New Users Invalid Activation Code Error
bntbrl
ParticipantI set up another new domain. New fresh install never installed latest WordPress and then installed Buddypress fresh install with no other plugins and got the same error. This one might beat me.
December 14, 2016 at 6:48 pm #262101danbp
ParticipantHi,
you can do this yourself or use a TOS plugin. Read here for details:
December 14, 2016 at 5:35 pm #262096In reply to: bp tabs not working
johnyonutz
Participanti wasn’t saying buddypress was not working
i said that with my configuration there seems to be a problem…
December 14, 2016 at 5:12 pm #262093In reply to: [Resolved] Remove HTML text editor in registry
-
AuthorSearch Results