News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Ajax Registration Feedback

Started by Hambil, March 19, 2007, 06:55:27 PM

Previous topic - Next topic

dxyy

Here's the Chinese translation. :)

Oh, and there's a small spelling mistake - "Password is too week" should be "Password is too weak" ;)

Very nice mod though, really should be a default feature.

Minare

Hi

I really would love to use this mod for smf 1.1.4

I installed, it did without any error.

But I can not see any ajax panel to activate in my admin panel, and nor can I  see that it is already activated.

I dunno what to do now. I use dilbermc theme

Now the mod is installed. here is the forum if you want to check : http://www.minare.net/forum

Thanks in advance

TrueSatan

@ Minare

Please see posting #96...it would be appreciated if you would read the topic before asking queries.

As per usual  custom themes will need manual installs into them...this is true of almost all kods not just this one:

Please read:

http://docs.simplemachines.org/index.php?topic=402.msg531#msg531

http://www.simplemachines.org/community/index.php?topic=34526.0

The following may also prove helpful:

http://modparser.dev.dansoftaustralia.net/

Mirror of the last link:

http://www.smfhacks.com/smf-package-parser.html

Minare

Quote from: TrueSatan on January 05, 2008, 07:21:35 PM
@ Minare

Please see posting #96...it would be appreciated if you would read the topic before asking queries.

As per usual  custom themes will need manual installs into them...this is true of almost all kods not just this one:

Please read:

http://docs.simplemachines.org/index.php?topic=402.msg531#msg531

http://www.simplemachines.org/community/index.php?topic=34526.0

The following may also prove helpful:

http://modparser.dev.dansoftaustralia.net/

Mirror of the last link:

http://www.smfhacks.com/smf-package-parser.html


Yes I know that custom themes need manuel applications and I also tried to see a control panel in default theme and checked from default theme as well but it was the same. That s why I think my problem is related with some other thing. Thanks for help.

vlindertje

I read the the topic and all the links that are added. But...

I used 1.1.4 smf

I install the mod with no problem. First i try to get working in english before i get it in dutch. But when i go to the admin-->registration...

I see the new option, without text, and its already enable.
I used the classic template. i copy the AjaxRegFed.js in the directory of classic.

What i also do, no errors, but it doesn't work.

What do i wrong. I'm a not a expert. Please help me :D

FireFreezer

works fine with 1.1.4

here is the german translation

vlindertje

Quote from: vlindertje on January 07, 2008, 06:08:57 AM
I read the the topic and all the links that are added. But...

I used 1.1.4 smf

I install the mod with no problem. First i try to get working in english before i get it in dutch. But when i go to the admin-->registration...

I see the new option, without text, and its already enable.
I used the classic template. i copy the AjaxRegFed.js in the directory of classic.

What i also do, no errors, but it doesn't work.

What do i wrong. I'm a not a expert. Please help me :D


No one, can help me?

FireFreezer

ah! now i see what you're talking about...

it's blank at me too...

i guess the checker at the top is to enable/disable the ajax feedback stuff, below there are two text fields... from the content i guess it's to set the colors for the feedback messages. just leave it as is, it's fine ;)

vlindertje

Quote from: FireFreezer on January 30, 2008, 08:33:05 AM
ah! now i see what you're talking about...

it's blank at me too...

i guess the checker at the top is to enable/disable the ajax feedback stuff, below there are two text fields... from the content i guess it's to set the colors for the feedback messages. just leave it as is, it's fine ;)


If the text is not visable at the admin pannel. Doesn't matter.

But the function also not working. And thats a problem i don't like ;)

digit

Quote from: BryanS on December 24, 2007, 11:30:16 PM
well, I "solved" my problem.  I looked at the exact error I was getting and it was caused by the system checking to see if the user's password met the medium password strength.  I changed the registration requirements so passwords need only be of low level security and I don't get the error anymore

BUMMER!  Any fix for this?
Happily using a heavily modified 1.1.16 version of SMF!

2748011 Posts in 320998 Topics by 50986 Members


SOLD my website - thanks it was a good run - they converted to vbadvanced. (and screwed it up good!)

naveda

#110
Hi Guys!
I added this to my code:

global $context, $txt, $modSettings, $db_prefix;// is the email address already taken? $result = db_query(" SELECT emailAddress FROM {$db_prefix}members WHERE emailAddress = '" . $_REQUEST['email'] . "'", __FILE__, __LINE__);//checking elseif (mysql_num_rows($result) != 0) { $context['ajaxreg']['status'] = false; $context['ajaxreg']['message'] = $txt['ajaxreg_email_already_exists']; $context['ajaxreg']['css'] = $modSettings['ajaxregFailureCSS']; }

Obviously is just an idea...
I hope help u!

If my english is poor its because I'm spanish, sorry!

digit

I am getting 2 errors when validating my code at http://validator.w3.org/

Line 495, Column 85: there is no attribute "onChange".
tabindex="1" maxlength="25" onChange="checkUsername();" />

Line 496, Column 32: there is no attribute "name".
<div id="usercheck" name="usercheck">&nbsp;</div>

Any idea why?

Happily using a heavily modified 1.1.16 version of SMF!

2748011 Posts in 320998 Topics by 50986 Members


SOLD my website - thanks it was a good run - they converted to vbadvanced. (and screwed it up good!)

Iron IC

Hello :)

I added this mod manually to default theme. I finally got it working, but unfortunately there is no color showing for the success/failure- messages, even though I specified it to be green and red with Hex-code inside admin panel. Isn`t this the correct way to do this?

What could be wrong? Thanks.

S3NTYN3L

Quote from: Iron IC on February 04, 2008, 07:42:42 PM
I specified it to be green and red with Hex-code inside admin panel. Isn`t this the correct way to do this?

If using hex:

color: #BBBBBB;

If using words:

color: green;

vlindertje

Quote from: vlindertje on January 30, 2008, 01:01:08 PM
Quote from: FireFreezer on January 30, 2008, 08:33:05 AM
ah! now i see what you're talking about...

it's blank at me too...

i guess the checker at the top is to enable/disable the ajax feedback stuff, below there are two text fields... from the content i guess it's to set the colors for the feedback messages. just leave it as is, it's fine ;)


If the text is not visable at the admin pannel. Doesn't matter.

But the function also not working. And thats a problem i don't like ;)

Noboby can help me?

sunnyslp


eline

dont works in IE 7.0, does any one have this issue ?
Its fine with opera FF i Safari

in IE i have "null its not a objects or is empty '

;)

vlindertje

Quote from: eline on February 14, 2008, 02:47:27 PM
dont works in IE 7.0, does any one have this issue ?
Its fine with opera FF i Safari

in IE i have "null its not a objects or is empty '

;)

Maybe this why it doesn't work here. I've also IE7
And try all the time to get help here in this topic.
But no reply for help still now.

FiFtHeLeMeNt

thx for this great mod , I put here the Persian translation for this mod.
Regards

Sabre™

Hello..
Could someone please post the manual edits to the templates please.
It all installed fine, but I cannot see any change in the reg page.
I have read this thread 3 times, and have checked if the js file etc  are in the default theme. Which they are.

Every Package Parser I have tried, has for some weird reason, displayed the install info for different mods!!??

Maybe just the manual install info for the registration template will be all I need.

Thank You very much in advance :)
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


Advertisement: