Category "Flip"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Stephen Powell
    New Member
    • Jan 2005
    • 9
    • 3.0.6

    Category "Flip"

    Hi all, Just a quick (and I'm sure, easy) question - how do I flip the two category collumns in the preview below so that the red Main Category panel is on the top and the blue Forum panel is below it? So they basically swap places with the other.

    Here's a screenie to help explain:

    Meilleur service client, taux d’interêt et offre de bienvenue ? Trouvez la banque en ligne qui vous convient grâce à notre comparatif/guide et économisez en moyenne 150 euros par an !


    Thanks!
  • serenity
    Member
    • Sep 2003
    • 73
    • 3.6.x

    #2
    go into your FORUMHOME template and cut

    Code:
     <tr align="center">
       <td class="thead">&nbsp;</td>
       <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
       <td class="thead" width="175">$vbphrase[last_post]</td>
       <td class="thead">$vbphrase[threads]</td>
       <td class="thead">$vbphrase[posts]</td>
       <if condition="$vboptions['showmoderatorcolumn']">
       <td class="thead">$vbphrase[moderator]</td>
       </if>
     </tr>
    now go into you forumhome_forumbit_level1_nopost
    and paste it above
    Code:
    <if condition="$childforumbits">
    <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
    $childforumbits
    </tbody>
    </if>
    that should give you the desired effect

    Comment

    • Stephen Powell
      New Member
      • Jan 2005
      • 9
      • 3.0.6

      #3
      Thanks very much serenity for the help serenity, but the Forum/Last Post/Threads panel refuses to "collapse" when I tell it to, any idea how to correct this and make sure it collapses with the entire forumbits area?

      Cheers.
      Last edited by Stephen Powell; Fri 24 Jun '05, 9:01am.

      Comment

      • serenity
        Member
        • Sep 2003
        • 73
        • 3.6.x

        #4
        the part that collapses works fine on my end. where you have "Main Forum" is the part that is supposed to shrink. when you add more forums to the testboard it won't seem like its not working.

        i'll post a screen shot of what i see if you need me to.

        Comment

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