Forum Replies Created
-
In reply to: Ajax Quote (or “Quote Extended”):
I think your website is down, I can’t access it.
In reply to: Change width and height of gravatarsOk, sorry to post again, I found a solution via css, I know it’s not the best solution but it works I guess.
I did this:
img.avatar { border: medium none; width:80px; height:80px; }
In reply to: Change width and height of gravatarsOkay here’s what I did:
I changed:
<?php avatarupload_display(get_post_author_id()); ?>
Into:
<?php avatarupload_display(get_post_author_id($size=80)); ?>
In my post.php (in bb-templates/templatename/)
But since it had only mine avatar with that size, all avatar from other members are showing mine avatar.
I don’t know where to fix that.
In reply to: Change width and height of gravatarsOr do you mean I have to change this code:
<?php post_author_avatar_link(); ?>
Into:
<?php post_author_avatar_link($size:width=80px; height=80px;); ?>
I don’t know exactly how to do that
In reply to: Change width and height of gravatarsHi,
I couldn’t find this anywhere in the code, do you know which file exactly?
I did search within folder via Dreamweaver.
I really would love to have a fixed size for avatar
In reply to: how to inset avatarThanks, this helped me a lot.
In reply to: Avatar Upload in bbPress 1.0Hi,
the avatar upload works now, thanks to you,
but its not showing in my forums or profile
any ideas?
In reply to: phpbb3 -> bbpress converterI managed to convert from phpbb3.0.5 to bbpress 1.0.1, but user’s can’t login, their password isn’t working anymore. I tried the md5 thingy, but it doesn’t seem to help.
In reply to: Avatar Plugin ProblemsI’m having the same problem.