поставил форум на сонове стиля...
aciel
вот код стиля FORUMHOME
как сделать, что бы темы создавались вверху...а "кто в онлайн и прочее" было внизу...сколько не пробовал...перебрал весь код этой страницы...ничего не получается...либо остаются пустые поля...либо ничего не пашет.
Спасибо всем кто ответит.
Цитата:
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
$headinclude
</head>
<body>
$header
$navbar
<!-- main -->
<if condition="$show['guest']">
<!-- guest welcome message -->
<div><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></div>
<div><phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase></div><br />
<!-- / guest welcome message -->
</if>
<!-- what's going on box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
<tr>
<td class="tcat" colspan="2"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('all')"><img id="collapseimg_all" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapse_all].gif" alt="" border="0" /></a> $vbphrase[whats_going_on]</td>
</tr>
</tbody>
<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a href="online.php?$session[sessionurl]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
</td>
</tr>
</tbody>
<tbody id="collapseobj_all" style="$vbcollapse[collapseobj_all]">
<tr>
<td class="alt2"><a href="online.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
<td class="alt2" width="100%">
<div class="smallfont">
<div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
<div>$activeusers</div>
</div>
</td>
</tr>
<!-- end logged-in users -->
</if>
<tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="" border="0" /></td>
<td class="alt2"><b>Statistiques :</b>
<div class="smallfont">
<div>$vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers</div>
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
</div>
</td>
</tr>
<if condition="$show['birthdays']">
<!-- today's birthdays -->
<tr>
<td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&day=$today&sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
<td class="alt2"><b>$vbphrase[todays_birthdays] :</b>
<div class="smallfont">$birthdays</div></td>
</tr>
<!-- end today's birthdays -->
</if>
<if condition="$show['upcomingevents']">
<tr>
<td class="alt2"><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td>
<td class="alt2"><if condition="$show['todaysevents']"><b>$vbphrase[todays_events] :<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></b></if>
<div class="smallfont">$upcomingevents</div></td>
</tr>
</if>
</tbody>
<!-- end what's going on box -->
$forumbits
<tbody>
<tr>
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
<a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>
<a href="showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>
</strong></div></td>
</tr>
</tbody>
</table>
<!-- /main -->
<br />
<!-- icons -->
<div class="tborder2" style="padding:4px" align="center" width="100%"><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="" border="0" /> $vbphrase[forum_contains_new_posts] <img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="" border="0" /> $vbphrase[forum_contains_no_new_posts] <img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="" border="0" /> $vbphrase[forum_is_closed_for_posting]</div><br />
<!-- / icons -->
$footer
</body>
</html>
|
я так понял что вот этот парметр и есть таблица добавления данных...
Цитата:
<!-- end what's going on box -->
$forumbits
<tbody>
<tr>
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
<a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>
<a href="showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>
</strong></div></td>
</tr>
</tbody>
|
но как сделать его вврху страницы...сразу после приветствия...
примерно как на
http://nulled.ws/forums/index.php