Insert avatar in threadstarter post as well as followup posts
-
I’m editing the edubb theme. If I make the avatar the size I want, then the post area gets shoved downwards. Therefore I edited the post.php to look like this:
<div class="post-author"><?php post_author_link(); ?></div>
<b><div class="post-author"><?php post_author_avatar_link(); ?></div></b>
<div class="post-date"><?php post_author_title(); ?></div>
<div class="post-date"><?php printf( __('Posted %s ago'), bb_get_post_time() ); ?> <a>">#</a> <?php post_ip_link(); ?> <?php post_edit_link(); ?> <?php post_delete_link(); ?><?php if (function_exists('report_post_link')) : ?> <? report_post_link(); ?><?php endif; ?></div>
<div class="post-text">
<?php post_text(); ?>
</div>by adding the post_author_avatar_link to line 2.
It works pretty well but the problem is that the avatars show up where I want them to ONLY in the reply posts, but not in the threadstarter post. Can anyone help me figure out where/how to edit the beginning post of the thread?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.