...have this?

betrocker

New Member
I have "attach1" on my forum and i want to have "attach2"

what i want is "new" text in new replys instead of classic image and "last post info" like on attachment 2...color table is not so important but it would be nice to have that to...
 

betrocker

New Member
I have manage to do "last post" part by my self :)

it would be nice if someone can tell me how to add "new" text for new replys instead of image and how to put "last post" info in table...

Below is the code used for last post info (forumhome_forumbit_columncell)

Code:
<td class="alt1Active" align="$stylevar[align=left]" id="f$forum[forumid]" width="$column_width">
	<div>
		<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />
		<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
	</div>
	<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['lastpostinfo']"><BR>
<div class="smallfont" align="$stylevar[align=left]">
<div style="clear:both">
Last Post:


$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if></div>
</div>
</if>

prewiew for this code you can see on previous attachment2...
 

betrocker

New Member
Once again i`m looking for some help...

I have forums aranged in columns like on the attachment 1...can someone tell me how to move newpost picture and place it like on attachment 2 or if it`s easyer how to make to "new" text apears on the new posts near by the forum name...please help...
 
Top