-
danbpfr replied to the topic Display a value of a particular custom profile field in the forum How-to & Troubleshooting 11 years, 11 months ago
works better by using both xprofile_get_field_data and a user_id !
$user_id = bp_get_member_user_id();
// if “Class” is the field name
$mystuf = xprofile_get_field_data( ‘Class’, $user_id );Application example here:
-
danbpfr replied to the topic BuddyPress Demo WebSite in the forum Installing BuddyPress 11 years, 11 months ago
-
danbpfr replied to the topic bp-fr.net, the french buddypress community in the forum Showcase 11 years, 11 months ago
@giannisff, σας ευχαριστώ !
-
danbpfr replied to the topic bp-fr.net, the french buddypress community in the forum Showcase 11 years, 11 months ago
@valuser merci pour ton message Valentin !
Is BP “popular” ? Was it intented to be so until 1.7 ? But many people use it in France, mostly for intranet so far i know.
@henrywright-1, thank you, we’ll try to reach them during the trend while awaiting for the next 😉
-
danbpfr replied to the topic bp-fr.net, the french buddypress community in the forum Showcase 11 years, 11 months ago
Thank you @bphelp
-
danbpfr replied to the topic bp-fr.net, the french buddypress community in the forum Showcase 11 years, 11 months ago
Thank you @charise
-
danbpfr started the topic bp-fr.net, the french buddypress community in the forum Showcase 11 years, 11 months ago
Hi all,
i’m proud to announce that a new version of bp-fr.net is out since a few hours.
With the help of @imath (devs) and @mechanographik (design), we build a new theme to fit with some of the innovation introduced by BP 1.7
use of the WP Toolbar for main navigation
use of a sidebar widget for members and groups nav items from within…[Read more]
-
danbpfr replied to the topic File manager for BuddyPress in the forum How-to & Troubleshooting 11 years, 11 months ago
technically it is possible to make bp group documents and buddydrive working together. But you have to do it yourself. BuddyPres Docs is working with BP 1.7 (https://github.com/boonebgorges/buddypress-docs), BP Group Documents was developped for BP 1.5 and a later version was able to work with 1.6.x. This is version is no more…[Read more]
-
danbpfr replied to the topic File manager for BuddyPress in the forum How-to & Troubleshooting 11 years, 11 months ago
you said in your first postc: So I started using BP Group Documents. Its not working with BP 1.7.
So, if you use BuddyDrive now, why would you use that plugin ?!!!
-
danbpfr replied to the topic Profile Field: Date Selector max "Year" limit in the forum How-to & Troubleshooting 11 years, 11 months ago
you modify the code you received above (which work as is), not the original filter.
This code goes into theme’s functions.php
-
danbpfr replied to the topic [Resolved] Trying to use bp_profile_field_data() and oEmbed in the forum How-to & Troubleshooting 11 years, 11 months ago
hi @operapreneur,
try this, to put into /plugins/bp-custom.php
function bpfr_enable_video_on_profile( $val, $type, $key ) {
$field = new BP_XProfile_Field( $key );
$field_name = $field->name;if( strtolower( $field_name ) == 'video' ) { // video is the field name on the profile (case sensitive)
$val = strip_tags( $val );return…[Read more]
-
danbpfr replied to the topic File manager for BuddyPress in the forum How-to & Troubleshooting 11 years, 11 months ago
hi @sarathbabu_k,
there is a brand new plugin out. BuddyDrive is a user oriented file manager. Works on every BP install. Each user manage his docs from his profile.
Give a doc description, upload it with drap’n’drop, copy the doc link and insert it where you need.
Allowed files types and storage space are defined by the site admin. User can…[Read more]
-
danbpfr replied to the topic [Resolved] bp 1.7, bbpress 2.2.4 & dissappearing Admin Bar in the forum How-to & Troubleshooting 11 years, 11 months ago
use preferably bbpress 2.3beta1, it works really better with 1.7 and maybe the plugin would not interfer with that version.
-
danbpfr replied to the topic Ascii Characters in Email in the forum How-to & Troubleshooting 11 years, 11 months ago
have you tried to change your site title with the html trick ?
-
danbpfr replied to the topic BuddyPress registration without username in the forum How-to & Troubleshooting 11 years, 11 months ago
-
danbpfr replied to the topic PLEASE HELP ME TO SOLVE MY PROBLEM in the forum How-to & Troubleshooting 11 years, 11 months ago
1) of course, you paste the code after a php closing tag. You also pasted the very first line of the code which is only my comment.
Remove the closing tag and comment the line with two // or remove it, and things will go better.
Aside, theme’s functions.php use only a php opening tag, never a closing tag ( ?> )
2) can be…[Read more]
-
danbpfr replied to the topic [Resolved] Add image to the adminbar/toolbar/ in the forum How-to & Troubleshooting 11 years, 11 months ago
Sending menu is exactly the same thing as sending a picture for the above code. The only difference is the one send’s text, and the other one could send a picture.
But you “don”t want to create a menu“. Ghost !
So if you already played around with code, you probably noticed that the toolbar contains a register button, and that button…[Read more]
-
danbpfr replied to the topic Ascii Characters in Email in the forum How-to & Troubleshooting 11 years, 11 months ago
Let me resume.
Notification email contain malformed strings.
The affected part is the subject Right ?
FROM: bla@blabla.bla – your explanation about this field is not clear, because “FROM” contain a mail address by default, so i don’t understand what’s wrong for you.SUBJECT: bla bla Courtesy, something & thing. Where & (coming…[Read more]
- Load More
@chouf1
Not recently active