-
danbpfr replied to the topic [Resolved] How to create a dynamic link to "my profile" in the forum How-to & Troubleshooting 11 years, 9 months ago
<code>
< a href =”hxxp://example.com/members/MEMBER_NAME”>MyProfile</a></code>
? -
danbpfr replied to the topic Using BP Member Profile Data outside members section in the forum How-to & Troubleshooting 11 years, 9 months ago
query_posts($query_string . '&author='. $user_id);
-
danbpfr replied to the topic Using BP Member Profile Data outside members section in the forum How-to & Troubleshooting 11 years, 9 months ago
Try this
<code>$current_user = wp_get_current_user();
$current_user_id = $current_user->ID;
bp_profile_field_data( array('user_id'=>$current_user_id,'field'=>'About me' ));</code> -
danbpfr replied to the topic Which file to locate Generic button (private message, public, Mention) in the forum How-to & Troubleshooting 11 years, 9 months ago
you may found these kind of information in the language pot file
#: bp-messages/bp-messages-template.php:657
msgid “Private Message”#: bp-activity/bp-activity-template.php:2430
msgid “Public Message”etc
-
danbpfr replied to the topic Displaying profile field name in Member Loop in the forum How-to & Troubleshooting 11 years, 9 months ago
p means paragraph, so it’s normal you have two lines instead one.
Use span inside p
<p><strong>Type of Cancer: </strong><span style=”color: #736B6E;”></span> <?php bp_member_profile_data( […]
-
danbpfr replied to the topic Question about Customizing Labels, Messages etc in the forum Installing BuddyPress 11 years, 10 months ago
It’s not ok, and not safe.
If you put the mo file into bp-languages folder, it will be erased at the next BP update. This folder only exist to provide the release pot file needed to update your existing […]
-
danbpfr replied to the topic Codex Posting in the forum Miscellaneous 11 years, 10 months ago
@johnjamesjacoby, @modemlooper,
one of you decided finally to erase my contributions to the codex. Well ! I invited you to do so if necessary.
But a private message explaining me your decision would have been […] -
danbpfr replied to the topic How to get profile field that are set to friend views only? in the forum How-to & Troubleshooting 11 years, 10 months ago
Sorry, i’m not a mysql teacher 😉
-
danbpfr replied to the topic Codex Posting in the forum Miscellaneous 11 years, 10 months ago
ok, message received.
So feel free to delete or move the tips i added today. 😉
But if it’s not that important, can i suggest to remove the whole tips, tricks and code snippet page from the Codex ?
Even […] -
danbpfr replied to the topic How to get profile field that are set to friend views only? in the forum How-to & Troubleshooting 11 years, 10 months ago
wp_usermeta
wp_options
-
danbpfr replied to the topic How to get profile field that are set to friend views only? in the forum How-to & Troubleshooting 11 years, 10 months ago
-
Chouf1 updated the Adding video on profile page, on the BuddyPress Codex 11 years, 10 months ago
Usage
version: BP 1.6.4 (untested on previous version)
in: bp-custom.php
Tip courtesy by @modemlooper 😀How to use: create a new multiselect text field and name it as you want. In the code below, replace […]
-
Chouf1 updated the Removing an item from the user menu page, on the BuddyPress Codex 11 years, 10 months ago
Usage
version: BP 1.6 and probably previous too !
in: functions.phpThis will remove a menu item from top right Toolbar user menu
! the example given below removes only the forum favorite item -
Chouf1 updated the Remove or replace the SWA post exerpt trailing part page, on the BuddyPress Codex 11 years, 10 months ago
Usage
version: BP 1.6.3
in: bp-custom.phpTo replace the trailing part with yours, remove the ‘xxx’ and add your own ‘tadaaaaa’ !
-
Chouf1 updated the Getting rid of the Howdy page, on the BuddyPress Codex 11 years, 10 months ago
Usage
version: wp; bp;
in: functions.phpIn some circumstance, Howdy could be to familiar on a community toolbar. You can change this from within a language file of course, but what to do if you want […]
-
Chouf1 updated the Allowing HTML tags in the group description page, on the BuddyPress Codex 11 years, 10 months ago
Usage
version: 1.5 and above
in: functions.phpIf you are super-admin or the only one who create groups on your BuddyPress, you may want to style a bit your groups description. This can be done be removing […]
-
Chouf1 updated the Modifying the topic post date format page, on the BuddyPress Codex 11 years, 10 months ago
Usage
version: 1.6.4 and probably some previous too !
in: functions.phpThe only thing you have to modify to fit what you want is the ‘M d,Y’ part. The example ouput below is JAN 15, 2013
For other […]
-
Chouf1 updated the Changing the Toolbar user menu order page, on the BuddyPress Codex 11 years, 10 months ago
Usage
version: 1.5 and above
in: functions.php
How it works: copy/paste the line containing the item you want to change places, then change the display order number accordingly.
e.g. 10, 20, 30,…. but not […] -
Chouf1 updated the Remove random visit menu from admin bar page, on the BuddyPress Codex 11 years, 10 months ago
Usage
version: all
in: functions.php -
Chouf1 updated the Redirect BP group to forum tab rather than activity tab page, on the BuddyPress Codex 11 years, 10 months ago
Usage
version: BP 1.5 and above
in: functions.php - Load More
@chouf1
Not recently active