53 pointsSerious WPMU DEV-sterI'm new here
Sabuntu
Member
—
24th February 2010 04:39
Hi there,
it's my 1st post around here, and I've seen the great support you've been doing guys, I'm sure everybody appreciate it like I do.
I went crazy when I 1st came in here. I didn't know from where should I start, I went like a starving homeless who had an invitation to a five stars open buffet, I really found myself in here. Thanks to you guys
I'm using wpmu 2.9.1 which is integrated with bbpress 1.0.2 and Lately I've used edublogs bbpress theme which is excellent and easy to manage but I came across a problem which I tried to search this forum and edublogs forum for an answer but no avails.
my website is brand new so my ID is 1 and no body is using the forum tell now
I registered another Username to look around the difference between admin and regular users and when I tried to reply one of the admin post a freaky error came across and ruined my day so far
Answers from fellow members and edublogs support
Fatal error: Call to undefined function avatar_display_bbpress() in /home/ssmm/public_html/forums/bb-templates/eduBB/topic.php on line 63
I thought at the beginning it's because some plugins, I removed all of them , but the problem still there. where I decided to delete the forum and the database tables and to install it again and the 1st thing is to check that error again, which was waiting for me with many questions marks on my head.
by the way I can start new topics with no problem but when I try to reply them I get this error
I checked the topic.php file but I'm not that smart in PHP coding
I do apology if this issue was risen once ago, but I need help please.
I would really appreciate it.
it's my 1st post around here, and I've seen the great support you've been doing guys, I'm sure everybody appreciate it like I do.
I went crazy when I 1st came in here. I didn't know from where should I start, I went like a starving homeless who had an invitation to a five stars open buffet, I really found myself in here. Thanks to you guys
I'm using wpmu 2.9.1 which is integrated with bbpress 1.0.2 and Lately I've used edublogs bbpress theme which is excellent and easy to manage but I came across a problem which I tried to search this forum and edublogs forum for an answer but no avails.
my website is brand new so my ID is 1 and no body is using the forum tell now
I registered another Username to look around the difference between admin and regular users and when I tried to reply one of the admin post a freaky error came across and ruined my day so far
Answers from fellow members and edublogs support
Fatal error: Call to undefined function avatar_display_bbpress() in /home/ssmm/public_html/forums/bb-templates/eduBB/topic.php on line 63
I thought at the beginning it's because some plugins, I removed all of them , but the problem still there. where I decided to delete the forum and the database tables and to install it again and the 1st thing is to check that error again, which was waiting for me with many questions marks on my head.
by the way I can start new topics with no problem but when I try to reply them I get this error
I checked the topic.php file but I'm not that smart in PHP coding
I do apology if this issue was risen once ago, but I need help please.
I would really appreciate it.
You either need to install our avatars plugin or remove that line of code. Actually I'm not sure that it was even supposed to be in there. Perhaps it slipped in in a later version?
bbpress had gravatar support i think...so there's no need to used plugin.
the gravatar are global recognized avatars as i know..is there any other plugin for global avatar
you refer to..?
Thank you for the fast response, I really appreciate that
yes bbpress support Gravatar but it's not shown in comment system, I wanna display the Gravatar in the comment system (Topic.php) like what shown here without using any plugins.
is there any code to add it to the topic.php to do so!!?
6593 pointsLike some sort of WPMU DEV GodExceptionally helpfulLifetime member
Keeper of the Dark Chocolate
—
24th February 2010 17:59
#
Can you please provide a specific example link please so we can see what's occurring? It may not work but we don;t know what's being outputted. Could be a number of reasons.
Responses (13)
Lead Developer — 24th February 2010 07:52 #
It's come up before:
http://premium.wpmudev.org/forums/topic/avatars-plugin-bbpress-integration
You either need to install our avatars plugin or remove that line of code. Actually I'm not sure that it was even supposed to be in there. Perhaps it slipped in in a later version?
Geeky Developer — 24th February 2010 08:20 #
ahh..i think i missed that part on forum avatar fix.
should had put coditional to check if avatar_display_bbpress() functions exist.
hi sabuntu, please check for a new version with changelog noted this fix later on.
cheers
Member — 24th February 2010 12:37 #
Thank you guys
is there any way to get it work with global recognized avatars , gravatar is active on bbpress I can see that when I checked my profile.
without adding any plugins !!?
Member — 24th February 2010 13:12 #
Sorry for the duplicate posts
Geeky Developer — 24th February 2010 13:50 #
bbpress had gravatar support i think...so there's no need to used plugin.
the gravatar are global recognized avatars as i know..is there any other plugin for global avatar
you refer to..?
Member — 24th February 2010 16:10 #
Thank you for the fast response, I really appreciate that
yes bbpress support Gravatar but it's not shown in comment system, I wanna display the Gravatar in the comment system (Topic.php) like what shown here without using any plugins.
is there any code to add it to the topic.php to do so!!?
Member — 24th February 2010 16:36 #
I tried This CODE but didn't work
<p class="profile-avatar"><?php echo bb_get_avatar( $user->ID ); ?></p>Keeper of the Dark Chocolate — 24th February 2010 17:59 #
Can you please provide a specific example link please so we can see what's occurring? It may not work but we don;t know what's being outputted. Could be a number of reasons.
Member — 24th February 2010 19:28 #
sorry for that, but it was pars error
but Do you suggest something else, please
Founder & CEO — 24th February 2010 23:07 #
There should be a new version on the way soon :)
Founder & CEO — 24th February 2010 23:08 #
BTW:
"I went like a starving homeless who had an invitation to a five stars open buffet,"
Ace :)
Member — 25th February 2010 05:06 #
;) actually i was starving for such supportive website
Thank you guys
Geeky Developer — 25th February 2010 12:56 #
hi Sabuntu
there's no need to edit the template..the theme are gravatar ready
you just need to activate it in settings -> discussion
check show avatar
now the user avatar will used their gravatar profiles.
Become a member