Forum Replies Created
-
a possible bug ? Huh! Could also be a PBCK 😉
https://buddypress.org/support/topic/when-asking-for-support-2/Willkommen !
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/@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 the latest was solved 6 month ago…
https://buddypress.trac.wordpress.org/changeset/6489it 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 OK
https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/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>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@tessier,
please read here, then answer, so we can help you further
https://buddypress.org/support/topic/when-asking-for-support-2/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 class=”myinfo”>’. $membername.’ CLASS: ‘. $data .'</div>’;return $myinfo;
}I’m a newbie to php (me also) – this is not an excuse especially when you’re going to code on the fly without reading documentation and forum topics.
What you doing wrong 😉
– You’re coding directly into your theme
– You don’t read the answers you receive and you don’t answer the questions.@mercime, gracias corazon ! 😉
hi all,
when you installed BP have you also changed the permalinks ? You have to change this to something other than default.
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 you use.
‘Displaying values on the theme’s navbar‘ is not enough, sorry !
@famous, i simply copy/paste it directly in the textarea without using any tag or attribute
Try this if you’re on 1.7 – 150 is the avatar full size
<?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; ?>
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:
check your avatar settings on WP first. By default it should be Mystery Man ( i would recommend to let this setting as is). If you activate Gravatar, your site will bind with Gravatar first. User that have no Gravatar account will then have a Mystery Man avatar instead.
This is pureWP admin stuff.
BP handles avatars on a member basis in a slightly different manner. Each user can change/upload his avatar from within his profile.
You’re using Salutation, a third party theme which is IMO complicated to use with BP, because it is a bit away from the WP theme standards.
You also use an old avatar plugin, which wasn’t updated since sept. 2011. So if you use WP 3.5.1 and BP 1.6.5 or 1.7, i doubt that this plugin will work correctly. https://wordpress.org/extend/plugins/simple-local-avatars/
Let me suggest you this one: https://wordpress.org/extend/plugins/bp-avatar-suggestions/
It’s not Mystery Man, it’s not Gravatar, but it handles your own avatar pictures or let your user free to choose there personnal one. And the plugin is working with Salutation and with BP 1.7 too.
@giannisff, σας ευχαριστώ !
@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 😉Thank you @bphelp
Thank you @charise
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 usable with 1.7, unless someone wants to update it.
But don’t expect that buddydrive will comme with more features. He’s intended to stay simple and used as a file MANAGER, not to became one day a file EDITOR