| Author |
Message |
bugsTHoR Involved


Joined: Apr 05, 2006 Posts: 252
|
Posted:
Thu Apr 22, 2010 7:34 am |
|
hi
i wanted some help on how to add boxes inbetween the poster and the joined date , so that i can game ranks forum ranks and awards in the middle section if you look here
the posters name is on the left
you can see the rank is on the right above joined date,
but i would like to have boxes with our own images in the blank space between these 2 points
1. how can i do this in the viewtopic body TPL and whats the code i would need to do to get the right size image placement box/s and link image code i would need to put in ?
does that make sense ! |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
|
Posted:
Thu Apr 22, 2010 9:41 am |
|
It really depends on your viewtopic_body.tpl. If you could post the selected area of code that deals with your username, avatar and rank, it would make it easier to say how the best way to do this is. |
|
|
|
 |
bugsTHoR Involved


Joined: Apr 05, 2006 Posts: 252
|
Posted:
Thu Apr 22, 2010 9:51 am |
|
here you go
| Code: | <tr>
<th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>
<th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
</tr>
<!-- BEGIN postrow -->
<tr>
<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td> |
|
|
|
|
 |
bugsTHoR Involved


Joined: Apr 05, 2006 Posts: 252
|
Posted:
Sat Apr 24, 2010 11:46 am |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
|
Posted:
Sat Apr 24, 2010 1:03 pm |
|
|
|
 |
bugsTHoR Involved


Joined: Apr 05, 2006 Posts: 252
|
Posted:
Wed Apr 28, 2010 11:35 am |
|
sorry puter been in shoplast few days , but i`ll have a play with it and come back to with what works. |
|
|
|
 |
|
|
|
|