vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Forum Display tweak help needed (https://vborg.vbsupport.ru/showthread.php?t=116558)

dark_landz 05-24-2006 02:14 PM

Forum Display tweak help needed
 
Hello all,

Excuse me if this has been asked before, but since english is not my native language i tried a search and got overwhelmed with results but i couldn't find it.

I have include a screenshot, that will make it all clear ...

Problem is that i want the red area's removed, i checked the forum display template code but didn't find it.

Any help would be greatly appreciated.

Another questions, if you're new to customizing/modding vbulletin i find it hard where to find the code for what section in the templates. (like the problem i have stated above) ...

Is there som kind of documentation that shows where everything is ?

Screenshot of the problem

Rich 05-24-2006 04:54 PM

You overlooked it.

In FORUMDISPLAY Find:

HTML 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">$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>
                        <td class="smallfont" style="padding-right:6px">$vbphrase[sorted_by]</td>
                        <td><select name="sort">
                                <option value="title" $sort[title]>$vbphrase[thread_title]</option>
                                <option value="lastpost" $sort[lastpost]>$vbphrase[last_post_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-right:6px; padding-left:12px">$vbphrase[sort_order]</td>
                        <td><select name="order">
                                <option value="asc" $order[asc]>$vbphrase[ascending]</option>
                                <option value="desc" $order[desc]>$vbphrase[descending]</option>
                        </select></td>
                </tr>
                <tr>
                        <td class="smallfont" style="padding-right:6px">$vbphrase[from_the]</td>
                        <td><select name="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>
                        <td colspan="2" align="$stylevar[right]"><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 -->

REMOVE IT or comment it out. That will remove the Display Options.

Now find:

HTML Code:

<if condition="$show['threadslist']">$forumrules</if>
REMOVE IT or comment it out. That will remove the Posting Rules.

dark_landz 05-24-2006 04:56 PM

Thank you very much !

Rich 05-24-2006 04:58 PM

No problem. Glad I could help.


All times are GMT. The time now is 07:39 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01096 seconds
  • Memory Usage 1,753KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete