-
Henry replied to the forum topic Avatar sizing in the group How-To and Troubleshooting 12 years, 5 months ago
if you post a link to the page that the avatar is on, i’ll be able to tell you which template file to change.
-
Henry replied to the forum topic [Resolved] Apply a class to last entry in activity feed in the group How-To and Troubleshooting 12 years, 5 months ago
I did come up with something to apply a class to every third item in a loop by incrementing a variable on each pass. This was quite straight forward using PHP. Identifying the last item in a loop with PHP isn’t […]
-
Henry replied to the forum topic Avatar sizing in the group How-To and Troubleshooting 12 years, 5 months ago
You can do something like this in your theme:
bp_displayed_user_avatar( ‘type=full&width=100&height=100’ );
-
Henry started the forum topic Create new template which can display member profile fields in the group How-To and Troubleshooting 12 years, 5 months ago
bp_displayed_user_fullname();
bp_get_profile_field_data( ‘field=Location’ );
I am currently using these functions in members/single/member-header.php and they are working great.
However, I just created […]
-
Henry started the forum topic Apply a class to last entry in activity feed in the group How-To and Troubleshooting 12 years, 5 months ago
How could you determine if an entry is the last item in the activity feed? I need to apply the class “last” to it so I can make the entry stand out using CSS.
-
Henry replied to the forum topic Apply a class to last entry in activity feed in the group How-To and Troubleshooting 12 years, 5 months ago
Ah yes, of course! Thanks again Hugo!
-
Henry replied to the forum topic Using filter options dropdown on activity page causes a post form to display under every entry in the group How-To and Troubleshooting 12 years, 6 months ago
Thanks Hugo! I will give it a go
-
Henry replied to the forum topic Using filter options dropdown on activity page causes a post form to display under every entry in the group How-To and Troubleshooting 12 years, 6 months ago
+1 to making global.js less dependent on theme markup. It would be nice to be able to run riot on a new theme and not have to worry about removing any of the default markup.
Also, as BuddyPress is developed […]
-
Henry replied to the forum topic Using filter options dropdown on activity page causes a post form to display under every entry in the group How-To and Troubleshooting 12 years, 6 months ago
We seem to be in the same position and I agree as a developer you really do need to respect the BuddyPress classes and IDs in order for the JS to work properly. I found that out the hard way :}
Anyway, […]
-
Henry started the forum topic Using filter options dropdown on activity page causes a post form to display under every activity en in the group How-To and Troubleshooting 12 years, 6 months ago
http://static.inky.ws/image/2069/image.jpg
My activity feed loads like expected but when I use the filter options to change the content of the activity feed to “updated” items only, I get the post form […]
-
Henry replied to the forum topic Logged in users to be able to view their public facing profile page in the group How-To and Troubleshooting 12 years, 6 months ago
I tried this but it doesn’t seem to work:
if ( ‘public’ == bp_current_item() )
Any ideas?
-
Henry replied to the forum topic [Resolved] Which page loads the single activity page ”entry.php”??? in the group Miscellaneous 12 years, 6 months ago
I was looking for this for ages. Thanks for pointing out.
-
Henry joined the group Miscellaneous 12 years, 6 months ago
-
Henry replied to the forum topic Display number of times an activity feed entry has been favorited in the group How-To and Troubleshooting 12 years, 6 months ago
Thanks for the link. For everyone reading this post, the short answer is it isn’t currently possible (or at least not easy to achieve with the current implementation of BP).
-
Henry started the forum topic Display number of times an activity feed entry has been favorited in the group How-To and Troubleshooting 12 years, 6 months ago
In the activity feed, the “favorite” button lets users mark entries as favorite. How can I display the number of times each entry has been favorited. Eg
Favorite (3)
-
Henry started the forum topic Logged in users to be able to view their public facing profile page in the group How-To and Troubleshooting 12 years, 6 months ago
How can I give logged-in users the opportunity to view their public facing profile page without logging out? I would have thought the following URL would have worked but when I am logged in this page still shows […]
-
Henry started the forum topic Show total friend count on everyone's profile pages in the group How-To and Troubleshooting 12 years, 6 months ago
I’d like my logged out users to be able to go to a member’s profile page and view how many friends they have.
Is this easily done? I’ve been looking though the functions available but cannot find anything.
-
Henry started the forum topic How to remove avatar image from activity feed in the group How-To and Troubleshooting 12 years, 6 months ago
http://static.inky.ws/image/2048/image.jpg
The screenshot above shows an item from my activity feed. How can I remove the small avatar that is in the middle of the feed text? I don’t mean the large avatar on […]
-
Henry replied to the forum topic How to remove avatar image from activity feed in the group How-To and Troubleshooting 12 years, 6 months ago
Brajesh
This is brilliant, never thought of going for a CSS solution. Thanks for the second time today!
-
Henry replied to the forum topic how to detect buddypress-powered page in wordpress environment in the group How-To and Troubleshooting 12 years, 6 months ago
This is probably what you want:
http://pastie.org/3967744 - Load More
@thirstcard
Not recently active