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 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
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,