Simple Portal

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
User avatar
Steve
Supporter
Supporter
Posts: 1,119
Joined: 04 Mar 2010, 23:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Location: In your back pocket

Re: Simple Portal

Post 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 -->
That code will get fixed...
trekky
BBCoder II
BBCoder II
Posts: 11
Joined: 27 Aug 2010, 13:54

Re: Simple Portal

Post 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:
User avatar
Steve
Supporter
Supporter
Posts: 1,119
Joined: 04 Mar 2010, 23:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Location: In your back pocket

Re: Simple Portal

Post by Steve »

viewtopic.php?f=9&t=1093 ,you may also like this?
That code will get fixed...
User avatar
Stoker
Site Admin
Site Admin
Posts: 3,845
Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark

Re: Simple Portal

Post by Stoker »

This attachment has been updated and fixed.
~ The greatest achievement in life is to inspire ~
Regards Stoker