Announcement

Collapse
No announcement yet.

centering text on forum main page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • centering text on forum main page

    On my main forum page the "last post" column is bolded. The thread title is aligned left, the last post by is aligned left and the date is aligned right.

    I would like to unbold it and align it all right if possible. I can't seem to find the template to edit though.

  • #2
    Edit this template:

    Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> forumhome_lastpostby

    To remove the bold, remove the red pieces. To change the alignments, make the changes in blue:

    Code:
    <if condition="$show['lastpostinfo']">
    <div class="smallfont" align="$stylevar[[color=blue]right[/color]]">
    	<div style="clear:both">
    		<if condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if>
    		<a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>">[color=red]<strong>[/color]$lastpostinfo[trimthread][color=red]</strong>[/color]</a>
    	</div>
    	<div<if condition="is_browser('ie', 6)"> style="float:$stylevar[[color=blue]right[/color]]"</if>>
    		<phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
    	</div>
    	<div align="$stylevar[right]">
    		$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
    		<a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]#post$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
    	</div>
    </div>
    <else />
    <div class="smallfont" align="$stylevar[right]">
    	$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
    	<a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
    </div>
    </if>

    Comment


    • #3
      See.. this is why I don't mess with free software anymore. WAY better support here.

      Many thanks.

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...
      X