Page 16 of 16

Re: Simple Portal

Posted: 07 Sep 2010, 18:01
by Steve
This part:

Code: Select all

<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
<div class="forabg">
	<div class="inner"><span class="corners-top"><span></span></span>
		<ul class="topiclist">
			<li class="header">
				<dl class="icon">
					<dt>{L_LOGIN}</dt>
				</dl>
			</li>
		</ul>
    <div class="sidemenu">
		<ul class="topiclist forums">
            <li>
            <form method="post" action="{S_LOGIN_ACTION}">
                <fieldset>
			<label for="username">{L_USERNAME}:</label>
			<br />
			<input type="text" name="username" id="username" size="20" class="inputbox" title="{L_USERNAME}" />
			<label for="password">{L_PASSWORD}:</label>
			<br />
			<input type="password" name="password" id="password" size="20" class="inputbox" title="{L_PASSWORD}" />
            <!-- IF S_AUTOLOGIN_ENABLED -->
            <label for="autologin">{L_REMEMBER_ME}&nbsp;<input type="checkbox" checked="checked" name="autologin" id="autologin" /></label>
            <!-- ENDIF -->
            <input type="submit" name="login" value="{L_LOGIN}" class="button" /></fieldset>
            {S_LOGIN_REDIRECT}
            </form>
            </li>
        </ul>
    </div>
    <span class="corners-bottom"><span></span></span></div>
</div> 
<!-- ENDIF -->

Re: Simple Portal

Posted: 07 Sep 2010, 18:04
by trekky
Excellent thanks SteveĀ© i thought so but didn't do the first line which would be why it didn't work :oops: Thanks again for all your help :thumb:

Re: Simple Portal

Posted: 08 Sep 2010, 12:27
by Steve
viewtopic.php?f=9&t=1093 ,you may also like this?

Re: Simple Portal

Posted: 03 Mar 2011, 18:29
by Stoker
This attachment has been updated and fixed.