Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-26-2008, 02:34 PM
tercede tercede is offline
 
Join Date: Jun 2003
Location: USA
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default display options template

In forum display template there should be a way to change the look of the table where it says "Display Options" near the bottom of the forum. Obviously its the part of the forum where one can sort threads in different ways.

I can't seem to find the file to edit that part of the template..any help would be appreciated. I have looked inside the forum display template..
Reply With Quote
  #2  
Old 05-26-2008, 03:40 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Go to vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
Reply With Quote
  #3  
Old 05-26-2008, 09:28 PM
PyroNET PyroNET is offline
 
Join Date: Aug 2004
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's in there (In the FORUMDISPLAY template). Look for the comment "<!-- Active Users in this Forum (and sub-forums) and Moderators -->". The table holding the sorting options looks like

Code:
<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>
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:26 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04197 seconds
  • Memory Usage 2,193KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (3)postbit
  • (3)postbit_onlinestatus
  • (3)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete