vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Really Fast Registration by BOP5 (https://vborg.vbsupport.ru/showthread.php?t=301283)

smirkley 08-26-2013 05:25 AM

Well I got the colors to match properly...
Code:

input.greenbox {
        background:url({vb:stylevar imgdir_misc}/tick.png) {vb:stylevar right} center no-repeat;
        background-color:#bbffbb;
}

input.redbox {
        background:url({vb:stylevar imgdir_misc}/cross.png) {vb:stylevar right} center no-repeat;
        background-color:#ffbbbb;
}


DemOnstar 08-26-2013 07:48 AM

Quote:

Originally Posted by Morrus (Post 2441033)
Great little mod. If you're taking feature requests, I have an idea. Feel free to ignore.

What if this appeared at the bottom of a thread or article under the reply box? That way, people who wanted to reply to a thread could enter their reply and register quickly at the same time. Presumably the reply would have to remain in the mod queue or something until the person logged in again.

I think that would increase registration and thread participation.

This would also be my preference.

smirkley 08-28-2013 02:13 AM

Just want to add, seems to be working great. (and if the spammers sniff out the reg filename, I will just change it to something different).

On a note, I have pulled up the padding from the bottom of the box, is there a stylavar setting to tighten up the padding between the title and content bar?

(btw,..voted motm). :D

BirdOPrey5 08-28-2013 03:31 PM

Quote:

Originally Posted by smirkley (Post 2441602)
Just want to add, seems to be working great. (and if the spammers sniff out the reg filename, I will just change it to something different).

On a note, I have pulled up the padding from the bottom of the box, is there a stylavar setting to tighten up the padding between the title and content bar?

(btw,..voted motm). :D


Not sure what you mean by content bar... The two padding stylevars are main (around the entire box) and title (around he box that holds the title of the form).

Anything else would need to be done by additional.css using the appropriate class name, you can find in the template or viewing the source code of the page.

BirdOPrey5 08-28-2013 03:31 PM

I'm working on a confirmation screen for after you hit register. It will be an option in a future version, but for now its enabled in the demo on qapla.com while I work on it.

I may be away for a few days, will release an update after I get back.

smirkley 08-29-2013 03:10 AM

I found it, it is a hardcoded br between divs in the template.

So I tried it, removed it, didnt like it, plus it interfered with the green/red popup above username, so I put it back.

No biggie.

smirkley 08-30-2013 03:46 AM

BOP,... I have found this mod very effective in capturing easy registrations without the essay sized normal reg page. And yes, I have been monitoring spam usage, and attacks have (atm) stopped completely. I see many offshore error pages in whos online trying to register, even though I have had the oem reg page and mecha turned off for some time.

Still want to style it a bit more, But I LIKE!

Question: Is it possible to add the css additions I outlined above, into something more comfortable with the mod installer? IE- does it have to reside in additional.css, or can you implement it into the mod?

Thanks again.

smirkley 08-31-2013 04:54 AM

Ya know, BOP?...

You ought to consider combining this mod and the rename mod for the reason posted here,...

I use both in configuration, and I likey!

https://vborg.vbsupport.ru/showpost....2&postcount=93

BirdOPrey5 09-01-2013 09:49 PM

@smirkley- Glad it is working well for you. Yes the integration with Rename Register.php was something I was considering exploring more. I don't want to get ahead of myself but I am seriously considering disabling normal registration and using RFR to reduce spam significantly.

As for styling with CSS if you prefer you can put custom CSS in the template: bop5_reallyfastreg.css

This is in the CSS Templates group.

The only thing is if I make any changes to that template in future versions you will need to manually update it. That is the reason additional.css exists so people don't need to worry about changes during upgrades (of mods or the software.)

BirdOPrey5 09-01-2013 09:53 PM

Updated to version 1.4.0

Added a JavaScript confirmation message after the Register button is clicked. This message explains to the user why they need a valid email address and gives them an option to change it (or cancel it out) - I added this because it was clear some people thought they could give obviously fake emails and register. I wanted to let them know that wasn't going to work.

This option is enabled by default, it can be disabled from settings.

https://vborg.vbsupport.ru/attachmen...6&d=1378076016

hurricane_sh 09-03-2013 06:02 AM

Excellent mod, I wish I discovered this earlier. Thanks for your great work!

BirdOPrey5 09-03-2013 03:03 PM

...

hurricane_sh 09-04-2013 05:07 AM

I really like this mod and have installed it on 5 vb4 forums, also voted for motm. Is there one for VB3.8? I did some search and didn't find anything similar. Thanks!

crazyboy1661 09-04-2013 05:55 AM

Hi BPO5, Installed on my site. Working gr8

thanks.

crazyboy1661 09-04-2013 06:58 AM

Mr. BOP5, I have a request for you. Can you pls tell me how to remove/Hide the
IP Address: xx.2x.1x.06x
from the Registration details mail sent to the users? B'coz I want to add some users to the forum and I donwant to expose our IP address.

thanks

hurricane_sh 09-04-2013 10:27 AM

Crazyboy, it's in the phrase, find the phrase and edit it.

crazyboy1661 09-04-2013 12:04 PM

Quote:

Originally Posted by hurricane_sh (Post 2443117)
Crazyboy, it's in the phrase, find the phrase and edit it.

hurricane_sh, thanks for your reply. which file to edit php or xml?
thanks

ozzy47 09-04-2013 12:12 PM

No you dont edit a XML or php file, you edit the phrase in the ACP --> Languages & Phrases

crazyboy1661 09-04-2013 12:18 PM

Oh i am so confused here. OK let me check.

ozzy47 09-04-2013 12:22 PM

The phrases should be, bop5rfr_newuser and bop5rfr_welcome those are the two phrases that contain the IP

You could remove the following from the phrase:
Code:

IP Address: $ipaddress

crazyboy1661 09-04-2013 12:34 PM

ozzy47, thanks a lot. I got it. It's working fine. :up:

ozzy47 09-04-2013 12:38 PM

Not a problem, glad to help. :)

BirdOPrey5 09-04-2013 02:14 PM

Quote:

Originally Posted by hurricane_sh (Post 2443063)
I really like this mod and have installed it on 5 vb4 forums, also voted for motm. Is there one for VB3.8? I did some search and didn't find anything similar. Thanks!

I may make a 3.x version but in the mean time you can try this, never used it before though- https://vborg.vbsupport.ru/showthread.php?t=227905

hurricane_sh 09-04-2013 04:54 PM

Thanks for the link, but I don't like it. I need a "really" fast and simple one like yours, I even don't want to have any human verification. I have seen good results after installed your mod.

It would be great if you could make one for old VB3.8 which many big/active forums are using.

ozzy47 09-04-2013 05:02 PM

Quote:

Originally Posted by hurricane_sh (Post 2443208)
Thanks for the link, but I don't like it. I need a "really" fast and simple one like yours, I even don't want to have any human verification. I have seen good results after installed your mod.

It would be great if you could make one for old VB3.8 which many big/active forums are using.

Maybe this one will work for you in the time being, https://vborg.vbsupport.ru/showthrea...quick+register

BirdOPrey5 09-04-2013 05:02 PM

Thanks for the feedback... Will try and accommodate. :up:

hurricane_sh 09-04-2013 05:16 PM

Quote:

Originally Posted by ozzy47 (Post 2443210)
Maybe this one will work for you in the time being, https://vborg.vbsupport.ru/showthrea...quick+register

Thanks, I have checked it out, the one OP recommended was based on this one, they are basically the same mod.

smirkley 09-05-2013 02:18 AM

Like the update. The popup is smart.

Elininates mistake regs at the least.

Tnx.

BirdOPrey5 09-05-2013 05:38 PM

Updated to version 1.5
-vBulletin 3.8 compatibility!
-Minor typo and code fixes

hurricane_sh 09-05-2013 10:43 PM

Wow, can't believe you actually did this and SO fast, thank you so much!

Installed on two vb3 forums (3.8.1 and 3.8.4), it didn't seem to work:

On homepage, after confirmation of the popup reminder, I was redirected to smiley list page (strange, it should have nothing to do the registration), but the browser URL was showing the fast registration URL.

I use vbseo on both forums, but the mod worked well on a vb4 forum with VBseo installed.

No user added, no error message in Apache log file.

Any ideas?

BirdOPrey5 09-05-2013 11:03 PM

Can you post or PM me the URLs? Let me see if I can figure anything out... I tested it on 3.8.7 and 3.8.8 beta but it shouldn't make a difference.

I had actually designed it from the ground up figuring I may one day add VB 3.x so when I went back it really wasn't all that much work.

The main difference is VB3 doesn't have stylevars so any customization needs to be template edits.

hurricane_sh 09-06-2013 12:08 AM

3.8.1: url removed

The other one 3.8.4 worked exactly the same way.

Thanks!

BirdOPrey5 09-06-2013 12:18 AM

Looks like you just didn't rename the file correctly-

When I go here- http://www.msofficeforums.com/fast-register.php I get a vbseo file not found message - basically the file doesn't exist. That is the file it is looking for in your case. I assume you changed it in settings.

If the file did exist it would forward me to yur forum index (that is what the page does if you try to browse to it manually.)

hurricane_sh 09-06-2013 12:36 AM

Yes, you are absolutely right, I'm so sorry! Now it's working perfectly!

ozzy47 09-06-2013 12:40 AM

It's cool, we all have our Blonde moments. :D

Paul. 09-14-2013 07:34 PM

If spammers use this and a fake email, does it still create an account and use an ID?

smirkley 09-14-2013 07:57 PM

Yes it does, but they will never get their password to login.

edit to add, and I have blocked the top three countries that produce spammer accounts in htaccess, and that has almost completely stopped all spammer attempts on my site. I dont cater to those countries anyways, and only 1 legit account was ever made in my 9+ year history from any of them.

smirkley 09-17-2013 04:28 AM

BOP,..

Just a question as a suggestion for addition.

I have not had this abused. I can view all accounts made via member list sorted by reg date.

But I am wondering if an acp log option might be a good idea. Something that would provide a chronological log in acp for all attempts, good and bad. Just for security sake if one were to want to take notice of ip attempts in the event abuse was attempted.

Thanks again. Love this addition. Works well.

BirdOPrey5 09-19-2013 09:46 PM

I'll see about logging... there really wouldn't be any failed attempts though, just people who used fake emails and never signed in... I am planning an add-on or feature that runs a report to display such users- I imagine that could be part of the log.

crazyboy1661 09-21-2013 05:21 AM

One of your great mods BirdOPrey5! Definitely it will boost new registrations. Thanks for your efforts. :up:


All times are GMT. The time now is 03:57 PM.

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.01281 seconds
  • Memory Usage 1,821KB
  • 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
  • (2)bbcode_code_printable
  • (6)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