Forum Replies Created
-
I have made fresh, clean installs of WP 3 as multisite and Buddypress 1.2.5. While everything works OK avatars uploaded at BP are not shown in WP blog, blog comments etc
I posted a demo link at https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-show-bp-avatars-in-wordpress-blogs/
Does the demo version ay buddypress.og works okay with WP multisite blogs – is there any demo?
This bug is actually making Buddypress 1.2.5 unusable.@johnjamesjacoby Yes Buddypress 1.2.5
Anyone please, please ?
See avatar icon of ‘roses’ in []
Then see avatar icon of same ‘roses’ in []
Have you any link of latest BP and latest WP 3 that has got the things working alright ?
Can someone come up with some clue or dirty fix ?
Trying to understand if this solves the BP Avatar not showing in WP MS blogs.
Is not the latest version of BP 1.2.5 ? Or is there BP 1.3 ?
Me having similar problem: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-show-bp-avatars-in-wordpress-blogs/You really are on TV? I will love to watch video clips if you can share.
You did not mention about amazon wish list. It will be nice if it can be tucked
somewhere in the profile pages of developers unless that is strictly against any policy or design.
Thanks again and Cheers !
Hello Manoj!
Thanks a lot for the much needed help!
Can you please point me to an English page that discusses those modifications
as the FAQ page I find is in Chinese.
That’s a great job being done by Jeff ! Many thanks !!
I think in this case why that person, whom I put in my network, will agree to such proposition without being allowed to choose or decline ?
What you suggest is probably “Fans” or “Followers” – I can be a fan of any Mr or Mrs X, for this I do not need consent.
Thus in a social network or in many social networks Friendship can have multiple levels
Friends – the usual buddypress way
Fans – no consent needed
Mutual friends – Common friends
Top friends – whom I choose as top will appear topmost in the friend list always
“Network” in Social nets probably mean what Facebook used to have, several groups having at least one common element belong to a network. For example, groups on ice cream, chocolate, candy, biscuits belong to a “Food” network
Thanks a lot, Jeff.
I understand that it is not a simple tweak. I promise to be patient too.
Thanks a lot for always answering our problems.
@ Hyrxx,
I have searched this for buddypress but not found anything suitable

If any one can provide a tweak kindly, it will help immensely.
I tried with the following.
This gives a row but not grid.
<div class="avatar-block"><table><tr><?php foreach ( (array) $users['users'] as $user ) : ?>
<td><div class="item-avatar">
</div></td>
<?php endforeach; ?></tr></table>
Hi Jeff! Thanks a lot for the detailed examples. I do have Firebug – its a helpful tool
The problem here is how to tell the code to generate the stuff so that the output is in a grid or table-cell pattern. The rest can be then done with css.
Usually the admin interface for many cms has option to define the elements in a block on one of the chosen ways : list, grid etc. Here we do not have that. So css only probably can’t help.
The relevant code is
<div class="avatar-block">
<?php foreach ( (array) $users['users'] as $user ) : ?>
<div class="item-avatar">
</div>
<?php endforeach; ?>
Question is how I tweak the code so that the output is in table-row-column or cell form or grid form ?
This is an unicode issue it seems.
To do the next part I need some detailed docs. Is it there anywhere?
What is available lets the individual bloggers ( who are part of a buddypress-wmu site) choose individual themes for their respective blogs or for their admin areas.
However, if they want to see their buddypress site from a set of exclusive-buddypress themes there seems no way they can do that or the site super admin can allow them to do that.
I read docs as much as I could and searched as much as I can but apparently there seems to be no solution unless someone provides some way around.
Hi Jeff, Thanks a lot. I do not know whether you will be reading this again
I already read those pages in details and tried all the possible things and got NO reply.
I said this above in the link
which is here https://buddypress.org/forums/topic.php?id=2988
I would have been happy if things worked that way and I requested something in the above link. Going by template files is cumbersome but problem is certain words can’t be changed at template level, so I was seeking an way out.
Ha ha. Yes. Sorry.
But this is bugging me so much.
I am just unable to get the things work.
In the meanwhile I found the “codestyling-localization” plug-in which just does
almost the same thing in the picture I depicted.
It generated mo file nicely. Problem is ultimately the changes do not show up …
I tried ‘cleaning’ db with something
UPDATE wp_bp_activity_sitewide SET content = replace(content,' wire:',' wall:');. Still
Thanks James Jacoby for the code.
But very unfortunately this is not working.
Any other things to be done anywhere else ?
Hi DJPaul,
Thanks a lot. I see a plugin by you also

If possible, can you kindly say what search terms
can help me to find for BP
# plugin to show a block of Recent visitors to my blog (with option to show their icons)
# how many times a blog post has been read/hit/clicked
Thanks a lot Jacoby!
Can you kindly post the link of this plug-in for BP?
“”you can select a theme for use on a blog and then turn it’s access off afterwards. It can still be used by the blog that has it selected but takes it out of the themes list for others.””
Hello Burt Adsit !
You understood my problem. Your advice works perfectly OK.
Thats a great tip.
Was it already somewhere – I could not see as far as I read and searched.
Allowedthemes field in Site Admin (super site admin) > Edit blog does not seem to work.
For example, how to enter multiple allowed themes for that blog, separated by commas? or each in a line?
Anyways, the problem is SOLVED.
THANKS a million, Burt Adsit!
This makes the theme unavailable for the main site also.
Example : I want mydomain.com to show bp default theme.
And I want blog owned by/at mydomain.com/blog/abc
not have the ability to choose bp default theme at all.
I also did all the possible things. But this is not working.
Is there any way to hard code alter certain phrases?