How can I remove the "POSTING RULES" & "FORUM JUMP" from all threads ???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BruZZi
    Member
    • Jan 2005
    • 88

    How can I remove the "POSTING RULES" & "FORUM JUMP" from all threads ???

    The title says all.


    .
  • daemon
    Senior Member
    • Jun 2003
    • 2351
    • 3.5.x

    #2
    Go to:

    Admin CP --> Styles & Templates --> Style Manager --> « » --> Showthread Templates --> SHOWTHREAD

    Find and remove:

    HTML Code:
    	<td class="smallfont" align="$stylevar[left]">
    		$forumrules
    	</td>
    Also find and remove:

    HTML Code:
    		<tr>
    			<td>
    			$forumjump
    			</td>
    		</tr>
    Bugdar: PHP bug tracking software that is beautiful, fast, and robust.

    Comment

    • BruZZi
      Member
      • Jan 2005
      • 88

      #3
      Thanks Daemon.

      Just another question...

      I also wanted to remove them from the FORUMDISPLAY.

      What I did was delete the following:

      HTML Code:
       
      <!-- forum rules & forum jump -->
       
      <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
       
      <tr valign="top">
       
      <td width="100%">
       
      <div class="smallfont">&nbsp;</div>
       
      <if condition="$show['threadslist']">$forumrules</if>
       
      </td>
       
      <td>
       
      $forumjump
       
      <if condition="!$show['popups'] AND $show['adminoptions']">
       
      <br />
       
      <form action="moderator.php" method="get"> 
       
      <input type="hidden" name="s" value="$session[sessionhash]" />
       
      <input type="hidden" name="f" value="$forumid" />
       
      <div class="smallfont"><strong>$vbphrase[admin_tools]</strong>:</div>
       
      <select name="do" onchange="this.form.submit();">
       
      <optgroup label="$vbphrase[admin_tools]">
       
      <option value="modposts" selected="selected">$vbphrase[view_posts_queue]</option>
       
      <option value="modattach">$vbphrase[view_attachment_queue]</option>
       
      <option value="move">$vbphrase[mass_move]</option>
       
      <option value="prune">$vbphrase[mass_prune]</option>
       
      <if condition="$show['addmoderator']">
       
      <option value="addmoderator">$vbphrase[add_moderator]</option>
       
      </if>
       
      </optgroup>
       
      </select>$gobutton 
       
      </form>
       
      </if>
       
      </td>
       
      </tr>
       
      </table>
       
      <!-- / forum rules & forum jump -->
       
       
       
       



      Is that the correct way ???

      Comment

      • daemon
        Senior Member
        • Jun 2003
        • 2351
        • 3.5.x

        #4
        Close, but removing that would also remove the moderator tools for those without JavaScript. Try this:

        Go to:

        Admin CP --> Styles & Templates --> Style Manager --> « » --> Forum Display Templates --> FORUMDISPLAY

        Find and remove:

        HTML Code:
        	<td width="100%">
        		<div class="smallfont">&nbsp;</div>
        		<if condition="$show['threadslist']">$forumrules</if>
        	</td>
        Also find and remove:

        HTML Code:
        		$forumjump
        Bugdar: PHP bug tracking software that is beautiful, fast, and robust.

        Comment

        • BruZZi
          Member
          • Jan 2005
          • 88

          #5
          Got it !!!!!!!!

          Thanks Again Daemon.

          Comment

          • alfaowner
            New Member
            • Oct 2003
            • 27
            • 3.8.x

            #6
            Or you could have just turned forum jump off from Vbulletin Options>General Settings

            Originally posted by daemon
            Close, but removing that would also remove the moderator tools for those without JavaScript. Try this:

            Go to:

            Admin CP --> Styles & Templates --> Style Manager --> « » --> Forum Display Templates --> FORUMDISPLAY

            Find and remove:

            HTML Code:
                <td width="100%">
                    <div class="smallfont">&nbsp;</div>
                    <if condition="$show['threadslist']">$forumrules</if>
                </td>
            Also find and remove:

            HTML Code:
                    $forumjump

            Comment

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