39
Ok Speed, heres my table that I have between my header and my content. It allows you to get rid of the Login Block, so now you dont have to have any left or right blocks at all, just use this table coupled with the user features in the Tabs
<table width="100%" valign="middle" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="190" class="headerprvi">
<form style="margin-top: 1px; margin-bottom: 0px" action="<{$xoops_url}>/search.php" method="post">
Search Site
<input class="button" type="text" name="query" size="10" />
<input type="hidden" name="action" value="results" />
<input name="submit" type="submit" class="gumb" value="Go" />
form>
td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> <{if $xoops_isuser}> Welcome Back <a href="<{$xoops_url}>/user.php"><{$xoops_uname}>a>
<{else}>
<form action="<{$xoops_url}>/user.php" method="post">
<span class="navtext">Name: span>
<input type="text" name="uname" class="navinput" size="12" />
<span class="navtext"> Pass: span >
<input type="password" name="pass" class="navinput" size="12" />
<input type="hidden" name="xoops_redirect" value="<{$xoops_url}>/index.php" />
<input type="hidden" name="op" value="login" />
<input name="submit2" type="submit" class="button" value="Login" />
<a href="<{$xoops_url}>/user.php#lost">Lost Password?a>
| <a href="<{$xoops_url}>/register.php">Register!a>
form>
<{/if}>td>
<td width="24%" align="right" class="vrijeme"><span id="clock">span> <script language="JavaScript" type="text/javascript" src="<{$xoops_imageurl}>images/clock.js">
script>
td>
tr>
table>td>
tr>
table>
Fits ok on 800x600, only thing I dont like is that when not logged in theres tiny bit of extra white space below the login boxes, I'm sure you can sort that :)
I like the idea of replacing a tab with an image when theres mail but I thing the easier option would be to get do a custom block that only shown if you have mail. I'm saying easy but I'm not sure where to start on that one lol
I'm sure we'll get this theme how we both want it if it kills us heheh
I've still got to figure out why my OsCommerce module overides my stylesheet settings for my theme when in the OsCommerce module pages ???????