Hi to all I'm a newbie of bbpress and bbshowcase too.
I've installed the theme Crystal on my http://www.fantadoc.net/bbpress and I'm not able to see users' avatars though in the WP site integrated (www.fantadoc.net)with the forum I'm able to do that,
What am I doing wrong?
Any suggest?
bbPress ShowcasebbPress Showcase
bbPress Showcase » Plugins by _ck_
-
Posted 2 years ago #
-
I believe Crystal theme was made before gravatars were built into bbpress.
It should be easy to fix.
Look at the
post.phptemplate in the kakukei default theme.Then look at the
posts.phptemplate inside of crystal.Your
posts.phpis probably missing the avatar part here:<div class="threadauthor"> <?php post_author_avatar(); ?>So copy that
post_author_avatarinto your template.Posted 2 years ago # -
You're right:
My Crystal's post.php contains:
<div class="threadauthor">
<p><?php post_author_link(); ?>
<small><?php post_author_title(); ?></small></p>
</div>This night will substitute with
<div class="threadauthor">
<?php post_author_avatar(); ?>
<p><?php post_author_link(); ?>
<small><?php post_author_title(); ?></small></p>
</div>and then I'll tell you.
Meanwhile thanks for your patience and help.Gianluca
Posted 2 years ago # -
Wonderful, it works.
Now I have an another problem with another plugin (tinymce), only a few buttons or features are shown but I don't know if this is the right place to post it.
Thanks for your helpPosted 2 years ago # -
I don't use or support TinyMCE, sorry.
I actually recommend against it because of it's incredible bulk.Posted 2 years ago # -
Can you suggest me another WYSIWYG editor please me?
Posted 2 years ago # -
Unfortunately I cannot. They are all terrible as far as performance/size
(though I have not researched any alternatives recently, so who knows)
Posted 2 years ago #
RSS feed for this topic
Post a reply to “Avatar problem”
You must log in to post.