Great modification, I hope nobody minds if I post an add-on to this.
The avatar can be displayed by simply adding an new column and image tag to the template, no need to install the hack reffered to in the instructions. It's pretty easy to figure out, only took me (a newbie at this) a couple minutes.
I only edited the forumhome_logoutcode template
----------------
Find:
----------------
<td width="50%" align="left" valign="top">
<smallfont>Name: <b><a href="usercp.php?s=$session[sessionhash]">$bbuserinfo[username]</a></b><br>
---------------------------------------------------------------------------
Right ABOVE that paste:
----------------
<tr>
<td><img width="75" height="75" src="avatar.php?userid=$bbuserinfo[userid]">
----------------------------------------------------------------------------
Scroll down to the bottom of the template. Right ABOVE this:
--------
</table>
</table>
</table>
</table>
-----------------
Add another one of these theses:
-----------------
</td>
</tr>
-----------------
Of course you can change the height and width of the image tag to anything you want, or get rid of it completely. 75 just happens to work good for me.
|