I wanted to display the avatar next to the last post on index in my forum. I used the forum-search, and found a thread, where the link to this tutorial: http://www.avacweb.com/t129-user-avatar-variable was posted.
So I inserted the JavaScript in Module HTML und Javascript JAvascript Codes Verwaltung, and edited the template index_box:
The modul "login" is activated and placed at the right side, the width of the right modul column is "0px". In the portal the module is activated too, and at the right side too, but there the width of the right column is 20 per cent.
My browser is firefox 17.0.1
So I inserted the JavaScript in Module HTML und Javascript JAvascript Codes Verwaltung, and edited the template index_box:
- Code:
<center><div class="forum-description">
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
</div></center><br /></td></tr></table>
<div class="forum-sousforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
</span><br />
</td>
<!-- BEGIN forum_link_no -->
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall"><span class="AVATAR">{catrow.forumrow.LAST_POST}</span></span>
</td>
<!---- END OF MODIFICATIONS MADE BY THE FRENCH SUPPORT FORUM ---->
[...]
The modul "login" is activated and placed at the right side, the width of the right modul column is "0px". In the portal the module is activated too, and at the right side too, but there the width of the right column is 20 per cent.
My browser is firefox 17.0.1