-
danbpfr replied to the topic How to show a number next to a profile item in the forum How-to & Troubleshooting 11 years, 7 months ago
the menu title should use at least a span id + $count
take inspiration within ie. bp-members/bp-mebers-adminbar.php
and see the function bp_members_admin_bar_notifications_menu
-
danbpfr replied to the topic [Resolved] Add image to the adminbar/toolbar/ in the forum How-to & Troubleshooting 11 years, 7 months ago
You willl find hundreds of answers to this question, because what you want to customize is the wordpress 3.3+ Toolbar.
i.e here: http://wp.smashingmagazine.com/2012/03/01/inside-the-wordpress-toolbar/ -
danbpfr replied to the topic [Resolved] Profile settings url in the forum Creating & Extending 11 years, 7 months ago
try this
if (bp_is_my_profile( $userid )):
bp_core_new_nav_item(array(bla bla code
) );
endif; -
danbpfr replied to the topic Dynamic Page Creation in the forum Creating & Extending 11 years, 7 months ago
don’t procrastinate before testing please ! The function use
bp_get_displayed_user_fullname
So even if you change John to Jim, it stays always to displayed_user_fullnameThe mandatory “Name” field on profile contains the displayed user name and can be changed from the user profile admin. (ak displayed_user_FULLNAME !) which is not first…[Read more]
-
danbpfr replied to the topic BuddyPress registration without username in the forum How-to & Troubleshooting 11 years, 7 months ago
you asked for any clean solution for my members to register without using a username.
Registering is a WP process who need a username and a email. Those 2 information are provided by the user at his first visit when he decide to subscribe to your site, OK ?
Now you wonder how FB or Google can connect without username ? They use it !…[Read more]
-
danbpfr replied to the topic Confused about xprofile_filter_link_profile_data in the forum Creating & Extending 11 years, 7 months ago
the reason holds on one line. Read here:
https://codex.buddypress.org/bp_get_the_profile_field_value/ -
danbpfr replied to the topic Enabling Ajax in the forum How-to & Troubleshooting 11 years, 7 months ago
to avoid some JS conflicts, check all theme js files version # which must all be working together with jquery 1.8.3
If the theme use global.js, deactivate it (rename it while testing), BP has his own global.js, so no need to use both.Try also by deactivating /bp-default/_inc/css/responsive.css file (rename it while testing) to see if…[Read more]
-
danbpfr replied to the topic How to remove tags from group forums? in the forum How-to & Troubleshooting 11 years, 7 months ago
put a copy of /bp-default/groups/single/forums/edit.php file into your child theme
(/your-child-theme/groups/single/forums/edit.php)
and remove line 53 & 54 (respectively label and input HTML) from this copy.
-
danbpfr replied to the topic How to remove tags from group forums? in the forum How-to & Troubleshooting 11 years, 7 months ago
what to you want exactly ? Remove one tag from a post or remove the possibility to add tags ?
-
danbpfr replied to the topic PLEASE HELP ME TO SOLVE MY PROBLEM in the forum How-to & Troubleshooting 11 years, 7 months ago
1) Proprer way to deactivate the WP Logo and his submenus by using this function. Ccopy/paste it into your theme’s functions.php file.
http://bp-fr.net/BuddyBin/?5c0ab54e4b6d1371#1n+fOeeD+aTRKpQKUFfVDonnQ42jKYTh6JMMcTfpOXc=
-
danbpfr replied to the topic [Resolved] Member profile header prints link in text (H1) in the forum How-to & Troubleshooting 11 years, 7 months ago
can you give more information, please ?
BP version, theme name or child theme, plugins installed, and tell what you did just before it happens
-
danbpfr replied to the topic Allowing members to mark as spammer in the forum Installing BuddyPress 11 years, 7 months ago
such a plugin already exist for buddypress. Give a try:
https://wordpress.org/support/plugin/bp-moderationThe’re also some fix on the support forum
-
danbpfr replied to the topic getting wp-infinite scroll working with BP in the forum Creating & Extending 11 years, 7 months ago
asking on old topics is not best practice here. Open you own thread, please.
Anyway, this plugin is one year old and may not work with WP 3.5.1
Also because your question is related to a third party plugin, you have to ask the plugin author.
There are some answers on the plugin support:…[Read more] -
danbpfr replied to the topic Members search isn't working? in the forum How-to & Troubleshooting 11 years, 7 months ago
member search IS working on BP 1.6.4 ! Even on this forum, if you wanna test.
Maybe review your site settings: dashboard > Settings > Discussions > uncheck “Visibility for search engines”
-
danbpfr replied to the topic Check if is friend to display data in member-loop in the forum How-to & Troubleshooting 11 years, 7 months ago
While creating this xprofile field, you can set the default visibility to “your friends”.
That’s the easiest way to do what you want.
-
danbpfr replied to the topic Check if is friend to display data in member-loop in the forum How-to & Troubleshooting 11 years, 7 months ago
-
danbpfr replied to the topic Video: BuddyPress 1.7 Overview in the forum Miscellaneous 11 years, 7 months ago
traditonnal answer is: when it’s ready ! 😉
Tech answer always on the Trac/roadmap: https://buddypress.trac.wordpress.org/roadmapMaybe a question of hours or days now.
-
danbpfr replied to the topic Blog themes in the forum Installing BuddyPress 11 years, 7 months ago
and how can we help you ? You say nothing about your config !
-
danbpfr replied to the topic Allow user to delete his own post in the forum Installing BuddyPress 11 years, 7 months ago
please use bbPress forum for such question. https://bbpress.org/forums/
-
danbpfr replied to the topic Check "If friends" to display data conditionally in the forum How-to & Troubleshooting 11 years, 7 months ago
please open a new tread, this one is 3 years old, and give some details about your config (version, theme name) and what you want to do.
@opencode, thank you for sharing, but updating such old posts hasn’t much effect for most users. Also give some indication about BP version where your code will work on.
- Load More
@chouf1
Not recently active