how to remove the display option?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tunedTECH
    Senior Member
    • Apr 2009
    • 152
    • 3.8.x

    how to remove the display option?

    on each of my forum display view at the bottom page i have display option that show each time and want to completely remove it. how can i do this and where can i find the code to delete it?
    thanks in advance.
    http://tunedtech.ca/images/Integra.gif
    Car Blog and Forum community for all the Tuners & Enthusiasts. :cool:
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24358
    • 5.7.X

    #2
    Edit FORUMDISPLAY template and remove this code:

    Code:
    <!-- Active Users in this Forum (and sub-forums) and Moderators -->
    <form action="forumdisplay.php" method="get">
    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="f" value="$forumid" />
    <input type="hidden" name="page" value="$pagenumber" />
    <input type="hidden" name="pp" value="$perpage" />
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
     <td class="tcat">$vbphrase[display_options]</td>
     <if condition="$show['activeusers']">
     <td class="tcat" nowrap="nowrap">$vbphrase[currently_active_users]</td>
     </if>
     <if condition="$show['moderators']">
     <td class="tcat">$vbphrase[moderators]</td>
     </if>
    </tr>
    <tr>
     <td class="thead"><phrase 1="$limitlower" 2="$limitupper" 3="$totalthreads">$vbphrase[showing_threads_x_to_y_of_z]</phrase></td>
     <if condition="$show['activeusers']">
     <td class="thead">$totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_y_guests]</phrase>)</td>
     </if>
     <if condition="$show['moderators']">
     <td class="thead">$vbphrase[moderators] : $totalmods</td>
     </if>
    </tr>
    <tr valign="top">
     <td class="alt1">
      <table cellpadding="0" cellspacing="1" border="0">
      <tr valign="bottom">
       <td class="smallfont" style="padding-$stylevar[right]:$stylevar[cellpadding]px">
        <div><label for="sel_sort">$vbphrase[sorted_by]</label></div>
        <select name="sort" id="sel_sort">
         <option value="title" $sort[title]>$vbphrase[thread_title]</option>
         <option value="lastpost" $sort[lastpost]>$vbphrase[last_post_time]</option>
         <option value="dateline" $sort[dateline]>$vbphrase[thread_start_time]</option>
         <option value="replycount" $sort[replycount]>$vbphrase[number_of_replies]</option>
         <option value="views" $sort[views]>$vbphrase[number_of_views]</option>
         <option value="postusername" $sort[postusername]>$vbphrase[thread_starter]</option>
         <if condition="$show['threadratings']"><option value="voteavg" $sort[voteavg]>$vbphrase[thread_rating]</option></if>
        </select>
       </td>
       <td class="smallfont" style="padding-$stylevar[right]:$stylevar[cellpadding]px">
        <div><label for="sel_order">$vbphrase[sort_order]</label></div>
        <select name="order" id="sel_order">
         <option value="asc" $order[asc]>$vbphrase[ascending]</option>
         <option value="desc" $order[desc]>$vbphrase[descending]</option>
        </select>
       </td>
       <td class="smallfont">
        <div><label for="sel_daysprune">$vbphrase[from_the]</label></div>
        <select name="daysprune" id="sel_daysprune">
         <option value="1" $daysprunesel[1]>$vbphrase[last_day]</option>
         <option value="2" $daysprunesel[2]>$vbphrase[last_2_days]</option>
         <option value="7" $daysprunesel[7]>$vbphrase[last_week]</option>
         <option value="10" $daysprunesel[10]>$vbphrase[last_10_days]</option>
         <option value="14" $daysprunesel[14]>$vbphrase[last_2_weeks]</option>
         <option value="30" $daysprunesel[30]>$vbphrase[last_month]</option>
         <option value="45" $daysprunesel[45]>$vbphrase[last_45_days]</option>
         <option value="60" $daysprunesel[60]>$vbphrase[last_2_months]</option>
         <option value="75" $daysprunesel[75]>$vbphrase[last_75_days]</option>
         <option value="100" $daysprunesel[100]>$vbphrase[last_100_days]</option>
         <option value="365" $daysprunesel[365]>$vbphrase[last_year]</option>
         <option value="-1" $daysprunesel[all]>$vbphrase[beginning]</option>
        </select>
       </td>
      </tr>
      <tr valign="bottom">
       <td class="smallfont" colspan="2">
       <if condition="$prefix_options">
        <div><label for="sel_prefixid">$vbphrase[prefix]</label></div>
        <select name="prefixid" id="sel_prefixid">
         <option value=""$prefix_selected[any]>$vbphrase[any_prefix_meta]</option>
         <option value="-1"$prefix_selected[none]>$vbphrase[no_prefix_meta]</option>
         $prefix_options
        </select>
       <else />
        &nbsp;
       </if>
       </td>
       <td class="smallfont" align="$stylevar[right]" style="padding-top:$stylevar[cellpadding]px">
        <input type="submit" class="button" value="$vbphrase[show_threads]" />
       </td>
      </tr>
      </table>
     </td>
     <if condition="$show['activeusers']">
     <td class="alt1"><div class="smallfont">$activeusers</div></td>
     </if>
     <if condition="$show['moderators']">
     <td class="alt1"><div class="smallfont">$moderatorslist&nbsp;</div></td>
     </if>
    </tr>
    </table>
    </form>
    <!-- End Active Users in this Forum (and sub-forums) and Moderators -->
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • tunedTECH
      Senior Member
      • Apr 2009
      • 152
      • 3.8.x

      #3
      I cant find it, which code do i have to remove to that display option wont show each time!?
      Last edited by tunedTECH; Tue 21 Apr '09, 10:44pm.
      http://tunedtech.ca/images/Integra.gif
      Car Blog and Forum community for all the Tuners & Enthusiasts. :cool:

      Comment

      • Trevor Hannant
        vBulletin Support
        • Aug 2002
        • 24358
        • 5.7.X

        #4
        The code in my post above! Note the comment lines at the start and end of it....:

        <!-- Active Users in this Forum (and sub-forums) and Moderators -->

        and

        <!-- End Active Users in this Forum (and sub-forums) and Moderators -->
        Vote for:

        - Admin Settable Paid Subscription Reminder Timeframe (vB6)
        - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

        Comment

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