MyBB Community Forums

Full Version: Adding a Picture in this Way
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Dears, I have just seen http://cgamer.totalh.com/forums/index.php forum and quite impress about his editing the theme and templates,
I have to ask , that Can som body tell me how to place a picture in Whos online box, as well as adding a pictuure in Group Legend Box, and others etc like he does in his forum,
Please Help
also he edit posts and threads column and Last post column in the bottom of these
and adding a moderatot listing column as a separate,
Very nice and good to see,
Please...Smile
Do you know how to do tables? It should be a pretty easy addition, it looks like all he did was add an extra column to each display. Don't forget that you can always view the source to see his coding.
yes Brad i know making themed table, but not knowing how to add a column to separate
the two halves,
Thanks for reply Brad , and off course trying to help me Toungue
It's just another td next to the current one

if you can't figure it out i'll give it a shot tomorrow
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>Heading</strong></td></tr>
<td class="tcat"><span class="smalltext"><strong>Sub Heading</strong></span></td>
<tr><td class="trow1">
Content
</td></tr>
</table>

so this is the code of themed table, so where td should be placed,