-
danbpfr replied to the topic Ascii Characters in Email in the forum How-to & Troubleshooting 11 years, 7 months ago
When untranslated, obviously, an apostrophe is the same as a single quote, and primes are either a double quote or a single quote. And, when texturized, an apostrophe uses the same HTML entity (& 8 217 ; – without space) as a closing single quote. You may have a desire to translate these, or there may be no need to. That’s f…[Read more]
-
danbpfr replied to the topic Activity Stream On Page in the forum How-to & Troubleshooting 11 years, 7 months ago
which version do you use actually ?
-
danbpfr replied to the topic [Resolved] I do not get my @mentions here on buddypress.org in the forum Installing BuddyPress 11 years, 7 months ago
-
danbpfr replied to the topic [Resolved]Adding "Age" to member directories in the forum Creating & Extending 11 years, 7 months ago
Try this:
change
if(!$user_id)
$user_id=bp_displayed_user_id ();
to simply$user_id=bp_get_member_user_id();
-
danbpfr replied to the topic how to hide member, mention, etc in the forum How-to & Troubleshooting 11 years, 7 months ago
MU aka MS is a WP setting and has no effect on the BP template.
You have to search on this forum, this question was frenquently answered and resolved.
-
danbpfr replied to the topic Unable to delete user in the forum How-to & Troubleshooting 11 years, 7 months ago
this is what i suspected. 😉
Go to your theme support and see if a solution is provided on that forum.
You can also go throught the theme code and try to find the issue, maybe a missing tag probably or you can use another theme.
I wouldn’t recommand you the template pack to do that, because BP 1.7 is a few days/weeks away and would…[Read more] -
danbpfr replied to the topic Social users for blog commenting? in the forum Creating & Extending 11 years, 7 months ago
as BP is “only” a WP plugin, user roles and capabilities are managed by WP. What you’re asking for is in General Settings on your dashboard.
-
danbpfr replied to the topic Activity post form on profile page in the forum How-to & Troubleshooting 11 years, 7 months ago
this is by default on BP 1.7 !
Profile > activities > the form is here !
Go to testbp.org to test yourself.
Sorry, but i don’t use status updates since 1.5.6….
-
danbpfr replied to the topic Moving group status updates in the forum How-to & Troubleshooting 11 years, 7 months ago
status updates (notices) are stored in the bp-activities table.
I don’t know how you can really move them from a group to another, tables relations are a bit complex.
https://buddypress.org/support/topic/what-are-mptt_right-and-mptt_left-in-bp_activity-table/
You have t ostudie the activites table structure and inspire you from the 2 two plugins…[Read more]
-
danbpfr replied to the topic Unable to delete user in the forum How-to & Troubleshooting 11 years, 7 months ago
which BP version ? WP version ? Theme name ?
Have you the same problem when you try to delete a user from the dashboard ? -
danbpfr replied to the topic Another Custom Post Type in Activity Stream in the forum Showcase 11 years, 7 months ago
Give this a try (not tested)
function activity_publish_custom_post_types( $post_types ) {
$post_types[] = ‘user_images’;
$post_types[]. = ‘my_other_CPT’;
return $post_types; -
danbpfr replied to the topic Filter out new_avatar in activity 1.7 in the forum Installing BuddyPress 11 years, 7 months ago
For sure ! Copy/pasting from this forum is a mess.
You have to change the quotes to straight quotes. That’s all.
-
danbpfr replied to the topic Filter out new_avatar in activity 1.7 in the forum Installing BuddyPress 11 years, 7 months ago
depends what exactly you want to remove, they’re 2 separate instances. Use one or both.
try this, into your custom functions.php
remove_action( ‘bp_register_activity_actions’, ‘xprofile_register_activity_actions’ );
remove_action( ‘xprofile_avatar_uploaded’, ‘bp_xprofile_new_avatar_activity’ );source:…[Read more]
-
danbpfr replied to the topic Translation Problem file in the forum How-to & Troubleshooting 11 years, 7 months ago
again:
Probably because you don’t the right thing to translate.
You edit with which tool ?Give a name please….
There are several tools and i have no time to loose to search about basic infos YOU can provide.
Anyway i wouldn’t trust online translation plugins. Preferably use poEdit on local and transfer your po/mo by F…[Read more] -
danbpfr replied to the topic Translation Problem file in the forum How-to & Troubleshooting 11 years, 7 months ago
Probably because you don’t the right thing to translate.
You edit with which tool ? -
danbpfr replied to the topic Profile and Setting not shown in the forum Showcase 11 years, 7 months ago
apply this css rule to the concerned ul
list-style-type: none; -
danbpfr replied to the topic linking from php file in the forum How-to & Troubleshooting 11 years, 7 months ago
can you pubish the whole code you try to use on pastebin.com please ?
-
danbpfr replied to the topic Activity time stamp in the forum How-to & Troubleshooting 11 years, 7 months ago
Search in BP’s files for “time” & “date” and also in WP and you will perhaps understand why this is not simple to modify for only one component (profile)
Maybe creating a custom function will do that, but i don’t know how to do that. -
danbpfr replied to the topic Translation Problem file in the forum How-to & Troubleshooting 11 years, 7 months ago
buddypress-nl_NL.mo must be in wp-content/languages
Po file is for translating. It’s a working file.
Mo file is for translation throught php gettext. Only the mo is mandatory, not the po or the pot
Once you finish the translation of a po file, you need to compile it to mo format with poEdit. (or equivalent tool) -
danbpfr replied to the topic Activity time stamp in the forum How-to & Troubleshooting 11 years, 7 months ago
im new to php: bad point, sorry for you.
Your idea maybe honorable. but as a php beginner, you preferably start training with something easier
If you could help me with altering the code or adding some custom code
I won’t change WP Core at your place. - Load More
@chouf1
Not recently active