vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   [PROBLEM] forumdisplay_threadslist (https://vborg.vbsupport.ru/showthread.php?t=86883)

imported_Sasuke 05-11-2003 11:57 AM

[PROBLEM] forumdisplay_threadslist
 
1 Attachment(s)
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.

Tony G 05-11-2003 12:07 PM

Check the <td> of that tag in that template for any align="center"

imported_Sasuke 05-11-2003 12:29 PM

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 -->

FFArmageddon 05-11-2003 01:08 PM

removing them???

I don't thinnk Tony meant for you to delete the <td> tags. He mean't in each <td> put align="center"

imported_Sasuke 05-11-2003 01:23 PM

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.

Tony G 05-12-2003 05:02 AM

Not in each one, but the <td> tag used for that line in forumdisplay.


All times are GMT. The time now is 03:00 PM.

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.01161 seconds
  • Memory Usage 1,738KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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