MyBB Community Forums

Full Version: Show Avatars on Threadlist and Forumlists
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have an issue ... I made everything how was write on readme . i searched a lot on google but , no succes to resolve it . 

Here is the issue : http://prntscr.com/a7hs7b

I don't know why this appaers like this . someone can help me ?
Send me forum url to see it.

You only need to change css values and done !!!

Only on forumlist on other parts works automatic, and i am working on other things right now but when i got time i try to find a way to make it works fine. At the moment only works in this way so you have to be patience.
this is my default code

forumbit_depth2_forum_lastpost


<span class="smalltext">

<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>

<br />{$lastpost_date}<br />{$lang->by} {$lastpost_profilelink}</span>
Image with default code : http://prntscr.com/a7tll1

-----

this is your code

<table border="0">
  <tr>
    <td width="20%" align="left" valign="middle"><span class="smalltext">{$lastpost_profilelink}</span></td>
    <td width="80%" align="left" valign="top">
<span class="smalltext">
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />{$lastpost_date} {$lastpost_time}</span>
   </td>
  </tr>
</table>
Image with your code : http://prntscr.com/a7tmcj
i tryed to mutch things to modify .. and i don't find the solution . i hope this helps you . if not . the community adress is : http://astrogaming.ro
Yes in the fact the code must be change and i set only to default theme, others require some code changes due designers codes.

So, in this cases we would to change manually only css to fox that, i am on phone, and right noe i have to go to work but when i came home i review it and send ypu the changes to fix it.
thank you
Ok i taje a few minutes to go out and well it's an easy job t o do.

Go to admin cp, styles and templates.

Select your style and avatarep.css stylesheet on advanced mode. Go to the end and search for this two styles, and change it values for this...

.avatarep_fd{
margin-left: 10px;
margin-top: -10px;
position: relative;
float: left;
}

.avatarep_fs {
    position: relative;
    font-size: 12px;
    top: 37px;
    left: 76px;
}


This have to work on Mozilla firefox, maybe on others you have to only change margins left and top or position top and left to set as you wish, in this way seems to be fine, but nly change this values as you wish and done !!! Only if appareance does not good for you.


See yah !!!
Thank You so Mutch !

Working : http://prntscr.com/a7wcgc

Thanks Again . Respect For You !