-
danbpfr replied to the topic How to add a link to Friends Tab subnav in the forum How-to & Troubleshooting 11 years, 6 months ago
And no theme ?
-
danbpfr replied to the topic Buddypress Profile pics, and sidebar profile in the forum How-to & Troubleshooting 11 years, 6 months ago
Please give more details before asking for help !
https://buddypress.org/support/topic/when-asking-for-support-2/BP use the standart WP process to upload pictures. The default user avatar is set in the WP settings > discussion where you can choose between different avatar services. The default avatar shipped by BP is Mystery Man.
When a custom…[Read more]
-
danbpfr replied to the topic Buttons Overlay and favorites in the forum How-to & Troubleshooting 11 years, 6 months ago
read this first please:
https://buddypress.org/support/topic/when-asking-for-support-2/Your problem seems to sit into your custom theme. Read on codex about templates.
-
danbpfr replied to the topic Custom Slugs Not Working in either wp-config.php or bp-custom.php in the forum How-to & Troubleshooting 11 years, 6 months ago
read here first: https://buddypress.org/support/topic/when-asking-for-support-2/
-
danbpfr replied to the topic Possible bug – last_activity missing in the forum How-to & Troubleshooting 11 years, 6 months ago
hi @rypo73,
wow ! That’s not a web site you have, but a plugin plant !
39 + BP = 46 plugins, aïe aïe aïe caramba 😀
I suspect you have a setting somewhere who exclude admins from some process. But because suspition is not knowledge, you have to over test anything.Revert back to a standart install first: WP + BP 1.7.1 with bp-default theme. An…[Read more]
-
danbpfr replied to the topic Possible bug – last_activity missing in the forum How-to & Troubleshooting 11 years, 6 months ago
a possible bug ? Huh! Could also be a PBCK 😉
https://buddypress.org/support/topic/when-asking-for-support-2/ -
danbpfr replied to the topic Page titles are broken since 1.7 in the forum How-to & Troubleshooting 11 years, 6 months ago
Willkommen !
-
danbpfr replied to the topic bb-config.php file is missing in the forum Installing BuddyPress 11 years, 6 months ago
hi @kukac7 !
with BP 1.6.5 some settings have changed while using forums and bbpres 2.2
Read here for specifics about this version and bbpress migration:
https://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/ -
danbpfr replied to the topic Activity time in the forum How-to & Troubleshooting 11 years, 6 months ago
@fernon,
be more specific please !
i’ve seen in other topics that this is a bug in Buddypress. URL ?Problem can be theme related. Which theme do you use ?
There’re only few tickets about timestamp bugs.
https://buddypress.trac.wordpress.org/search?changeset=on&milestone=on&ticket=on&wiki=on&q=activity+timestamp&page=1&noquickjump=1
One of t…[Read more] -
danbpfr replied to the topic Groups slugs problem because of my language in the forum How-to & Troubleshooting 11 years, 6 months ago
it seem that you’re working on a local install.
Maybe your local settings for php are not correct. First of all, check MAMP or WAMP or what else, if php gettext module is loaded.
Check also that your wp-config file contains your language definition (wp_lang bg_BG)
You may also read here, if previous things are…[Read more] -
danbpfr replied to the topic Page titles are broken since 1.7 in the forum How-to & Troubleshooting 11 years, 6 months ago
hallo @mqlte,
you use BP 1.7, V12 theme and bp-template pack
You don’t need the template pack with 1.7Verify the header.php file in the active theme who must contain in the head section
<title><?php wp_title( ‘|’, true, ‘right’ ); bloginfo( ‘name’ ); ?></title> -
danbpfr replied to the topic [Resolved] How do I make a sticky wall update? in the forum How-to & Troubleshooting 11 years, 6 months ago
Hi all, @djpaul, @mercime, @hnla, @r-a-y, @boonebgorges
that’s now possible with BP 1.7 and bbP 2.3.1 as standalone forum.
https://github.com/imath/activity-sticker
Video demo: http://vimeo.com/65053701 -
danbpfr replied to the topic Register new member not working in the forum How-to & Troubleshooting 11 years, 7 months ago
@tessier,
please read here, then answer, so we can help you further
https://buddypress.org/support/topic/when-asking-for-support-2/ -
danbpfr replied to the topic Display a value of a particular custom profile field in the forum How-to & Troubleshooting 11 years, 7 months ago
here’s a untested function. Would perhaps output the member name and the Class he belongs
function bpfr_member_class($myinfo) {
global $bp;$user_id = bp_get_member_user_id();
$membername = xprofile_get_field_data( ‘Name’, $user_id );
$data = xprofile_get_field_data( ‘Class’, $user_id );if( $data )
$myinfo = ‘<div…[Read more] -
danbpfr replied to the topic bp-fr.net, the french buddypress community in the forum Showcase 11 years, 7 months ago
@mercime, gracias corazon ! 😉
-
danbpfr replied to the topic Register new member not working in the forum How-to & Troubleshooting 11 years, 7 months ago
hi all,
when you installed BP have you also changed the permalinks ? You have to change this to something other than default.
-
danbpfr replied to the topic Display a value of a particular custom profile field in the forum How-to & Troubleshooting 11 years, 7 months ago
you coded it wrong, and we don’t know where you coded it. The mentionned elements i give you should be into a function, and depending where it must appear, you have to add or alter an existing filter.
I can’t help you more because you don’t give any details for what you exactly want to do so , on witch theme (name?) and BP version…[Read more]
-
danbpfr replied to the topic Do not show unless logged in in the forum Creating & Extending 11 years, 7 months ago
@famous, i simply copy/paste it directly in the textarea without using any tag or attribute
-
danbpfr replied to the topic Do not show unless logged in in the forum Creating & Extending 11 years, 7 months ago
Try this if you’re on 1.7 – 150 is the avatar full size
<code>`
<?php if ( is_user_logged_in() ) : ?>
<div> blah </div> <!– div1 ->
<?php echo ‘<strong>’ . get_avatar( $item[‘user_id’], ‘150’ ) . ‘ ‘ . bp_core_get_userlink( $item[‘user_id’] ) . ‘</strong>’; ?>
<div> blah </div> <!– div2 ->
<?php endif;…[Read more]
- Load More
@chouf1
Not recently active