Move the Catagory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SuperD
    New Member
    • Nov 2007
    • 12
    • 3.6.x

    Move the Catagory

    Hi,

    I have the Category looks like pic1 and I want to move it up like it appears in pic2

    Any help would be appreciated! I kept jumping from here to there until I got dizzy


    Thanks
    Attached Files
    Last edited by SuperD; Wed 14 Nov '07, 4:49pm.
  • Onimua
    Senior Member
    • Apr 2005
    • 4572

    #2


    That thread should help.
    Congratulations on the death of vBulletin, Internet Brands.

    Comment

    • SuperD
      New Member
      • Nov 2007
      • 12
      • 3.6.x

      #3
      Originally posted by Onimua
      Thanks for your help, it worked, but this thread is really a hassle because it exists in Quick Tips section and it includes two Quick Tips and this is one of them, I have been in this thread before but because the title of the thread is misleading (and talking only about how to create spaces between each catagory) I did not notice how to move a category, I even followed the instructions from the beggining to the end and made a mess until I finally realized what I am doing, that is in addition that one of the codes that needs to be removed in v 3.6.8 it appears in different place.

      Anyway all I needed to do is adding this blue code first: Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> forumhome_forumbit_level1_nopost

      <tbody>
      <tr>
      <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
      <if condition="$childforumbits">
      <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
      </if>
      <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
      <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
      <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
      </td>
      </tr>

      <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>


      </tbody>
      <if condition="$childforumbits">
      <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
      $childforumbits
      </tbody>
      </if>


      Second : removing this code with red : Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> FORUMHOME (remember this one in ver:3.6.8 as I can see in different place from what is show in the quick tips link above)
      <!-- main -->
      <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
      <thead>
      <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>

      </thead>
      $forumbits
      <tbody>
      <tr>
      <td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
      <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
      <if condition="$vboptions['forumleaders']">&nbsp; &nbsp;
      <a href="showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if>
      </strong></div></td>
      </tr>
      </tbody>

      Finally: removing that code with red (although it worked with me without following this step): Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Display Templates -> FORUMDISPLAY

      </table>
      <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
      <thead>
      <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>

      </thead>
      $forumbits
      </table>


      Thanks for the help and I hope this works for other people like me!
      Last edited by SuperD; Wed 14 Nov '07, 4:49pm.

      Comment

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