Last Post

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Celtic_Mad
    Senior Member
    • Jun 2003
    • 304

    Last Post

    This picture shows what my last post information looks like. I want the 'Welcome' to start on the other side. The arrow shows where I mean.

    Heres the code I used in forum_lastpostby:

    <table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
    <a href="showthread.php?s=$session[sessionhash]&goto=lastpost&forumid=$forum[forumid]">$forum[lastthread]</a>
    <td nowrap><smallfont>$forum[lastpostdate] <font color="{timecolor}">$forum[lastposttime]</font><br>
    by <a href="member.php?s=$session[sessionhash]&amp;action=getinfo&amp;find=lastposter&amp;forumid=$forum[forumid]"><b>$forum[lastposter]</b></a></smallfont></td>
    <td nowrap>&nbsp;<a href="showthread.php?s=$session[sessionhash]&amp;goto=lastpost&amp;forumid=$forum[forumid]"><img src="{imagesfolder}/lastpost.gif" border="0" alt="Go to last post"></a></td>
    </tr></table>

    What can I add or change to this to make it the way I want, thanks!
    Attached Files
  • Vigile
    Senior Member
    • Oct 2000
    • 376

    #2
    Originally posted by Celtic_Mad
    This picture shows what my last post information looks like. I want the 'Welcome' to start on the other side. The arrow shows where I mean.

    Heres the code I used in forum_lastpostby:

    <table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
    <a href="showthread.php?s=$session[sessionhash]&goto=lastpost&forumid=$forum[forumid]">$forum[lastthread]</a>
    <td nowrap><smallfont>$forum[lastpostdate] <font color="{timecolor}">$forum[lastposttime]</font><br>
    by <a href="member.php?s=$session[sessionhash]&amp;action=getinfo&amp;find=lastposter&amp;forumid=$forum[forumid]"><b>$forum[lastposter]</b></a></smallfont></td>
    <td nowrap>&nbsp;<a href="showthread.php?s=$session[sessionhash]&amp;goto=lastpost&amp;forumid=$forum[forumid]"><img src="{imagesfolder}/lastpost.gif" border="0" alt="Go to last post"></a></td>
    </tr></table>

    What can I add or change to this to make it the way I want, thanks!
    <table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
    <td nowrap><a href="showthread.php?s=$session[sessionhash]&goto=lastpost&forumid=$forum[forumid]">$forum[lastthread]</a>
    <smallfont>$forum[lastpostdate] <font color="{timecolor}">$forum[lastposttime]</font><br>
    by <a href="member.php?s=$session[sessionhash]&amp;action=getinfo&amp;find=lastposter&amp;forumid=$forum[forumid]"><b>$forum[lastposter]</b></a></smallfont></td>
    <td nowrap>&nbsp;<a href="showthread.php?s=$session[sessionhash]&amp;goto=lastpost&amp;forumid=$forum[forumid]"><img src="{imagesfolder}/lastpost.gif" border="0" alt="Go to last post"></a></td>
    </tr></table>


    perhaps try that, moving td tag up one line

    Comment

    • trackpads
      Senior Member
      • Aug 2003
      • 486

      #3
      One problem is that the jump icon is in its own column. I created a nested table for it instead and got rid of the last poster, if you want mine let me know.

      -Jason
      sigpic

      Comment

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