vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - AJAX / Cool Registration (https://vborg.vbsupport.ru/showthread.php?t=142181)

TheMilkCarton 03-16-2007 01:51 PM

Hmm.. I uploaded the new JS and there's still no text... I cleared my cache too in case.

Did you change any of the instructions other than the missing </table>?

mcyates 03-16-2007 01:52 PM

the only thing that doesn't work is the text, saying the username is taken.

Mr Chad 03-16-2007 01:54 PM

Quote:

Originally Posted by mcyates (Post 1204860)
the only thing that doesn't work is the text, saying the username is taken.

works fine i tested your site..

TheMilkCarton 03-16-2007 01:56 PM

It works fine for me now, too. Is it buggy, maybe?

I'll try a few more times, randomly, to see if it works.

Mr Chad 03-16-2007 01:58 PM

Quote:

Originally Posted by TheMilkCarton (Post 1204864)
It works fine for me now, too. Is it buggy, maybe?

I'll try a few more times, randomly, to see if it works.

k, get back to me with results.

RedGTiVR6 03-16-2007 02:15 PM

I've just installed this mod and I've tried testing it:

Since my user name on the forum is "RedGTiVR6" I just tried to register with that user name. The box turns green and there's a check mark by it now telling me it's ok to use that name. Once I tab off of the box it fills the box with:

Code:

<br /><b>Parse error</b>:  syntax error
This shouldn't work like this. It's telling me that the user name that I just entered is ok and not used, when I'm the one registered with that user name.

Any ideas?

Mr Chad 03-16-2007 02:22 PM

does it have the quotes in the username?

RedGTiVR6 03-16-2007 02:23 PM

The user name is just RedGTiVR6. No quotes. Sorry for the confusion.

Mr Chad 03-16-2007 02:24 PM

whats your forum link?

RedGTiVR6 03-16-2007 02:31 PM

<a href="http://www.mp3car.com/vbulletin" target="_blank">http://www.mp3car.com/vbulletin</a>

Let me go back and revert back to the modified template and activate the product again. I can't leave it not working for long.
EDIT:

Ok - it's back to this mod now.

RedTyger 03-16-2007 03:12 PM

Oooh, just like IPB! Thanks, might make use of this.

RedGTiVR6 03-16-2007 03:31 PM

If I don't get an update on this I'm going to have to remove the mod again until I know someone is going to be looking at it rather quickly. Not to sound demanding....but I can't leave this up on our forum if it's not working. Especially on something as critical as new user registrations.

Kirk Y 03-16-2007 03:45 PM

Quote:

Originally Posted by Mr Chad (Post 1204664)
hmm, well im pretty sure this is your issue:

HTML Code:

  <td align="left" valign="top">
    <a href="register.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('register','','reever/images/misc/register_on.gif',1)"><img src="reever/images/misc/register_off.gif" name="register" border="0" alt="" /></a>
  </td>

it has the same name as the form which is causing problems.

That did it - I changed the var. name for the mouseover JS and everything is working fine now. I just need to fix the CSS, because my input fields are custom and when you click out of them, they turn big and ugly white.

Quote:

Originally Posted by RedGTiVR6 (Post 1204915)
If I don't get an update on this I'm going to have to remove the mod again until I know someone is going to be looking at it rather quickly. Not to sound demanding....but I can't leave this up on our forum if it's not working. Especially on something as critical as new user registrations.

You shouldn't install it on a live board... the mod is in Beta Stages (See top). All testing should be done on a test board beforehand.

s0b 03-16-2007 04:01 PM

Great mod Chad, really awesome. I yet had installed it succesfully (and i had translated the register.js to spanish, if you want it PM me).

Its possible to do it works with the NoSpam! add-on?

Kirk Y 03-16-2007 04:05 PM

I just noticed Chad, the text that shows in your screenshot "Username taken", etc - isn't showing. I only see the images.

Edit: The text shows in Firefox, but not IE - I'm using IE7.

bashy 03-16-2007 04:08 PM

This is not working for me at present...

I have installed the plugin
I have copied your modified template
I have uploaded the files
I have added the additional css

Nothing shows, no images , no place holders (in case images in wrong folder)
no inclination that its even there at all....
I assume it dont need turning on anywhere?

anywares 03-16-2007 04:11 PM

Another great release by Mr Chad

*Clicks install

Kirk Y 03-16-2007 04:11 PM

Do you get any Javascript errors returned when you move from input cell to input cell? No, there's nothing to turn on.

One note for anyone having problems with their templates being messed up after the edits -- be careful that what you searched for in the template is what you get, as I noticed some of Chad's "Search for" fields, when searched for, would leave out the </td></tr>.

Mr Chad 03-16-2007 06:02 PM

Quote:

Originally Posted by bashy (Post 1204946)
This is not working for me at present...

I have installed the plugin
I have copied your modified template
I have uploaded the files
I have added the additional css

Nothing shows, no images , no place holders (in case images in wrong folder)
no inclination that its even there at all....
I assume it dont need turning on anywhere?

that means theres a JS error, make sure that there is only 1 name="register" in your html (that was a previous problem for someone)

also acidburn0520 i can't reproduce the IE error. (remember to re-upload the JS file i updated)

thincom2000 03-16-2007 06:07 PM

Could this be done for the CAPTCHA images also? That way if a user mistypes it (which they may with spammers forcing us to activate all CAPTCHA options), they don't have to retype their password and try to figure out a new CAPTCHA image. Maybe this could be optional if you think it would risk slightly more spam?

Kirk Y 03-16-2007 06:12 PM

Quote:

Originally Posted by Mr Chad (Post 1205033)
that means theres a JS error, make sure that there is only 1 name="register" in your html (that was a previous problem for someone)

also acidburn0520 i can't reproduce the IE error. (remember to re-upload the JS file i updated)

Everything is up to date. It's the same board, so same JS file -- nevertheless in Firefox 2.0.0.2 I can see the text, however in IE 7.0.6000.16386 there's only an image.

MoMan 03-16-2007 06:28 PM

Great hack! Worked flawlessly the first time around. Thanks!

There are a few typos in the JS phrases that need fixing, though.

M-Tuning 03-16-2007 06:32 PM

Nice, works perfect on 3.6.5

COBRAws 03-16-2007 07:05 PM

Spanish Translation for archive register.js

Allan 03-16-2007 07:46 PM

Hahh, finally !!!!

vBulletin powaaa, invision byby :p

Great hack ;)

Mr Chad 03-16-2007 07:58 PM

Quote:

Originally Posted by acidburn0520 (Post 1205040)
Everything is up to date. It's the same board, so same JS file -- nevertheless in Firefox 2.0.0.2 I can see the text, however in IE 7.0.6000.16386 there's only an image.

you havent updated the JS though.

look in the register.js and replace line 159 with this line:
Code:

                        else if (document.all) document.all[ID2].innerHTML = sText + reason

Mr Chad 03-16-2007 08:01 PM

Quote:

Originally Posted by MoMan (Post 1205045)
Great hack! Worked flawlessly the first time around. Thanks!

There are a few typos in the JS phrases that need fixing, though.

do you mind posting a revised version?

Kirk Y 03-16-2007 08:31 PM

Quote:

Originally Posted by Mr Chad (Post 1205094)
you havent updated the JS though.

look in the register.js and replace line 159 with this line:
Code:

            else if (document.all) document.all[ID2].innerHTML = sText + reason

Ah, I could've sworn that I had the most recent version... oh well, all working now. I still can't figure out how to fix my input cells losing their styling when you move from them.

Mr Chad 03-16-2007 08:34 PM

well you need to look at your input CSS and tamper with the inputgood and inputbad CSS.

have fun :D

RedGTiVR6 03-16-2007 08:42 PM

welp, I guess I'll be completely uninstalling this mod then.

Would have been nice to get it working.

Mr Chad 03-16-2007 08:43 PM

Quote:

Originally Posted by RedGTiVR6 (Post 1205119)
welp, I guess I'll be completely uninstalling this mod then.

Would have been nice to get it working.

did you try it on the standard style?

if it works there then the error is in your header or footer and its interfering with the register.js

RedGTiVR6 03-16-2007 08:45 PM

I applied it to our main style...besides that, I was waiting to hear from you since you asked for the web page...I reverted back to the mod and expressed the importance that I couldn't leave it up up if it's not working.

I left it up for a few hours like that, which means that quite a few people who registered got to see it.

Lizard King 03-16-2007 08:49 PM

Did anyone checked if this is working with non-english characters ?

Kirk Y 03-16-2007 08:51 PM

Quote:

Originally Posted by Mr Chad (Post 1205115)
well you need to look at your input CSS and tamper with the inputgood and inputbad CSS.

have fun :D

It happens even when the inputgood/inputbad CSS is removed from the Additional Definitions.

Mr Chad 03-16-2007 08:51 PM

Quote:

Originally Posted by RedGTiVR6 (Post 1205121)
I applied it to our main style...besides that, I was waiting to hear from you since you asked for the web page...I reverted back to the mod and expressed the importance that I couldn't leave it up up if it's not working.

I left it up for a few hours like that, which means that quite a few people who registered got to see it.

Well i had to do things... I'm not sitting at my computer waiting for your response...

This is in beta stage so you shouldn't be testing this on a live board in the first place.

and it also my choice to release this, an since I felt like being nice I did.

Mr Chad 03-16-2007 08:53 PM

Quote:

Originally Posted by acidburn0520 (Post 1205123)
It happens even when the inputgood/inputbad CSS is removed from the Additional Definitions.

in FF does the box turn Green when you have the CSS in your Additional Definitions.

If it does then the CSS is working.

Icemanmx 03-16-2007 08:56 PM

Hello
I just want to know if this hack function 100% now?

Thanks
Is a great hack

Mr Chad 03-16-2007 08:58 PM

Quote:

Originally Posted by Icemanmx (Post 1205130)
Hello
I just want to know if this hack function 100% now?

Thanks
Is a great hack

do you still see the "Is in Beta Stage" ?

when its 100% functioning that will be removed.

Icemanmx 03-16-2007 09:06 PM

Quote:

Originally Posted by Mr Chad (Post 1205131)
do you still see the "Is in Beta Stage" ?

when its 100% functioning that will be removed.

yes i see that, but anyway the betas can function 100% even if beta...

So let me ask, do this beta function without any problems??? ;)

thincom2000 03-16-2007 09:13 PM

I have had no problems.


All times are GMT. The time now is 08:49 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01522 seconds
  • Memory Usage 1,829KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_html_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete