changing columns order on FORUMHOME

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sensimilla
    Senior Member
    • Sep 2004
    • 264
    • 3.8.x

    changing columns order on FORUMHOME

    I'd like to have number of threads and posts columns between forum name and last post columns, so said in the middle.... I guess its just one teplate edit but I dont want to mess with it...
    Anyone to help ? TIA

    sensimilla
    StylWolny.pl - Polskie Forum Dyskusyjne | guziki wieszaki producent - Bonetti.pl
    Join Tattoo Group Now
  • feldon23
    Senior Member
    • Nov 2001
    • 11291
    • 3.7.x

    #2
    It's 3 template edits. I also made this change. Having the last post info wedged in the middle seems absurd to me. It should be on the right side.

    FORUMHOME
    Code:
        <tr align="center">
          <td class="thead">&nbsp;</td>
          <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead">$vbphrase[threads]</td>
          <td class="thead">$vbphrase[posts]</td>
    [COLOR=Red]      <td class="thead" width="175">$vbphrase[last_post]</td>[/COLOR]
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead">$vbphrase[moderator]</td>
          </if>
        </tr>
    forumhome_forumbit_level1_post
    Code:
            <td class="alt1">$forum[threadcount]</td>
            <td class="alt2">$forum[replycount]</td>
            [COLOR=Red]<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>[/COLOR]
            <if condition="$vboptions['showmoderatorcolumn']">
            <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
    forumhome_forumbit_level2_post
    Code:
        <td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
        <td class="alt1">$forum[threadcount]</td>
        <td class="alt2">$forum[replycount]</td>
    [COLOR=Red]    <td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
    [/COLOR]    <if condition="$vboptions['showmoderatorcolumn']">
        <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
    Last edited by feldon23; Mon 9 Jan '06, 9:08am.

    Comment

    • sensimilla
      Senior Member
      • Sep 2004
      • 264
      • 3.8.x

      #3
      Thanks alot feldon23, I will give it a try.

      worked like a charm, thanks!
      Last edited by sensimilla; Mon 9 Jan '06, 11:40pm.
      StylWolny.pl - Polskie Forum Dyskusyjne | guziki wieszaki producent - Bonetti.pl
      Join Tattoo Group Now

      Comment

      • feldon23
        Senior Member
        • Nov 2001
        • 11291
        • 3.7.x

        #4
        It would be so wonderful if there was a condition or hook somewhere where we could specify the order of the columns. I don't know how complicated that would be though.

        Comment

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