QUOTE (chipshot @ Jan 10 2008, 12:31 PM)

What do I mean? I see 15 login boxes on the link you sent
look at your code you have this 15x:
CODE
->
<!-- loginbox //-->
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
<td width="100%" height="14" class="infoBoxHeading">ავტორიზაცია</td>
<td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
<tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
</tr>
<tr>
<td align="center" class="boxText">
<form name="login" method="post" action="http://gbn.ge/login.php?action=process&osCsid=d1a5abf23b2e101eca033170cac52dff"><input type="hidden" name="osCsid" value="d1a5abf23b2e101eca033170cac52dff" />
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="infoBoxContents">
გამარჯობა <span class="greetUser">სტუმარო!</span><br><br>
</td>
</tr>
<tr>
<td align="center" class="infoBoxContents">
ელ–ფოსტა:
</td>
</tr>
<tr>
<td align="center" class="infoBoxContents">
<input type="text" name="email_address" maxlength="96" size="20" value="">
</td>
</tr>
<tr>
<td align="center" class="infoBoxContents">
პაროლი: <A HREF="http://gbn.ge/password_forgotten.php?osCsid=d1a5abf23b2e101eca033170cac52dff"><a href="password_forgotten.php?osCsid=d1a5abf23b2e101eca033170cac52dff"><i>(დაგავიწყდა?)</i></a></A>
</td>
</tr>
<tr>
<td align="center" class="infoBoxContents">
<input type="password" name="password" maxlength="40" size="20" value="">
</td>
</tr>
<tr>
<td class="infoBoxContents" align="center">
<input type="image" src="includes/languages/georgian/images/buttons/button_login.gif?osCsid=d1a5abf23b2e101eca033170cac52dff" border="0" alt="შესვლა" title=" შესვლა ">
</td>
</tr>
<tr>
<td align="center" class="infoBoxContents">
<a href="create_account.php?osCsid=d1a5abf23b2e101eca033170cac52dff"><span class="smallText">გაიარეთ რეგისტრაცია</span></a>
</td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- loginbox_eof //-->
ah, no
I pasted it as sample (just studying modifying of columns)
this is not a problem, problem is when you will click any link in categories box (try one) the result is login.php, no matter you are registered or not, one forum member helped me to paste script in application_top.php which works for newsdesk, if user is not registered he/she cannot see newsdesk items,
the strange thing is that I restored dafault of index.php and application_top.php but the problem did not solve.
So I have not idea what I should do,