1 (edited by downliner 2008-12-06 00:07)

Topic: [Release] Simplified Login/Register Extension (Update: Bug fixes)

Similiar to my "1.3 additions" version this extension overrides your default CSS to clean up the Register, Login, Forgot Password and Password Sent pages. No colors are set in the extensions CSS file so it should work well under any style. CSS filesize is 2.2k.

Download (v1.1)

Simplified Login:
http://www.willvilliers.com/new_oxygen_login.jpg

Original Login
http://www.willvilliers.com/old_oxygen_login.jpg

This is my first extension, thought I should start with something small cool Feedback/bugs etc welcome

2

Re: [Release] Simplified Login/Register Extension (Update: Bug fixes)

Nice idea. Found two problems

1. It seems you have forgot to include error messages, when someone registers with the already used name or something.
2. If using captcha extension, timezone and DST settings are not shown.

3 (edited by downliner 2008-12-06 00:16)

Re: [Release] Simplified Login/Register Extension (Update: Bug fixes)

teva wrote:

Nice idea. Found two problems

1. It seems you have forgot to include error messages, when someone registers with the already used name or something.
2. If using captcha extension, timezone and DST settings are not shown.

Many thanks for the bugs. I hadn't considered people using Captcha and found that it wasn't displaying at all smile I've updated the download link in the first post with a fix for this and error messages not displaying. It was my intention not to show Timezone and DST as they can be altered through a users profile and this extension is to simplifiy the pages wink

If anyone prefers to manually edit the simple.css file please see the following changes:

Open: extensions/simple_css/simple.css

Find: Lines 17-25

/* Registration Page
--------------------------------------------------------------*/

#brd-register #brd-main .main-frm #afocus .frm-group .set5,
#brd-register #brd-main .main-frm #afocus .frm-group .set6,
#brd-register #brd-main #brd-crumbs-end,
#brd-register #brd-main .ct-box {
    display:none;
    }

Change to:

/* Registration Page
--------------------------------------------------------------*/

#brd-register #brd-main .main-frm #afocus .frm-group .set5 div.select,
#brd-register #brd-main .main-frm #afocus .frm-group .set6,
#brd-register #brd-main .main-frm #afocus .frm-group .set7,
#brd-register #brd-main #brd-crumbs-end,
#brd-register #brd-main .info-box {
    display:none;
    }

As soon as I get write access to the SVN/Repos I'll use it, till then I'll continue to post any bug fixes here. Thanks again teva, if you want Timezone and DST you should just have to remove the following lines from your simple.css file:

#brd-register #brd-main .main-frm #afocus .frm-group .set5 div.select,
#brd-register #brd-main .main-frm #afocus .frm-group .set6,
#brd-register #brd-main .main-frm #afocus .frm-group .set7,

Re: [Release] Simplified Login/Register Extension (Update: Bug fixes)

Download package updated again to fix another small bug. If a users stylesheet had a margin value already set for 'div#brd-main' it would override the CSS in simple.css.

Open: extensions/simple.css

Find: Line 6

#brd-main {
    width:600px;
    margin:100px auto 0;
    }

Change to:

#brd-main {
    width:600px;
    margin:100px auto 0!important;
    }

5 (edited by mr10 2009-01-22 12:13)

Re: [Release] Simplified Login/Register Extension (Update: Bug fixes)

Hi,

So I've installed this extension, but I think there's something crucial missing for it to be a succes.

If I logout and go to the index of my board, there's no way to reach the login.php page anymore!
So the login page works fine, but the link from index to login is quite essential for my visitors to reach the board wink

Edit: a quick fix: in lang/[language]/common.php replace line 16 with:

'No view'                    =>    'You do not have permission to view these forums, please <a href="login.php" target="_self">login</a>.',

Re: [Release] Simplified Login/Register Extension (Update: Bug fixes)

Would you mind posting a link to your site, or PM'ing me with the link?

This extension doesn't effect any links in your forums navlinks so not quite sure why the login link would suddenly disappear hmm Shoot me a link and I'll see what I can do

7

Re: [Release] Simplified Login/Register Extension (Update: Bug fixes)

I've sent you a PM roll

Re: [Release] Simplified Login/Register Extension (Update: Bug fixes)

hey any update for this?
the link is broken..

sorry my BAD english T___T
Have a nice day >.<
(^____^)v

9

Re: [Release] Simplified Login/Register Extension (Update: Bug fixes)

v 1.4

[...]Simplified Login, Registration, and Search forms[...]