Category column

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Blade-uk
    Senior Member
    • Jan 2004
    • 532
    • 3.7.x

    Category column

    Where you have your main categories, and the what's going on box.

    how can i add a column in there that lines up with forum_old.gif and/or forum_new.gif icons ?

    Cheers,

    Andy
    http://www.eteknix.com/images/misc/vbulletin4_logo.png
    eTeknix.com - http://www.eteknix.com
    eTeknix Forums - http://forums.eteknix.com
  • Blade-uk
    Senior Member
    • Jan 2004
    • 532
    • 3.7.x

    #2
    anyone ?

    all i want to do is add a column lol
    http://www.eteknix.com/images/misc/vbulletin4_logo.png
    eTeknix.com - http://www.eteknix.com
    eTeknix Forums - http://forums.eteknix.com

    Comment

    • Aros
      Senior Member
      • Jun 2002
      • 323
      • 3.7.x

      #3
      Edit FORUMHOME;
      Find:
      Code:
      <!-- icons and login code -->
      <table cellpadding="0" cellspacing="2" border="0" width="100%">
      <tr valign="bottom">
      	<td>
      		<table cellpadding="2" cellspacing="0" border="0">
      		<tr>
      			<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
      			<td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
      		</tr>
      		<tr>
      			<td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
      			<td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
      		</tr>
      		<tr>
      			<td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
      			<td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
      		</tr>
      		</table>
      	</td>
      	<if condition="!$show['guest']">
      		<!-- member logout -->
      		<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]"  onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
      		<!-- end member logout -->
      	</if>
      </tr>
      </table>
      <!-- / icons and login code -->
      Replace with:
      Code:
      <!-- icons and login code -->
      <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
       <tr>
      	<td class="alt1">
      	<table cellpadding="0" cellspacing="0" border="0" width="100%">
      	 <tr>
      		<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
      		<td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
      		<td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
      		<td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
      		<td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
      		<td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
      	 </tr>
      	</table>
      	</td>
       </tr>
      </table>
      
      <if condition="!$show['guest']">
      	<!-- member logout -->
      	<div align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]"  onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></div>
      	<!-- end member logout -->
      </if>
      <!-- / icons and login code -->

      Comment

      • Blade-uk
        Senior Member
        • Jan 2004
        • 532
        • 3.7.x

        #4
        will this give me this result -

        this is what i want -
        Attached Files
        http://www.eteknix.com/images/misc/vbulletin4_logo.png
        eTeknix.com - http://www.eteknix.com
        eTeknix Forums - http://forums.eteknix.com

        Comment

        • Blade-uk
          Senior Member
          • Jan 2004
          • 532
          • 3.7.x

          #5
          yes/no ? lol
          http://www.eteknix.com/images/misc/vbulletin4_logo.png
          eTeknix.com - http://www.eteknix.com
          eTeknix Forums - http://forums.eteknix.com

          Comment

          • Steve Machol
            Former Customer Support Manager
            • Jul 2000
            • 154488

            #6
            Please wait at least 12 hours before bumping your posts. Thanks.
            Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
            Change CKEditor Colors to Match Style (for 4.1.4 and above)

            Steve Machol Photography


            Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


            Comment

            • Aros
              Senior Member
              • Jun 2002
              • 323
              • 3.7.x

              #7
              Not entirely sure what you're trying to tell me with the previously posted Attachment Blade-uk. Clarify?

              Comment

              • Blade-uk
                Senior Member
                • Jan 2004
                • 532
                • 3.7.x

                #8
                That's what i want to make, a column in the strips where there isn't a column

                such as the category strip hasn't got a column.
                http://www.eteknix.com/images/misc/vbulletin4_logo.png
                eTeknix.com - http://www.eteknix.com
                eTeknix Forums - http://forums.eteknix.com

                Comment

                • Blade-uk
                  Senior Member
                  • Jan 2004
                  • 532
                  • 3.7.x

                  #9
                  anyone help ?
                  http://www.eteknix.com/images/misc/vbulletin4_logo.png
                  eTeknix.com - http://www.eteknix.com
                  eTeknix Forums - http://forums.eteknix.com

                  Comment

                  widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                  Working...
                  😀
                  😂
                  🥰
                  😘
                  🤢
                  😎
                  😞
                  😡
                  👍
                  👎