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)
-   -   Miscellaneous Hacks - VSa - Advanced Registration (https://vborg.vbsupport.ru/showthread.php?t=236117)

Mdrop 04-16-2011 11:36 AM

Quote:

Originally Posted by Sicilian (Post 2184227)
Strange problem with this. Installed on 4.1.1, if Go to: AdminCP > vBulletin Options > VSa - Advanced Registration then click on setup to Random questions I just get a blank white screen. Then if I go to home page > Quick Link > Advanced registration management I get a blank page again. Any ideas?

Same problem but i get an page with all the smileys, im working with version 4.1.3

madshark 04-17-2011 12:14 PM

Is it possible to exempt the mods and Admins from the invite limit? Thanks

espaciored 04-21-2011 07:10 PM

Nice one. Keep it up! :)

Lestat_ 04-27-2011 08:11 AM

excellent mod - many of my forum members are very pleased with it :)
thanks mate !

smooth-c 05-02-2011 08:24 PM

Can I modify this registration so my moderators can use this tool to approve new members? If so, how?

Thank you :)

tlwwolfseye 05-05-2011 07:24 AM

Can we be sure that this Mod ain't also screws up our forum by opening it to a hack, just like the other 3.x Mod of him did to a lot people last night ? I am pretty sure his Mods aren't so popular right now.

Valter 05-05-2011 08:41 AM

It's not this product but Advanced Forum Rules, which was fixed yesterday.

mindhunter77 05-05-2011 10:07 PM

This really needs the ability to limit how many invites members get.

mrocha 05-19-2011 07:31 PM

Is it possible to exempt the mods and Admins from the invite limit? Thanks [2]

nick682 05-20-2011 04:55 AM

Has anyone gotten this to work on 4.1.x?

Valter 05-20-2011 09:42 PM

It works fine on 4.1.3.

Wallace40 05-21-2011 01:09 AM

I'm a total newbie and dont know a thing about anything but I managed to add this plug in and it was so helpful I cant tell you!

Thank you so much!

galerio 05-23-2011 07:08 PM

Why in the emails sent for invitation the link to register is not with the referred id?

A link for example:
site.com/register.php?referrerid=2

Because the invited users must write manually the referrer username.

Please, consider to add this option in future version.

Valter 05-25-2011 07:15 AM

Don't worry, inviter is marked as referrer the other way.

There is NO need to add referrerid=X to address.

stwan 05-31-2011 04:38 PM

HTML Code:

<script language="Javascript" type="text/javascript">
                                function VSaChAregAll(obj) {
                                        arrInput = document.getElementsByTagName("input");
                                        for (i=0; i<arrInput.length; i++) {
                                                if (arrInput[i].type == 'checkbox') {
                                                        arrInput[i].checked = obj.checked;
                                                }
                                        }
                                }
                                function VSa_SwitchAreg(target)
                                {
                                        if (target=="users_mod")
                                        {
                                                document.getElementById("vsaareg_tu_mod").style.display = "block";
                                                document.getElementById("vsaareg_tu_act").style.display = "none";
                                                document.getElementById("vsaareg_tu_inv").style.display = "none";
                                                document.getElementById("vsaareg_tq").style.display = "none";
                                        }
                                        if (target=="users_act")
                                        {
                                                document.getElementById("vsaareg_tu_mod").style.display = "none";
                                                document.getElementById("vsaareg_tu_act").style.display = "block";
                                                document.getElementById("vsaareg_tu_inv").style.display = "none";
                                                document.getElementById("vsaareg_tq").style.display = "none";
                                        }
                                        if (target=="users_inv")
                                        {
                                                document.getElementById("vsaareg_tu_mod").style.display = "none";
                                                document.getElementById("vsaareg_tu_act").style.display = "none";
                                                document.getElementById("vsaareg_tu_inv").style.display = "block";
                                                document.getElementById("vsaareg_tq").style.display = "none";
                                        }
                                        if (target=="questions")
                                        {
                                                document.getElementById("vsaareg_tu_mod").style.display = "none";
                                                document.getElementById("vsaareg_tu_act").style.display = "none";
                                                document.getElementById("vsaareg_tu_inv").style.display = "none";
                                                document.getElementById("vsaareg_tq").style.display = "block";
                                        }
                                }
                        </script>

replace:

HTML Code:

<script type="text/javascript">
<!--
                                function VSaChAregAll(obj) {
                                        arrInput = document.getElementsByTagName("input");
                                        for (i=0; i<arrInput.length; i++) {
                                                if (arrInput[i].type == 'checkbox') {
                                                        arrInput[i].checked = obj.checked;
                                                }
                                        }
                                }
                                function VSa_SwitchAreg(target)
                                {
                                        if (target=="users_mod")
                                        {
                                                document.getElementById("vsaareg_tu_mod").style.display = "block";
                                                document.getElementById("vsaareg_tu_act").style.display = "none";
                                                document.getElementById("vsaareg_tu_inv").style.display = "none";
                                                document.getElementById("vsaareg_tq").style.display = "none";
                                        }
                                        if (target=="users_act")
                                        {
                                                document.getElementById("vsaareg_tu_mod").style.display = "none";
                                                document.getElementById("vsaareg_tu_act").style.display = "block";
                                                document.getElementById("vsaareg_tu_inv").style.display = "none";
                                                document.getElementById("vsaareg_tq").style.display = "none";
                                        }
                                        if (target=="users_inv")
                                        {
                                                document.getElementById("vsaareg_tu_mod").style.display = "none";
                                                document.getElementById("vsaareg_tu_act").style.display = "none";
                                                document.getElementById("vsaareg_tu_inv").style.display = "block";
                                                document.getElementById("vsaareg_tq").style.display = "none";
                                        }
                                        if (target=="questions")
                                        {
                                                document.getElementById("vsaareg_tu_mod").style.display = "none";
                                                document.getElementById("vsaareg_tu_act").style.display = "none";
                                                document.getElementById("vsaareg_tu_inv").style.display = "none";
                                                document.getElementById("vsaareg_tq").style.display = "block";
                                        }
                                }
// -->

                        </script>
{vb:raw headinclude_bottom}

In template vsa_areg_manage.

RobbieZ 05-31-2011 05:21 PM

Anyone explain why this error happens when enter emails?

Error: e-mail address(es) incorrect: function () { for (var i = 1; i < this.length; i++) { if (this[i][0] == this[i-1][0]) { this.splice(i,1); } } }; function () { for (var i = 0; i <= this.length; i++) { this.shift(); } }

Thanks

Videx 05-31-2011 05:47 PM

Quote:

Originally Posted by RobbieZ (Post 2202147)
Anyone explain why this error happens when enter emails?

Error: e-mail address(es) incorrect: ...

No, but I can explain how to find the answer. Go to the upper right and hit "Search this mod". Search on something specific like "Error: e-mail address(es) incorrect". I see one solution at https://vborg.vbsupport.ru/showpost....&postcount=227. Let us know if it works for you.

RobbieZ 06-01-2011 12:58 AM

Thanks Videx, my error message is considerably shorter than that one plus I uninstalled the vbstatus mod.

I'll have another hunt.

Videx 06-01-2011 01:08 AM

The next obvious step would be to try disabling all your mods. But as you see from that experience, sometimes just disabling them doesn't fix it.

crazyboy1661 06-01-2011 02:23 PM

<font size="6">Any hack for 4.1.3 ? Pls reply</font>

just.b.jealous 06-03-2011 02:23 PM

edit.... wrong thread, sorry!!

sscasm 06-18-2011 01:33 PM

Is this updated for 4.1.4 as yet??

Valter 06-18-2011 02:47 PM

It works with 4.1.4.

sscasm 06-19-2011 05:14 AM

Thanks fo rthe quick response.

Another great mod!!

Dark Pulse 06-20-2011 05:41 AM

Any chance that we can form a question so that it has multiple answers?

For example, let's say the registration question is "What kind of Bell Peppers are there?" In this case, any answer of "Red," "Yellow," or "Green" would be correct.

Valter 06-20-2011 05:43 AM

Unfortunately, it's not possible. One question - one answer.

Dark Pulse 06-20-2011 07:38 PM

Drat. Any chance you might consider that for a future version, then? :)

Or is this something fundamental with vBulletin that makes it impossible? I know I had a similar mod for a 3.x board that allowed for multiple correct answers.

Videx 06-20-2011 11:21 PM

Since vb4 now has random questions by default, you should just turn that option off in this mod.

Booyakan 06-21-2011 01:53 AM

Valter I was just checking this mod out, I saw there was no way to limit the amount on invites a person gets.

But could I just change the 604800 where it sais "$vsa_areg_inv_timecut_week = TIMENOW - 604800;" to something like 631138519?

That way I could limit the amount of invites the user gets to send by changing maximum for 7 days to maximum for 20 years.

(I would have to change a few phrases too so it doesn't say 7 days)

indoc0der 06-27-2011 05:49 PM

thanks, has been installed. one question, is it possible to use invitation code? is yes, where to setting?

Popa Andrei 07-15-2011 04:26 PM

Just installed this on my forum because rachapta didn manage to keep out the spam bots.
Hope this will work.

mb2tour 07-18-2011 12:39 PM

Hi, any 4.1.4 feedback?

Thank you,
~~QS

hqlman 07-20-2011 07:21 PM

is this working on 4.1.4 I dont see anything after installing this on registration page...;.

fukdawrld 07-23-2011 04:37 PM

Quote:

Originally Posted by hqlman (Post 2222990)
is this working on 4.1.4 I dont see anything after installing this on registration page...;.

Working perfect for me inn 4.1.4

Thank you

Successfulsteps 07-23-2011 07:50 PM

I need a mod that would have a question on where the members came from, so I know about which traffic source they were from. Is this possible with this?

(using 4.1.4 right now)

Videx 07-24-2011 12:14 AM

Quote:

Originally Posted by Successfulsteps (Post 2224050)
I need a mod that would have a question on where the members came from, so I know about which traffic source they were from. Is this possible with this?

It's easy to add a field to the standard registration - look in AdminCP and the manual (no mod needed). What's not so easy is getting people to tell the truth.

hqlman 07-24-2011 08:26 AM

Quote:

Originally Posted by fukdawrld (Post 2223957)
Working perfect for me inn 4.1.4

Thank you


I set it to be enabled but the questions just wont show up, ive got this mod installed: https://vborg.vbsupport.ru/showthread.php?t=248042

But i tried disabling the mod above but still no questions showing up on registration page :S

sean-zigster 07-27-2011 07:53 PM

can we enable other groups ie moderators to use this product

glen290 07-29-2011 06:24 AM

Getting this error for some reason, been working fine for last few days..

Error: e-mail address(es) incorrect: function(callbackfn,thisArg){var T,O=Object(this),len=O.length>>>0,k=0;if(!callback fn||!callbackfn.call){throw new TypeError();}if(thisArg){T=thisArg;}while(k

SomeoneTalked 08-01-2011 11:57 PM

Can't seem to get this working on vBulletin 4.1.5, anybody here having the same trouble?


All times are GMT. The time now is 02:25 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.01708 seconds
  • Memory Usage 1,845KB
  • 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_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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