Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-11-2003, 11:57 AM
imported_Sasuke imported_Sasuke is offline
 
Join Date: Mar 2003
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default [PROBLEM] forumdisplay_threadslist

How can I fix the following problem?
I want the bottom options going from the left to the right side and not centered like it's shown in the attachment.
Attached Images
File Type: gif bottom.gif (3.2 KB, 0 views)
Reply With Quote
  #2  
Old 05-11-2003, 12:07 PM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Check the <td> of that tag in that template for any align="center"
Reply With Quote
  #3  
Old 05-11-2003, 12:29 PM
imported_Sasuke imported_Sasuke is offline
 
Join Date: Mar 2003
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tony
Check the <td> of that tag in that template for any align="center"
After removing them the whole options are fixed to the left instead of going from the left side to the right.

Quote:
<script language="Javascript">
function who(threadid) { window.open("misc.php?s=$session[sessionhash]&action=whoposted&threadid="+threadid, "whoposted", "toolbar=no,scrollbars=yes,resizable=yes,width=230 ,height=300"); }
</script>
<!-- topic table -->
<form action="forumdisplay.php" method="get">
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr bgcolor="{tableheadbgcolor}" id="cat" align="center">
<td bgcolor="{tableheadbgcolor}" nowrap colspan="3"><smallfont>
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="forumid" value="$forumid">
<input type="hidden" name="pagenumber" value="$pagenumber">
<a href="$sorturl&sortorder=asc&sortfield=title"><fon t color="{tableheadtextcolor}"><b>Thema</b></font></a> $sortarrow[title]</smallfont></td>
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont><a href="$sorturl&sortorder=asc&sortfield=postusernam e"><font color="{tableheadtextcolor}"><b>Erstellt von</b></font></a> $sortarrow[postusername]</smallfont></td>
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont><a href="$sorturl&sortorder=desc&sortfield=replycount "><font color="{tableheadtextcolor}"><b>Antworten</b></font></a> $sortarrow[replycount]</smallfont></td>
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont><a href="$sorturl&sortorder=desc&sortfield=views"><fo nt color="{tableheadtextcolor}"><b>Hits</b></font></a> $sortarrow[views]</smallfont></td>
$threadrating
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont><a href="$sorturl&sortorder=desc&sortfield=lastpost"> <font color="{tableheadtextcolor}"><b>Letzter Beitrag</b></font></a> $sortarrow[lastpost]</smallfont></td>
</tr>
$announcement
$forumdisplaybits
<tr id="cat">
<td bgcolor="{tableheadbgcolor}" width="100%" colspan="8"><smallfont color="{tableheadtextcolor}">
<nobr>
<b>Zeige Themen $limitlower bis $limitupper von $totalthreads, sortiert nach </b>
<select name="sortfield">
<option value="title" $sort[title]>Betreff</option>
<option value="lastpost" $sort[lastpost]>letztem Beitrag</option>
<option value="replycount" $sort[replycount]>Anzahl an Antworten</option>
<option value="views" $sort[views]>Anzahl an Hits</option>
<option value="postusername" $sort[postusername]>Name des Autors</option>
$threadrateoption
</select>
</nobr><nobr>
<b>in</b>
<select name="sortorder">
<option value="asc" $order[asc]>aufsteigender</option>
<option value="desc" $order[desc]>absteigender</option>
</select>
<b>Sortierung, </b>
<select name="daysprune">
<option value="1" $daysprunesel[1]>des letzten Tages</option>
<option value="2" $daysprunesel[2]>der letzten 2 Tage</option>
<option value="5" $daysprunesel[5]>der letzten 5 Tage</option>
<option value="10" $daysprunesel[10]>der letzten 10 Tage</option>
<option value="20" $daysprunesel[20]>der letzten 20 Tage</option>
<option value="30" $daysprunesel[30]>der letzten 30 Tage</option>
<option value="45" $daysprunesel[45]>der letzten 45 Tage</option>
<option value="60" $daysprunesel[60]>der letzten 60 Tage</option>
<option value="75" $daysprunesel[75]>der letzten 75 Tage</option>
<option value="100" $daysprunesel[100]>der letzten 100 Tage</option>
<option value="365" $daysprunesel[365]>des letzten Jahres</option>
<option value="1000" $daysprunesel[1000]>von Anfang an</option>
</select>$gobutton
</nobr>
</smallfont></td>
</tr>
</table>
</td></tr></table>
</form>

<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="top">
<td><smallfont>$newthreadlink</smallfont></td>
<td><smallfont>$pagenav</smallfont></td>
</tr>
</table>

<br>
<!-- /topic table -->
Reply With Quote
  #4  
Old 05-11-2003, 01:08 PM
FFArmageddon FFArmageddon is offline
 
Join Date: Aug 2002
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

removing them???

I don't thinnk Tony meant for you to delete the <td> tags. He mean't in each <td> put align="center"
Reply With Quote
  #5  
Old 05-11-2003, 01:23 PM
imported_Sasuke imported_Sasuke is offline
 
Join Date: Mar 2003
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Destin
removing them???

I don't thinnk Tony meant for you to delete the <td> tags. He mean't in each <td> put align="center"
The original template has align="center" in it and in this form the whole options are fixed to the center of course. If I remove them then the options are focued to the left.

What I want is that the whole options are going from the left side to the right side.
Reply With Quote
  #6  
Old 05-12-2003, 05:02 AM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not in each one, but the <td> tag used for that line in forumdisplay.
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 01:39 AM.


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.07363 seconds
  • Memory Usage 2,235KB
  • Queries Executed 14 (?)
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
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (1)postbit_attachment
  • (6)postbit_onlinestatus
  • (6)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete