You need to log in or create an account to post to this user's Wall.
-
I found this article really useful, especially the part that explains how to hide info when it’s not been filled in:
http://bp-tricks.com/snippets/displaying-certain-profile-fields-on-your-members-profile-page/
-
Towfiqul Islam mentioned @lscaio in the forum topic Share files in user profile and groups menu in the group General Support
@lscaio Here’s the link: http://wordpress.org/extend/plugins/buddypress-docs/
-
Dani mentioned @tjchester in the forum topic Member's wall page shows too much! in the group BuddyBoss Theme
@tjchester – have sent you an email with some results of testing this afternoon.
-
UPDATE:
————
Found out there is a initiator_user_id row in bp_friend table. will this work:
$table3 = $wpdb-prefix.”bp_friends”;$friends_modifier = “OR ( $table.user_id IN ($friend_id_list) AND […]
-
its appearing once in the site-wide activity. The site-wide wall uses this(buddypress/bp-friends/bp-friends-functions.php):
// Record in activity streams for the initiator
friends_record_activity( […] -
Towfiqul Islam mentioned @tjchester in the forum topic Buddyboss Wall Issue in the group BuddyBoss Theme
@tjchester but the earlier version of the wall used this code:
$friends_modifier = “OR ( user_id IN ($friend_id_list) AND type!=’activity_comment’ ) “;Did it show friends activity twice?
-
Dani mentioned @tjchester in the forum topic Member's wall page shows too much! in the group BuddyBoss Theme
@tjchester just seen your email. I’ve been away for a long weekend, first day back at work but will try to do some beta testing later.
-
Towfiqul Islam mentioned @tjchester in the forum topic Notifications not working. in the group BuddyBoss Theme
this feature is not yet included in buddyboss. I looked into it, try to modify the buddyboss_wall.php file but did not have any success.
@tjchester here is a file that you can look for […]
-
I tried to midfy the current buddyboss_wall.php file something like this:
if ($myprofile )
{
$friends_modifier = “OR ( user_id IN ($friend_id_list) AND type!=’activity_comment’ ) […] -
Dani mentioned @tjchester in the forum topic Member's wall page shows too much! in the group BuddyBoss Theme
@tjchester – testing the latest entry.php:
On the face of it, the like feature seems to be working with the new entry.php but comments are now are playing up:
Helena comments on an update via main activity […]
-
Dani mentioned @tjchester in the forum topic Member's wall page shows too much! in the group BuddyBoss Theme
Hi @tjchester
Further to your comments “@everyone (including danitech) please note that if your username is the same as your domain name you will not see activity as it should be.”
Just to let you know, I […]
-
Dani mentioned @tjchester in the forum topic Member's wall page shows too much! in the group BuddyBoss Theme
Hi @tjchester
The comments scenario on my live website when using the latest buddy_boss_wall.php. The visitor is not logged in:
Main Activity Stream – comments are visible:

When viewing a member’s Wall […]
-
Dani mentioned @towfiq in the forum topic Member's wall page shows too much! in the group BuddyBoss Theme
@towfiq – Many thanks for the info, I will look into it and report the bug.
-
Towfiqul Islam mentioned @danitech in the forum topic Member's wall page shows too much! in the group BuddyBoss Theme
@danitech Make sure you have a wordpress.org account and log into this site and submit your bug ticket. Make sure the issue is not caused by Buddyboss.
http://buddypress.trac.wordpress.org/newticket
And […]
-
Dani mentioned @tjchester in the forum topic Member's wall page shows too much! in the group BuddyBoss Theme
Hi @tjchester
Results of testing global.js:
http://www.danitech.co.uk/testing-global-js-2012-02-16.pdf
Dani
-
Dani mentioned @tjchester in the forum topic Member's wall page shows too much! in the group BuddyBoss Theme
Hi @tjchester
Just to let you know I have tested BuddyPress with the default theme and I have managed to replicate issues 2 and 3 from my latest findings without using BuddyBoss so there is definitely an issue […]
-
Dani mentioned @tjchester in the forum topic Member's wall page shows too much! in the group BuddyBoss Theme
Hi @tjchester
I have done some more testing with the wall file … see attached…. I am not 100% sure yet, but it maybe that points 2 and 3 are bugs with […]
-
Dani mentioned @tjchester in the forum topic Member's wall page shows too much! in the group BuddyBoss Theme
If I get a chance later/tomorrow, I will create a new install and log every single activity as I do it and take screenshots of the Walls at various stages to see if we can catch exactly where it goes […]
-
Dani mentioned @tjchester in the forum topic Member's wall page shows too much! in the group BuddyBoss Theme
Hi @tjchester
The plot thickens…
I have deleted my test server and installed from scratch the latest Wordpress/Buddypress/Buddyboss and then uploaded the latest buddy_boss_wall.php.
I have ensured […]
-
Dani mentioned @tjchester in the forum topic Member's wall page shows too much! in the group BuddyBoss Theme
Hi @tjchester
I’ve only had a chance to do about an hour’s testing today but have found the following:
Scenario… DanITech has no friends. Wall contains only DanITech’s activity.
DanITech requests […]
- Load More