PDA

View Full Version : Profile Enhancements - Invitation System vB 3.7 Gold


Pages : 1 2 3 [4] 5

benjaminkramer
10-30-2008, 10:42 PM
How do I disable the limit number of invites by user for all users? I do not want to show it on the top, its not important for my forum.

DieselMinded
10-31-2008, 12:39 AM
/me installed

Stepahnie123
11-01-2008, 02:45 PM
Thank you, easy to install even for a code phobic like me. lol

Marked as installed.

dtommy79
11-01-2008, 07:39 PM
Hi,

Is it possible to check how many invitation a user has sent?

Thanks

crackers
11-03-2008, 11:32 PM
Hasann, did you receive a pw from me?

DieselMinded
11-05-2008, 06:45 PM
Hi,

Is it possible to check how many invitation a user has sent?

Thanks

I would like this feature as well

OhSoBlonde
11-06-2008, 04:26 AM
Thank you, first mod I've successfully installed! whew!

One request...some grammar/spelling issues:

As I'm on the "invitation system" I noticed the following.

The "instructions" at Message needs to be edited to read: If you would like to customize your invitation email, please do so by typing your message in here:

AND, at the bottom where the "USED INVITATIONS" are listed, if none have been sent, please change the wording to: You haven't sent any invitations yet.

theparentpack
11-09-2008, 07:14 AM
Awesome, security token issue has been resolved.

Tesekkür ederim

DieselMinded
11-09-2008, 05:38 PM
I sent 40 of these one right after another and my CPU and MEMORY MAXED out on my server

18.24 19.66 16.44 | 181 Users Online (23 members and 158 guests) HOLY COW !!!

Anyone had this trouble ?

DieselMinded
11-11-2008, 11:22 PM
this mod wasnt the problem

shadyninja
11-14-2008, 02:17 AM
it works great on my forum index, but on my vbcmps it doesn't, but I may have other issues going on.

Dragonsys
11-14-2008, 01:07 PM
Hi,

Is it possible to check how many invitation a user has sent?

Thanks

pull the user up in the ACP Edit User. The number of Invitations they have remianing is listed there. Then it's just a little simple math.

I would love to see this mod get updated, with several of the suggestions that have been made. But the author doesn't even seem to get in here and answer any questions... even though this mod is listed as supported...

shadyninja
11-14-2008, 11:43 PM
it works great on my forum index, but on my vbcmps it doesn't, but I may have other issues going on.

I haven't figured it out,
I even posted on vbadvanced.com

shadyninja
11-15-2008, 04:56 PM
I did read this
Portal Output Global Variables
If you have other hacks installed (especially to hacks located within the vBulletin navbar), it may be necessary to globalize some of the variables used in those hacks for the CMPS. You may enter a list of variables to globalize here. It is NOT necessary to add the $ mark before the variable name. Separate each variable with a carriage return (new line).


this sounds like my issue, but I have no idea what I am suppose to put in the box that is provided to get the feature to work on the homepage.

HO3R
11-16-2008, 01:31 PM
what do i need to write in the query to change to X invites


and how do i change the default invite number
what do i edit ?

Step 1: Just go to your database
Step 2: Go to table user
Step 3: Edit field: invitation
Step 4: Change the default 100 into your number!

All new registrations will get the default number of invites

Greetz

onlinejalsa
11-18-2008, 02:56 PM
actually i have one problem. i have closed registrations in the site . and enabled invitations system. but when users are sending invities to there friends its still showing message

Sorry, registration has been disabled by the administrator.

what should i do in order to solve it

Talk-Pets
11-19-2008, 07:23 AM
Is there somewhere to show who have send out invitations and how many? Perhaps even to what mail addys they?ve send out to? I?m thinking perhaps through the admin cp even though I?m unable to find.... But I could have missed looking at the right place of course :)

HO3R
11-19-2008, 11:40 AM
actually i have one problem. i have closed registrations in the site . and enabled invitations system. but when users are sending invities to there friends its still showing message

Sorry, registration has been disabled by the administrator.


what should i do in order to solve it

You must enable back the registration option and enable this in the menu of the invite system:
Disable Normal Registration Methods

Greetz

GlamRockTalk
11-20-2008, 03:09 AM
This mod ROCKS! :D

Thanks Hasann

christian8a
11-20-2008, 10:04 AM
does this hack has the feature for contacts import yet?

joh
11-20-2008, 11:58 AM
I have two off the wall questions.
1: can this be made to invite more than one person at a time? lets say 10.
2: like facebook and gmail, can this be made to check your email list to see if anyone on the site match up with your emails, and or give you the option to invite people from your personal email?

onlinejalsa
11-20-2008, 06:46 PM
You must enable back the registration option and enable this in the menu of the invite system:
Disable Normal Registration Methods

Greetz

how can i disable normal registration ?

itsatonline
11-20-2008, 07:05 PM
hi
how can i craet limitation for usergorup?
example:usergroup:admin can send 100 invite
moderator can send 10 invite

Talk-Pets
11-21-2008, 10:59 AM
Is there somewhere to show who have send out invitations and how many? Perhaps even to what mail addys they?ve send out to? I?m thinking perhaps through the admin cp even though I?m unable to find.... But I could have missed looking at the right place of course :)

*Bump*

Seiryuu
11-22-2008, 03:31 AM
This should do wonders for my site.

Cheers mate!

HO3R
11-22-2008, 08:18 AM
how can i disable normal registration ?

AdminCP - vBulletin Options - Invitation System Options


Greetz

ShMilO
11-23-2008, 01:57 PM
Step 1: Just go to your database
Step 2: Go to table user
Step 3: Edit field: invitation
Step 4: Change the default 100 into your number!

All new registrations will get the default number of invites

Greetz

ok
but when i got to the tableuser i only saw the invitation field for every user
i didn't see a general field or something like that

and as i understood this will affect the new registrations
what about the active members ?

Dragonsys
11-23-2008, 02:51 PM
ok
but when i got to the tableuser i only saw the invitation field for every user
i didn't see a general field or something like that

and as i understood this will affect the new registrations
what about the active members ?

you have to edit the table structure.
It will not affect anyone already registered, for that you will need to run a SQL query, such as UPDATE `user_table_name` SET `invitation` = value_you_want WHERE `invitation` = 100;

Bill Thebert
11-23-2008, 03:54 PM
Is there somewhere to show who have send out invitations and how many? Perhaps even to what mail addys they?ve send out to? I?m thinking perhaps through the admin cp even though I?m unable to find.... But I could have missed looking at the right place of course :)

I, too, would like to be able to see and manage invitations created by others.

There have been times, for example, when "User A" invites "User B", but for some reason the email was never received, etc.

No one ELSE may invite "User B" unless and until the first invitation is withdrawn or deleted. and as an Admin I would like to be able to do that.

Please tell us if/how Admin users can monitor and manage the invitations sent by other users, or if this is not currently possible, whether it is being considered?

Bill Thebert
11-23-2008, 04:21 PM
Another function that I would love to see incorporated into this product, if you're open to such suggestion, is under AdminCP --> Users --> Search for Users

I'd like to be able to search on the Referrer field, to see who all was invited/referred by "User X".

I guess that's not entirely unlike my request above.

Talk-Pets
11-24-2008, 08:47 AM
Is there somewhere to show who have send out invitations and how many? Perhaps even to what mail addys they?ve send out to? I?m thinking perhaps through the admin cp even though I?m unable to find.... But I could have missed looking at the right place of course :)

*Bump*

I?ll try asking again................ Anyone?

TaMpE
11-25-2008, 07:29 PM
Can you please add how much invites each person/user can have?

I see 100 and that's too much for a user.

Thanks for the mod

rossh
11-27-2008, 01:52 AM
My board is set up to "Moderate New Members". i.e. all new users need to be approved. When I send an invitation, they still run into this procedure.

How can I have an invited address that responds with a new user application, bypass the "Moderate New Members" approval process, and have them instead auto approved?

Thank Rossh

Phaedrus
11-27-2008, 04:25 PM
Be careful there are several misspellings in the phrases and some of them are grammatically worded oddly. I am also wondering what happens if the users run out of invites?

I see nowhere I can set different levels for the usergroups for invite numbers, or even to set no limit for groups like Administrators or reset the number of invites for all groups... How do they "earn" invites?

I'd also like to see an option to create just a link to refer people to the site that automatically sets the referral name.

Talk-Pets
11-30-2008, 11:48 AM
I would just like for the creator of this to actually respond to this thread. Guess thats too much to ask :mad:

CPOWA
11-30-2008, 05:12 PM
Installed on 3.7.4 PL1

Seems to be working just great :)

Thank you!

rafa3l
11-30-2008, 06:47 PM
Sorry if this is a duplicated question, but I would like to know if is possible get a list of users with the number of how many invitations was send each one? just like the referres stats but with the number of invitations.

Thanks in advance

crackers
12-03-2008, 12:58 AM
DANGER!

I found big mistake in this mod but fortunately I found solution! :)

When you trying to send an invitation - script checks if email exists in database or not. When it checks, mysql load grows to 30-40% on E5200 processor! Horrible!

You have to edit an Invitation User CP plugin and replace that:

$invitationcheck = $db->query_read("SELECT user.userid AS user_id, user.email AS user_email, invitation.email AS inv_email, invitation.acceptedby as inv_id
FROM " . TABLE_PREFIX . "user AS user
LEFT JOIN " . TABLE_PREFIX . "invitation AS invitation
ON user.userid = invitation.acceptedby OR user.userid = invitation.email
WHERE user.email = '" . $db->escape_string($vbulletin->GPC['email']) . "'
OR invitation.email = '" . $db->escape_string($vbulletin->GPC['email']) . "'
");

while ($invitation = $db->fetch_array($invitationcheck)) {
if ( $invitation['user_id'] == $invitation['inv_id'] ) {
$errors[] = fetch_error('invitation_user_already_invited');
} elseif ( $invitation['user_email'] == $vbulletin->GPC['email']) {
$errors[] = fetch_error('invitation_email_already_registered') ;
}
}


for that:

$invitationcheck = $db->query_read("SELECT email
FROM " . TABLE_PREFIX . "user
WHERE email = '" . $db->escape_string($vbulletin->GPC['email']) . "'
");

while ($invitation = $db->fetch_array($invitationcheck)) {
if ( $vbulletin->GPC['email'] ) {
$errors[] = fetch_error('invitation_email_already_registered') ;
}
}


That solution incredibly reduce load and doesn't destroy proper mod funcionality.

Dragonsys
12-03-2008, 05:12 PM
I?ll try asking again................ Anyone?

if you look back, you can see that this has been asked many times, and the answer is always no

Dragonsys
12-03-2008, 05:13 PM
I would just like for the creator of this to actually respond to this thread. Guess thats too much to ask :mad:

I agree, especially since this is one of (if not the) most popular MODs

Computer_Angel
12-03-2008, 11:57 PM
How could I set invitation number for group ? Seem this mod still need more developing.

crackers
12-05-2008, 09:44 PM
Computer_Angel:

UPDATE `prefix_user` SET `invitation`=x1 WHERE `usergroupid`=x2;

Where x1: here you'are setting invitations amount (number)
Where x2: here you're setting usergroupid (number)

Moreover you can change default amount of invitation which get all new registered users by editing invitation pole and changing the default amount of invitations to eg. 0.

Also you can make a cron file with mysql commands and add this file to vbulletin's planned jobs.

GSeybold
12-06-2008, 06:47 PM
Easy installation.. Works great. Thank you!

TheFocusElf
12-10-2008, 01:06 AM
Fabulous mod!

GSeybold
12-10-2008, 05:08 AM
works great. very easy install

DieselMinded
12-10-2008, 07:31 AM
DANGER!

I found big mistake in this mod but fortunately I found solution! :)

When you trying to send an invitation - script checks if email exists in database or not. When it checks, mysql load grows to 30-40% on E5200 processor! Horrible!

You have to edit an Invitation User CP plugin and replace that:

$invitationcheck = $db->query_read("SELECT user.userid AS user_id, user.email AS user_email, invitation.email AS inv_email, invitation.acceptedby as inv_id
FROM " . TABLE_PREFIX . "user AS user
LEFT JOIN " . TABLE_PREFIX . "invitation AS invitation
ON user.userid = invitation.acceptedby OR user.userid = invitation.email
WHERE user.email = '" . $db->escape_string($vbulletin->GPC['email']) . "'
OR invitation.email = '" . $db->escape_string($vbulletin->GPC['email']) . "'
");

while ($invitation = $db->fetch_array($invitationcheck)) {
if ( $invitation['user_id'] == $invitation['inv_id'] ) {
$errors[] = fetch_error('invitation_user_already_invited');
} elseif ( $invitation['user_email'] == $vbulletin->GPC['email']) {
$errors[] = fetch_error('invitation_email_already_registered') ;
}
}


for that:

$invitationcheck = $db->query_read("SELECT email
FROM " . TABLE_PREFIX . "user
WHERE email = '" . $db->escape_string($vbulletin->GPC['email']) . "'
");

while ($invitation = $db->fetch_array($invitationcheck)) {
if ( $vbulletin->GPC['email'] ) {
$errors[] = fetch_error('invitation_email_already_registered') ;
}
}


That solution incredibly reduce load and doesn't destroy proper mod funcionality.

Any one confirm this?

Sunka
12-14-2008, 04:33 AM
Installed.
Thank you!

TriMe
12-14-2008, 11:25 PM
I had a webmail/facebook contact grabber installed on my site (http://www.globalhockeynetwork.com/inv_invite_friends.php). This addon was supposed to get one a looong time ago... but I got tierd of waiting.

uninstalled

DebtFree
12-16-2008, 01:42 PM
I can't actually get any emails to be sent. It says it has sent it, it records it as being sent (so I can delete it later), but no email ever arrives :(

Any suggestions?

ArnyVee
12-17-2008, 11:17 PM
Is there anyway that someone can resend an old invite? Or, do they have to send a new invite altogether?

jlew24asu
12-18-2008, 11:55 AM
is there a way I can add a Invitation link in my navbar?

jlew24asu
12-18-2008, 11:56 AM
I can't actually get any emails to be sent. It says it has sent it, it records it as being sent (so I can delete it later), but no email ever arrives :(

Any suggestions?

have you checked your spam inbox?

crackers
12-20-2008, 07:58 PM
DiesellMinded,

My board works with Invitation System with above metioned by me fix and works great. This fix removes duplicated and unnecessary queries in emails' checking section. As i wrote before, original mod generates huge load during checking if an email was used earlier. This fix doesn't remove mod funcionality, only decreases load generated by mod and rationalizes its work.

Please check this on your board:

1. Go to Invitation Panel in your User Panel.
2. Write an email in the email's pole and please click Send.

Next do it after initiated my fix.

Do you see difference?

Tralala80
12-21-2008, 03:15 PM
# a> Ability to limit number of invites by user. (user: Admin an have 10 invites, user: Testuser can have 20, etc, admin controlled)
# b> Ability to reset invites to 0 on a per user basis (override), admin controlled
# c> Ability to reset to max being unused, admin controlled
# d> Abilitiy turn to on or off Invitation System per user basis, admin controlled
How can I use these features? I do not see any options.

csoroner
12-21-2008, 05:14 PM
Just installed this on my 3.7.4 board and it works great!

Very nice work!

Clicked installed!

fib
12-22-2008, 03:17 AM
hi Hasann and all

my question is this

I would like to use the invites system with different settings for one or two users

those users (me and another) would send invites as normal
and
when the person invited by those 2 users joins they automatically end up in a particular group when registration is completed (after email verification - not serious issue though)

the system would work as normal for all others

what do we think - is this possible it would certainly be helpful to me

Thank you for your time and this mod has been great

Stefjeff
12-22-2008, 06:16 AM
Ive just installed Vbulletin today and this was my first product install so was a little nervous but had no probs works like a charm, thanks so much.

andreamarucci
12-22-2008, 10:39 AM
How's possible to show the link to send invitation only on the administrator user CP and not in every user CP? The default to show in the user CP is set to "yes" so I should go user per user and change this value to "No" but is not feasible.

Solutions are

1 - Change the code to insert in USERCP_SHELL to something that check if the user is and admin. Something like that

<if condition="$show['member']">
<if condition="$vbulletin->options['invitation_usercp_link']">
<tr>
<td class="$navclass[invitation]" nowrap="nowrap">
<a class="smallfont" href="profile.php?$session[sessionurl]do=invitation">$vbphrase[invitation]</a>
</td>
</tr>
</if>
</if>


but since I'm not a coder I don't know if the syntax is right or not or

2 - Run a SQL query so set "Can this User Send Invitations? (Override)" to "No"

Any suggestion?

juverol
12-24-2008, 04:30 PM
Thank you.

sagol ;)

Loki12
12-28-2008, 04:32 PM
Demo login is not working

habibie_u2
12-29-2008, 03:55 AM
I have Installed this :D

thanx..... :up:

btw, can we send separate email in once??

ragtek
12-29-2008, 06:02 AM
One small suggestion:

Use the usergrouppermission system instead the vbulletin options for the "can invite/can del" permissions.

GrendelKhan{TSU
12-29-2008, 05:50 PM
anyone know if this works with vb 3.8?

indie2industry
12-29-2008, 07:42 PM
I currently have this.

https://vborg.vbsupport.ru/showthread.php?t=90849

If I install your product, will it conflict??

nando99
12-29-2008, 07:57 PM
I currently have this.

https://vborg.vbsupport.ru/showthread.php?t=90849

If I install your product, will it conflict??

what version of VB do you have that installed on?

indie2industry
12-29-2008, 10:35 PM
what version of VB do you have that installed on?3.7.2

Smiry Kin's
01-02-2009, 03:45 PM
Currently getting this "Can't connect to database server."

and when i uninstalled it, it didnt remove... it was still redirecting people to it when new users registered?

any help?

Abe1
01-02-2009, 03:59 PM
In the 'profile_start' hook, I changed:
vbmail($invitation_email, $subject, $message, true, $vbulletin->options['webmasteremail'], '', $vbulletin->userinfo['username']);

to:
vbmail($invitation_email, $subject, $message, true, $vbulletin->userinfo['email'], '', $vbulletin->userinfo['username']);
So the person getting the invite, gets the email from a freindly person and responds to them if they have any questions.

Smiry Kin's
01-02-2009, 09:35 PM
Currently getting this "Can't connect to database server."

and when i uninstalled it, it didnt remove... it was still redirecting people to it when new users registered?

any help?

also unable to remove this poduct from the forums after deleting the product, it still redirects users to the invite script

abrecher
01-08-2009, 08:47 PM
Is this mod 3.8 compatible ?

Hasann
01-09-2009, 11:00 AM
Is this mod 3.8 compatible ?

update for vB v3.8 Gold coming soon! but no contact grabber

GrendelKhan{TSU
01-09-2009, 06:22 PM
OMG THANKS!!


yah.,.. working on 3.8 gold as is for me. :) no grabber though :(
(those ymail /yahoo address dno't seem to get the email. :confused: )

Alfa1
01-10-2009, 06:20 PM
update for vB v3.8 Gold coming soon! but no contact grabber
3.8 Upgrade will be very welcome.

Contact grabber = good donation from me

ShMilO
01-11-2009, 05:21 PM
i get an SQL error if i try to edit any user group in the admin panel

Invalid SQL:
UPDATE tableusergroup SET

MySQL Error : Unknown column 'invitationpermissions' in 'field list'
Error Number : 1054

i think this is because of an option in the group settings
pic included :

indie2industry
01-12-2009, 06:29 AM
I currently have this.

https://vborg.vbsupport.ru/showthread.php?t=90849

If I install your product, will it conflict??
:confused::confused::confused:

indie2industry
01-13-2009, 09:45 AM
ok, I got it working but I have 1 suggestion:

a> Ability to limit number of invites by user. (user: Admin an have 10 invites, user: Testuser can have 20, etc, admin controlled)

It would be easier to limit number of invites by usergroups

ragtek
01-14-2009, 09:18 PM
Yes, that could also be made with permissions.
Also this things: https://vborg.vbsupport.ru/showpost.php?p=1696134&postcount=812

cagbaazee
01-17-2009, 06:40 PM
will it works with version 3.8. do reply

ragtek
01-18-2009, 12:53 PM
Not a real bug, but you're having the securitytoken 2x in the usercp_invitation form
1x at beginn of the form and one time at the end

Pure Dope
01-20-2009, 12:21 AM
is there a way to make your board invite only with this?

invitezone
01-22-2009, 11:53 AM
ok i installed this mod and it works...but the invite user options do not show up in the acp ? anyone have an idea whats wrong.

thanks

fariborz khan
01-25-2009, 03:57 AM
i like this mod why you dont update it for 3.8.x;)

Silencer Groans
01-25-2009, 05:10 AM
Thank you

TaMpE
01-28-2009, 01:29 AM
does this mod have a feature to limit how much invites each usergroup can have?

please this is important on my forums :(

murekhalir
01-28-2009, 04:37 AM
Is the a way to just get people to generate referral ids?

Without having to email themselves?

I don't care about the amount of invites really, i'm just running a contest on my forum based on referrals, so would this hack do it?

jluerken
01-28-2009, 02:54 PM
Hi Hasann,

can you please update this addon so that the Invitation Description Text and Email Subject/Body can be phrased?

Regards
jluerken

Alfa1
01-29-2009, 10:20 AM
Any update on the 3.8 version?

Leo Brazil
01-29-2009, 11:03 AM
What are the problems people here are getting with this on 3.8 ?

I'm asking you that because I have it installed since 3.7.1 and it survived all my vB updates and I'm using it now on 3.8.0 without any issues.

Am I too lucky or should I expect to get some errors that I'm not paying attention ?

ShMilO
01-29-2009, 05:48 PM
i get an SQL error if i try to edit any user group in the admin panel

Invalid SQL:
UPDATE tableusergroup SET

MySQL Error : Unknown column 'invitationpermissions' in 'field list'
Error Number : 1054

i think this is because of an option in the group settings
pic included :

anyone ?

Armyqt
01-30-2009, 10:30 AM
Great mod! Thank you for this!! I am a new community and I need all the help I can getting members.

Since I've installed so many mods, my nav bar has extended outward beyond the template border. I added the double nav mod, but that just added more links at the top. How do I 1) create drop down menus on the nav bar and move them around and
2) edit my template to make it a little bit wider. It's a custom style but I didn't create it. The designer of my WP blog did it for me.

Any help is appreciated. Please feel free to PM me.

Thanks :)

Leo Brazil
01-30-2009, 11:10 AM
Armyqt,

I had the same thing, my navbar was getting too big and even with a second one everything was full.
I've just installed this one and working great. Take a look it could be what you looking for.

https://vborg.vbsupport.ru/showthread.php?t=203521

Armyqt
01-30-2009, 04:12 PM
Armyqt,

I had the same thing, my navbar was getting too big and even with a second one everything was full.
I've just installed this one and working great. Take a look it could be what you looking for.

https://vborg.vbsupport.ru/showthread.php?t=203521

Thanks Leo, but this is not the solution I'm looking for. I need to be able to make the existing navbar drop-down capable. I don't want to add a third nav bar. Any other suggestions?

King Justice
01-30-2009, 10:34 PM
In the 'profile_start' hook, I changed:
vbmail($invitation_email, $subject, $message, true, $vbulletin->options['webmasteremail'], '', $vbulletin->userinfo['username']);

to:
vbmail($invitation_email, $subject, $message, true, $vbulletin->userinfo['email'], '', $vbulletin->userinfo['username']);
So the person getting the invite, gets the email from a freindly person and responds to them if they have any questions.
Great, I'm going to test this out on 3.8.1 and see if it works, and use the above modified code as well. :D

King Justice
01-30-2009, 10:55 PM
Great, I'm going to test this out on 3.8.1 and see if it works, and use the above modified code as well. :D
Just to let you guys know I had problems finding the hook. It's in the XML file itself.. :)

invitezone
02-02-2009, 11:29 AM
i cant get the invite user option to show up in the acp...i had this mod installed and it worked great...but i had a board crash and i had to re install the board and use a back up of the board i had...it wasnt showing up when i did the back up so i reinstalled the mod and it still dont show up...anyone have any idea's what could be wrong.

thank u

Vaupell
02-02-2009, 08:22 PM
omg this might be what im looking for,. can this drop a user using a invitation code into
a specifik group ?

i made a request here special invitation system (https://vborg.vbsupport.ru/showthread.php?t=203613&highlight=invitation) ;)

you know invite users by using a special code, perhaps like this

exsample
user : tom, registrates with the invitation code "offer31"

if invitation code = true
add user to usergroup = "special group
else
add user to usergroup = "normal
/if

ragtek
02-02-2009, 08:23 PM
No, it's not possible with this add-on, but it's a nice idee.

Nadeemjp
02-06-2009, 04:40 AM
hey hassan, do you think you can please please update this to be used by the 3.8 version users as well? i have been looking for an invitation system for months now:(
please consider updating it for 3.8

ragtek
02-06-2009, 04:43 AM
what's not working with 3.8?

relaxiha
02-10-2009, 06:10 AM
please please update this to be used by the 3.8 version users as well?

ragtek
02-10-2009, 06:18 AM
what isn't working with 3.8?

Sunka
02-13-2009, 07:51 AM
3.8 versionda ?alışıyor mu bu eklenti ?

Write on english...This is english forum...what if all of us start to write in our mother language?

buzkiran
02-13-2009, 11:43 AM
Write on english...This is english forum...what if all of us start to write in our mother language?

I want to using turkish language, because; This plugin writer is turkish coder ;)
But okey,
This plugin is work vb 3.8 ?
And
I using turkish language because, I speak the little english :)

Sunka
02-13-2009, 12:21 PM
Write on english...This is english forum...what if all of us start to write in our mother language?

I want to using turkish language, because; This plugin writer is turkish coder ;)
But okey,
This plugin is work vb 3.8 ?
And
I using turkish language because, I speak the little english :)

This is english forum! I wrote som BBcodes here and explain how to use them on english language. I am Croat. What if I write on croatian language? Would you understand me?
Yes, this plugin works on vBulletin v3.8.1

I do not want to argue with you, but if you want to speak with creator of this code on yours mother language, please send him PM

I do not know turkish language, and you do not know croatian language, but we both know english. ;)

buzkiran
02-13-2009, 01:49 PM
This is english forum! I wrote som BBcodes here and explain how to use them on english language. I am Croat. What if I write on croatian language? Would you understand me?
Yes, this plugin works on vBulletin v3.8.1

I do not want to argue with you, but if you want to speak with creator of this code on yours mother language, please send him PM

I do not know turkish language, and you do not know croatian language, but we both know english. ;)
I don't noting at all understand you because the little speak english but
Yes, this plugin works on vBulletin v3.8.1
Thank you... :)

Hasann
02-13-2009, 01:51 PM
3.8 versionda ?alışıyor mu bu eklenti ?

calisiyor arkadasim takma sen bunlari :)

yes it does work with vBulletin v3.8.1

Lynne
02-13-2009, 04:35 PM
Please post in english only - non-english posts removed. Thank you.

Dewaniya
02-15-2009, 01:36 PM
I have a golden hit suggestion! read carefully please Hasann..

I suggest to issue a key to be used in registration, similar to the coupon numbers used in any marketing campaign to identify users...

This solves the issue of emails getting out from the server are listed in emails spamming databases.. am sure this is one of the main challenges of using this invitation module properly.. 7 from 10 of the invitations are lost, and not utilized due to this issue.

So the user gets an ID, and a confirmation that the invitation is sent via Email, and the user him self if he knows the interested person to join the forum in person or via Instant Messaging Applications, he send it to him directly..

Please consider using an easy to be copied Key, or maybe an invitation id that is used in the URL it self?

The idea overall helps to have an efficient way to calculate the number of issued Invitations, and number of registrations without facing the problem of losing big part of due too the spam databases.

Please comment on the idea to improve it.

Thanks,

xsamet
02-18-2009, 06:14 AM
invite the people on the member profiles to see.
The person who invited or invited to see the postbit.

Install. Thank you.

Postbitde davet ettiği kişileri görmek mümkünmü.
yada davet edilen kişiyi kimin davet ettiği postbit de görmek mümkünmü.

Kurdum. Teşekkür ederim.

kevin12
02-23-2009, 06:46 PM
Hello, no work in vbullletin 3.8.1

Problem edit usergroup if you install this mod
in usergroups if you update show this error


Database error in vBulletin 3.8.1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'User Gold',
`description` = '',
`usertitle` = 'User Gold',
`opentag` = '<b>',
`closetag` = '</b>',
`passwordexpires` = '180',
`passwordhistory` = '0',
`ispublicgroup` = '0',
`canoverride` = '0',
`vbwikiroles` = '',
`vbwikipermissions` = '55',
`invitationpermissions` = '0',
`forumpermissions` = '16511231',
`genericpermissions` = '787005339',
`attachlimit` = '0',
`pmquota` = '20',
`pmpermissions` = '0',
`pmsendmax` = '20',
`pmthrottlequantity` = '0',
`calendarpermissions` = '31',
`wolpermissions` = '1',
`adminpermissions` = '0',
`genericpermissions2` = '1',
`genericoptions` = '55',
`profilepicmaxwidth` = '120',
`profilepicmaxheight` = '120',
`profilepicmaxsize` = '102400',
`avatarmaxwidth` = '120',
`avatarmaxheight` = '120',
`avatarmaxsize` = '102400',
`signaturepermissions` = '233471',
`sigpicmaxwidth` = '650',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '20000',
`sigmaxrawchars` = '200',
`sigmaxchars` = '200',
`sigmaxlines` = '5',
`sigmaxsizebbcode` = '3',
`sigmaximages` = '1',
`albumpermissions` = '223',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '1000000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '32',
`visitormessagepermissions` = '31',
`socialgrouppermissions` = '51191',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '102400'
WHERE usergroupid=36;

MySQL Error : Unknown column 'invitationpermissions' in 'field list'
Error Number : 1054
Date : Monday, February 23rd 2009 @ 12:33:14 PM
Script : http://forum.com/usercp/usergroup.php?do=update
Referrer : http://forum.com/uservcpusergroup.php?do=edit&usergroupid=36



Thanks in advance

Sworm
02-23-2009, 07:29 PM
yes it does work with vBulletin v3.8.1

Strange,
for me work on 3.81 version, i can send invite and who receive the invite don't have reg problems.

I have upgraded from 3.73 to the 3.81

kevin12
02-24-2009, 03:39 PM
Hello Sworm
This mod work perfect in vBulletin 3.8.1 for send invitation but......

in admin CP,
User Goups, select Group, example Administrator(id6)
Change any option, example limits sig
save changes

Error data base

Sworm
02-24-2009, 09:47 PM
What is "limits sig"?

I have change in Admin Group "allow HTML" from "NO" to "Yes" and i have clicked on "Upgrade"
The reply it was:
"Admin Goup ID6 is saved succesfully"

Very strange

kevin12
02-26-2009, 04:35 PM
What is "limits sig"?

I have change in Admin Group "allow HTML" from "NO" to "Yes" and i have clicked on "Upgrade"
The reply it was:
"Admin Goup ID6 is saved succesfully"

Very strange

For me no workin this accion in vbulletin 3.8.1 :-(

nickypoooo
02-28-2009, 03:33 AM
I can't get the "send invitation link" under quick links to work on my vbadvanced pages.

I did Add profile.php to the list of Navbar Replacements
Admin CP > vBa CMPS > Default settings > Global vBadvanced Settings

kersti
03-01-2009, 03:00 PM
OK I installed this one, seemed to work kind of OK. Reading through all the posts has me concerned tho

- seems to be some sort of leak, can't have this bring down my site
- no admin view of all invites sent and status
- cannot disable normal registrations without editing templates despite chosing that option (semi-works in firefox but safari it works like normal)
- no earning invite ability

So, until there's a new version I'm uninstalling for now.

MrD3SAi
03-06-2009, 07:10 PM
We installed this on our board. The only problem upto now is that users with Hotmail accounts are not getting the invitation.
Any plan of upgrading it to make sure hotmail servers do get the emails too?? They don't even reach the junk folder.

Merriweather
03-07-2009, 05:48 AM
Forgive me for not having time to read 58 pages for the answers, but:

(1) Can the number of invites a user can send be limited?

(2) Can the invitations set to expire after X amount of time?

(3) Can it be set up in a way that a user who registers via an invitation link is added to a special usergroup? Or better yet...

(4) Can it be set up so that a user who registers via an invitation link can be given a paid subscription membership for a set amount of time?

I'd love to use this as a system for users to give "free trials" to their friends, since my board is paid members only...

frogster
03-10-2009, 02:45 AM
update for vB v3.8 Gold coming soon! but no contact grabber


Is this something that you will consider adding in the future or not? I know Plaxo now has some easy widget one can use...

DieselMinded
03-10-2009, 11:13 AM
add check boxes next to sent emails so you can mass delete

MrD3SAi
03-11-2009, 09:38 PM
One more question, although I haven't received answer to my last one yet.
Where and how can I limit the number of invites per user group?

frogster
03-12-2009, 05:04 AM
update for vB v3.8 Gold coming soon! but no contact grabber


Hello...I just finished reading through 59 pages to better understand this mod AND more importantly to see if there were any new updates regarding the Contact Grabber.

I just wanted to know AND I'm sure most people who installed this mod want to know..

1. Are you absolutely sure you will not include a contact grabber in your next release??? :( I think this feature would = many donations...

2. If you are absolutely not going to consider it, I had read somewhere within these 59 pages that you were coming out with a paid one that would include this...TIME FRAME?

I know you have many questions a day but pretty please can you answer this one not only for all your curious installers but to avoid myself for paying for something if you are going to be releasing it...whether it end up being paid or not....doesn't reading through 59 pages count for something lol?

Thanks in advance.

Hasann
03-13-2009, 10:19 PM
Hello...I just finished reading through 59 pages to better understand this mod AND more importantly to see if there were any new updates regarding the Contact Grabber.

I just wanted to know AND I'm sure most people who installed this mod want to know..

1. Are you absolutely sure you will not include a contact grabber in your next release??? :( I think this feature would = many donations...

2. If you are absolutely not going to consider it, I had read somewhere within these 59 pages that you were coming out with a paid one that would include this...TIME FRAME?

I know you have many questions a day but pretty please can you answer this one not only for all your curious installers but to avoid myself for paying for something if you are going to be releasing it...whether it end up being paid or not....doesn't reading through 59 pages count for something lol?

Thanks in advance.

Light version of this mod will be not include contact grabber perhabs PRO version of this Mod will be include Contact Grabber but I dont know if you installed CURL Library in your server?

frogster
03-14-2009, 02:17 AM
Light version of this mod will be not include contact grabber perhabs PRO version of this Mod will be include Contact Grabber but I dont know if you installed CURL Library in your server?

I'll install whatever I need to on the server...but when will you have PRO version ready?

AboutMyHost
03-18-2009, 04:19 AM
hello

is this add-on works on 3.8.1??

thanks in advanced

SiaigBU
03-19-2009, 02:47 PM
hello

is this add-on works on 3.8.1??

thanks in advanced

It's working fine in 3.8.1
No bugs for now. :D
I just edit the xml to start with 3 invites.

Makaveli007
03-20-2009, 09:18 PM
Installed, Thanks

Mazoo
03-26-2009, 07:16 AM
Is it possible to add " MSN / Yahoo / Gmail contacts " importer to this lovely hack ?

jskoh
03-26-2009, 02:53 PM
Is it possible to add " MSN / Yahoo / Gmail contacts " importer to this lovely hack ?

as what im thinking..

btw what is the email should i enter in format for mas email invite?

name@email.com, 2name@email.com

or

name@email.com 2name@email.com

Hasann
03-27-2009, 02:01 AM
as what im thinking..

btw what is the email should i enter in format for mas email invite?

name@email.com, 2name@email.com

or

name@email.com 2name@email.com

sorry, there is no send multiple emails option :erm:

cozmin
03-28-2009, 02:52 PM
One more question, although I haven't received answer to my last one yet.
Where and how can I limit the number of invites per user group?



Yeah, how we can do that? Thanks.

Hasann
03-28-2009, 04:14 PM
Yeah, how we can do that? Thanks.

you can't do that in this version :(

cozmin
03-28-2009, 05:58 PM
Ohh, Jesus, is there a mod that can do that? To give a number of invites by usergroup ? Thanks...

ragtek
03-29-2009, 08:40 PM
And how should that work?

I tried it, but i don't see a way here, maybe somebody could explain it how you think that should work.

Brandon Sheley
03-29-2009, 08:54 PM
This looks like a great mod, but a contact grabber for yahoo, msn and aim would be great.
Can it be added? and if it's a pro version, can you send me a link

thanks
-Brandon

MyPornLife.info
04-05-2009, 12:11 PM
can u make it for vb 3.8.2 ??
& of course english version plz

bigcurt
04-16-2009, 03:11 AM
Looking good Hasann...can't wait for 3.8 version.

Saviour
04-16-2009, 03:51 PM
Any issues with this, or will there be a version for vB 3.8.2, Hasann?

Mum
04-16-2009, 06:44 PM
This works fine on 3.8

vitrag24
04-20-2009, 05:07 PM
Demo login to that site isn't working.

Does this mod includes invite to gmail/yahoo/hotmail/aol and facebook/orkut/hi5 etc. invite?
If not, then can anyone make such mod?

BlueNinjaGo
04-20-2009, 05:59 PM
Does this mod includes invite to gmail/yahoo/hotmail/aol and facebook/orkut/hi5 etc. invite?
If not, then can anyone make such mod?

The user puts whatever e-mail address they wish into the invite system. So it can really e-mail to any e-mail address....

Now whether or not Gmail or Hotmail puts the e-mail in a "spam" folder", I don't know...

vitrag24
04-20-2009, 06:04 PM
The user puts whatever e-mail address they wish into the invite system. So it can really e-mail to any e-mail address....

Now whether or not Gmail or Hotmail puts the e-mail in a "spam" folder", I don't know...

i mean to ask if this mod invite all contacts in user's hotmail/gmail etc. account?

or such mod for vbulletin exists?

e.g. in facebook after u register, it grabs ur contacts of gmail/yahoo etc and send invite..

BlueNinjaGo
04-20-2009, 06:13 PM
Something like this? (https://vborg.vbsupport.ru/showthread.php?t=211677)

vitrag24
04-20-2009, 08:01 PM
Something like this? (https://vborg.vbsupport.ru/showthread.php?t=211677)

yeah..seems like wht i was looking for..

but it's for 3.8.2 and beta version.

i hope it'll work on my vbulletin 3.7.1.

johnbro
04-26-2009, 05:21 AM
How to set default number of invites what a user receive on signup?

i`m using 3.8.2

mgcom
04-27-2009, 09:45 PM
cheers man

Dragonsys
04-28-2009, 01:44 PM
How to set default number of invites what a user receive on signup?

i`m using 3.8.2

you edit the DB user table and increase the default from 100 to whatever you want

islaremota
05-01-2009, 11:45 AM
Hi when I delete a user I see the error above:

Parse error: syntax error, unexpected T_STRING in xxxxxxxxxxx/forum/includes/class_dm_user.php(2276) : eval()'d code on line 17

This led him watching from the 3.7.4 version I remember, I'm on 3.7.6 and still the same.

-------------------

Line: 2276

($hook = vBulletinHook::fetch_hook('userdata_delete')) ? eval($hook) : false;
This does not seem to like: eval($hook)

Any solution?

Greetings and good day.

CP,
05-10-2009, 12:23 PM
Can admin view who invited who?
Can admin view who invited how many?

I think that is very important ^^ so we can offer our members prizes if they invite "x" number of members who become active.

ragtek
05-10-2009, 12:33 PM
Can admin view who invited who?
Can admin view who invited how many?

I think that is very important ^^ so we can offer our members prizes if they invite "x" number of members who become active.you could use https://vborg.vbsupport.ru/showthread.php?t=212505

and how many somebody invited is available without a modification
just check the userprofile;)

dancue
05-11-2009, 11:36 AM
This is one of the most important mods. I wish there were more updates.

PhenomLeader
05-23-2009, 12:54 PM
I am having a problem with this mod since upgrading.

The url that it sends the invitee simply sends them to the screen that says they need an invite. Even if I edit the url to just show the register.php link, it still says you need an invite to register, even though they're linking to the page FROM an invite.

jonbeard
05-24-2009, 04:32 PM
Does anyone know how I can make this code required to register? What I am trying to get is an invitation only forum. Removing register.php does not work, as this system requires it. Is there a way that I can do this? I have also tried to disable registration, but it affects the invitation system as well... PLEASE help, I will love you forever lol

~Jon

Aadil
05-25-2009, 09:24 AM
# a> Ability to limit number of invites by user. (user: Admin an have 10 invites, user: Testuser can have 20, etc, admin controlled)
# b> Ability to reset invites to 0 on a per user basis (override), admin controlled
# c> Ability to reset to max being unused, admin controlled
# d> Abilitiy turn to on or off Invitation System per user basis, admin controlled

Where can A be done from?

and how to change default 100 invites to everyone?

RobbieZ
05-25-2009, 01:25 PM
Does anyone know how I can make this code required to register? What I am trying to get is an invitation only forum. Removing register.php does not work, as this system requires it. Is there a way that I can do this? I have also tried to disable registration, but it affects the invitation system as well... PLEASE help, I will love you forever lol


~Jon

Click the second option in your adminCP . What happens is when people click register then the system will not allow you too. But if you process the link sent to you in an email this will allow you to join up.

https://vborg.vbsupport.ru/external/2009/05/45.jpg

doa24uk
05-25-2009, 08:42 PM
Ok guys,

Here's how to set custom numbers of invites on a per usergroup basis.

This requires using SQL.....

Take a note of the usergroup number (found in the Usergroup manager in the admincp)

Use phpadmin or your database viewer and do the following:


Go to the user table.
Click on SQL
Use this code -

UPDATE user set invitation=xxx WHERE usergroupid=yyy


xxx - Number of invitations you'd like the usergroup to have
yyy - Usergroup to apply the above number of invitations to.


Run it multiple times changing whichever variables you choose for different usergroups.

DoA

PhenomLeader
05-26-2009, 01:44 AM
Click the second option in your adminCP . What happens is when people click register then the system will not allow you too. But if you process the link sent to you in an email this will allow you to join up.

https://vborg.vbsupport.ru/attachment.php?attachmentid=80957&d=1211195882

I have this enabled but it just sends registrants on an endless loop, telling them they need an invitation.

RobbieZ
05-26-2009, 06:17 AM
I have this enabled but it just sends registrants on an endless loop, telling them they need an invitation.

We may have our wires crossed here. When a guest arrives at your site. They can not log in as they are not registered. So they click the link to register. Which should take them to the 'your invitation is not valid' message.

This is because the normal register link is this. http://www.yoursite/register.php?do=signup

When you send an invitation out via your userCP or the navbar link you should see this in your email.

http://www.yoursite.com/register.php?referrerid=1&invitation=345ebcc8289113dd2400

This should take you straight to the Forum Rules page and then CAPTCHA and then your details etc.

Try sending yourself an invite. Log out of your site and click the link in your email.

If none of the above is working then you must have installed it wrong.

doa24uk
05-27-2009, 08:28 AM
# a> Ability to limit number of invites by user. (user: Admin an have 10 invites, user: Testuser can have 20, etc, admin controlled)
# b> Ability to reset invites to 0 on a per user basis (override), admin controlled
# c> Ability to reset to max being unused, admin controlled
# d> Abilitiy turn to on or off Invitation System per user basis, admin controlled

and how to change default 100 invites to everyone?


This can all be done via mysql....

a --> See my post above

------

b -->

Find the userid (edit user profile & it'll be at the top of the admincp page)
UPDATE user set invitation=0 WHERE userid=yyy

yyy - the userid you found in step 1 of these instructions.

------

c --> I don't understand what you want here.

------

d -->

Find userid as above instructions explain.
UPDATE user set caninvitation=0 WHERE userid=yyy


yyy - the userid you found in step 1 of these instructions.


------

Change all user invites en-masse -->

UPDATE user set invitation=100

Then click on Structure (in phpmyadmin)
Edit the invitation field (pencil icon) and change the Default field to 100 (this will ensure all future registrations will default to 100 invitations.

PhenomLeader
05-27-2009, 10:45 AM
We may have our wires crossed here. When a guest arrives at your site. They can not log in as they are not registered. So they click the link to register. Which should take them to the 'your invitation is not valid' message.

This is because the normal register link is this. http://www.yoursite/register.php?do=signup

When you send an invitation out via your userCP or the navbar link you should see this in your email.

http://www.yoursite.com/register.php?referrerid=1&invitation=345ebcc8289113dd2400

This should take you straight to the Forum Rules page and then CAPTCHA and then your details etc.

Try sending yourself an invite. Log out of your site and click the link in your email.

If none of the above is working then you must have installed it wrong.

It doesn't. I've had this installed for awhile and it was working perfectly until I upgraded the forums and this script to the 3.7 version. I don't know what to do to fix it, but http://www.yoursite.com/register.php?referrerid=1&invitation=345ebcc8289113dd2400 sends registrants back to the page that says they need an invitation.

PhenomLeader
05-27-2009, 08:51 PM
I've uninstalled and reinstalled this modification and it's doing the same-- the link in the email sends the registrant to a page that says they need an invitation, not to the forum rules. I've sent myself dozens of invitations. They all do the same thing. This was working on 3.6. Seems to not be working on 3.8-- or is it just me?

ETA I fixed it! We still had the 3.6 version installed and the two versions were duking it out. Weird.

Aadil
05-27-2009, 10:43 PM
I've uninstalled and reinstalled this modification and it's doing the same-- the link in the email sends the registrant to a page that says they need an invitation, not to the forum rules. I've sent myself dozens of invitations. They all do the same thing. This was working on 3.6. Seems to not be working on 3.8-- or is it just me?

ETA I fixed it! We still had the 3.6 version installed and the two versions were duking it out. Weird.

Umm in ur VB registration options do u have registration closed?

If u do enable it and in the hack ticket the "Disable Normal Registration Methods"

Try that.. if its not like that..

FreshFroot
06-06-2009, 03:56 AM
how is this different than:

http://www.visionscripts.com/?page=products&productid=3

Just wondering... Because, I used to use vS invites, but yours looks almost the same. But, there must be some difference?

Saviour
06-12-2009, 11:19 PM
Uninstalled...

This mode needs to be updated with more options configured from AdminCP Options...

When it is...I might think about using it again...

Like setting the number of invitations...most users will not know how to go into their MySQL database and update the user table to correct the initial problem of setting this at 100 per user in the first place. That's an open invitation to spammers...who will register and abuse it. By the time you catch them...the damage is done.

So why not re-code it and include some of the recommendations that have been made throughout this thread?

ragtek
06-13-2009, 02:41 AM
Uninstalled...

This mode needs to be updated with more options configured from AdminCP Options...

When it is...I might think about using it again...

Like setting the number of invitations...most users will not know how to go into their MySQL database and update the user table to correct the initial problem of setting this at 100 per user in the first place. That's an open invitation to spammers...who will register and abuse it. By the time you catch them...the damage is done.

So why not re-code it and include some of the recommendations that have been made throughout this thread?then install http://vbulletin-germany.org/showthread.php?t=5429
its a add-on for this add-on which makes it possible for admins to set the invitation number in the userprofil with ajax;)

Saviour
06-13-2009, 11:46 AM
then install http://vbulletin-germany.org/showthread.php?t=5429
its a add-on for this add-on which makes it possible for admins to set the invitation number in the userprofil with ajax;)

Well...I'm tired of having to add additional add-ons to have a mod do what I want it to do. Don't you think the coder should include this in the mod? I mean...it's common sense. Sure let's give a user access to 100 invitations, initially, so a spammer can join and start sending out random email from a board to anyone they choose. Why not code this mod to an initial 10 invitations and add the ability for an admin to adjust this via the mod's options?

Don't get me wrong...I appreciate all the time and effort a coder puts into his/her work. Additionally...I see recommendations to these coders for improvements, which are either acknowledged and/or ignored...or they do incorporate them into the mod.

However, what aggravates me is that a mod will have a fix for a bug within the mod...and instead of updating the mod with the fix...you have to search/scroll through pages of threads to find the fix (in a separate file). Sheesh...just update the mod for crying out loud...and then notify those users (that have installed it) of the new release.

Just an opinion...

Businesss
06-14-2009, 02:44 AM
I installed it and it wrecked the layout of the navbar. I have uninstalled and waiting for a response from you, hoping you might know what the problem might be.

chrsta
06-20-2009, 10:25 AM
Hi, i would start to thanks for this great [mod] working perfectly!
Now i having some request that i want to see in the updated version.

1. Firstly if it would possible to make a invite without sending a email.
almost like smf invite [mod]. look here;
http://img13.imageshack.us/img13/7086/indexb.png

You can make a invite and then share it around without any need to email somebody.
I have many members asking for invites but don't giving me email addres. So if i could give the invite code directly instead of asking "what is your email address"

2. When you register. Would it be possible to post the invite code before register. like this:
https://vborg.vbsupport.ru/

3. I want to see this in the admincp panel:

*Max number of invites credits for a certain usergroup.
*Number of days for a invite key to be valid
*Number of days for a certain usergroup to get a new invite

If you could fix this, i will forever thank you Hasann!

Best Regards

SirHappy
06-20-2009, 03:19 PM
thx. works in 3.8.3.

chrsta
06-25-2009, 08:56 AM
any help at any way?
Please...

Booost This
07-04-2009, 03:34 AM
Hi, i would start to thanks for this great [mod] working perfectly!
Now i having some request that i want to see in the updated version.

2. When you register. Would it be possible to post the invite code before register. like this:
http://img41.imageshack.us/img41/7432/invitec.jpg

3. I want to see this in the admincp panel:

*Max number of invites credits for a certain usergroup.
*Number of days for a invite key to be valid
*Number of days for a certain usergroup to get a new invite

If you could fix this, i will forever thank you Hasann!

Best Regards

I second these two suggestions! These would be great! Especially number 2!

chet
07-06-2009, 02:09 PM
thx. works in 3.8.3.


Were there any problems or was it a straight install

Antonio Pereira
07-08-2009, 08:38 AM
This hack is good but need to be updated with more options configured.

Many users dont now how to use mysql :o

PLEASE new version:up:

Best Regards

EarnDollars
07-19-2009, 09:51 AM
Installed and looks work well for my site. Thanks a lot!

Now I will close normal registration for my site

unbri103
07-21-2009, 06:12 PM
Could you implement so you can change the number of invites based on userclass. It's kind of an inconvenience going through each individual user to change the invites to 0, 1 or 2 for a userbase of over 2000?

dont.net
07-31-2009, 06:05 PM
edit

dont.net
07-31-2009, 06:51 PM
great one ;)

ChandlerDog
08-07-2009, 10:51 PM
Great Mod!
Worked right out of the box.
---------------------------------------------
Link on CMPS won't work and I'm starting to get email from users. I ether have to remove it from that page or get it working.

Anyone out there that can help?

ChandlerDog
08-08-2009, 10:32 PM
I installed vBadvanced CMPS as my home page the link in the navbar Invite Your Friends showed up without a problem but doesn't work when clicked on i get http://mydomain.net/profile.php?do=invitation in the browser. But on my forum everything is just fine when clicked I get http://mydomain.net/forums/profile.php?do=invitation, I have looked in every template and for the life of me I can not fine where how to correct this.

Any ideas?

RedHacker
08-17-2009, 05:33 AM
I will disable "Create Link in Navbar". How to show in usercp said "Invite Your Friends" ....?

Not show at the left in Control Panel

brandon515
08-26-2009, 06:54 PM
Can this mod be used to send invites to current users to give them access to a private board?

moonclamp
09-11-2009, 04:12 PM
I'm having a bit of an issue with the email sender on this ...

Some invitations aren't getting through to some email accounts - Not going into junk folders, just not arriving at all. Having an issue with one hotmail account and one privately hosted domain, but a 'windows live' email address and a different private domain are both receiving the email without problems.

Any ideas?

EDIT: I had to turn SMTP mail on - obviously some providers hate php mail.

Chimpie
09-19-2009, 03:53 PM
I'm also having problems getting the Invite Your Friends to show up in the UserCP, even after editing the USERCP_SHELL.

The option of Show Invitation Link in User Control Panel? is turned on as well.

Thoughts?

Artes_Marciales
10-01-2009, 10:06 AM
Installed!!!
Thanks!!

HandsomeToad
10-03-2009, 01:54 PM
The instructions say:

INSTRUCTIONS
Install: ->Just Import product_invitation.xml via Product Manager

->Do template edits:
In USERCP_SHELL Template Find this Code

I cannot figure out how to do the 2nd part? Where is the "USER_SHELL" thingy at? :confused:

Ribbit :)

HandsomeToad
10-03-2009, 02:27 PM
Ps: Is there a way to change the limit of 100 Invites to a higher number?

Ribbit :)

HandsomeToad
10-03-2009, 09:20 PM
I figured out how to do the edit thingy but I noticed the Invitation wording isn't correct:

"If you would like to customize your invitation email, please do so by typing in here your message:"

It should read:

"If you would like to customize your invitation, please do so by typing your message here:"

How can I change that? :erm: Plus, how can I change the 100 invitations to 1001? :up:

Ribbit :)

jluerken
10-12-2009, 07:10 AM
If the email adress does already exist in the DB, the system shows an error:
1. There is already a registered member with this email address.
2. There is already a registered member with this email address.
3. There is already a registered member with this email address.
4. There is already a registered member with this email address.
5. There is already a registered member with this email address.
6. There is already a registered member with this email address.
7. There is already a registered member with this email address.
8. There is already a registered member with this email address.
9. There is already a registered member with this email address.

Its is ok that it does but can the system be modified to only show this error once and not 10 lines of it? ;)

etiangsonizer
10-16-2009, 12:14 PM
how will i do this upon registration, they will have this value of invites.

members = 5 invites only

mcloud
10-27-2009, 03:50 AM
Translation into spanish language

Traducción al español

nick682
10-27-2009, 08:31 PM
I changed the url of my forums now when I send an invite it send the invite with my old forums url. How can I change this?

luxmail
11-03-2009, 06:28 PM
how can i reset the number of invitations?

realdx
11-04-2009, 08:28 PM
Installed flawlessy on 3.8.4 PL1... Translated on a breeze with all phrases, now testing functionality.. So far, TOP MOD! Thank you so much!

ThePimp
11-06-2009, 11:09 PM
Will this work in 3.8?

starli
11-08-2009, 04:53 PM
how ca i change the max invites from 100 to 10?

taffy056
11-15-2009, 04:45 PM
This hack would be real cool to recode for VB4.0, really it should be a core function, but until it is could you look at redoing this one as my forum is invite only.

Thanks

Classico
11-15-2009, 11:12 PM
Hi!!

Does this work in VB4.0? ;)

Thanks

ragtek
11-16-2009, 05:01 AM
Hi!!

Does this work in VB4.0? ;)

Thanks

no it can't work with vB4

Pakblogger
11-19-2009, 06:35 AM
how i can increase from 100 invitation

GHC Webmaster
11-29-2009, 07:01 AM
Hasann,

Could you please let us now if you're planning on recoding this mod for VB4.0 anytime soon? And if so, what kind of timeline should we think about for the new release?

Thanks in advance for the info,

Walrick

Hasann
11-30-2009, 03:31 AM
Hasann,

Could you please let us now if you're planning on recoding this mod for VB4.0 anytime soon? And if so, what kind of timeline should we think about for the new release?

Thanks in advance for the info,

Walrick

Coming Soon ;)

Classico
11-30-2009, 09:43 AM
Coming Soon ;)

Great news! :up:

Veer
11-30-2009, 11:49 AM
Coming Soon ;)
Waiting.. :)

GHC Webmaster
11-30-2009, 03:27 PM
Great news indeed!

doubleclick
12-09-2009, 09:23 AM
fyi-

demo link doesn't work. Message: DNS error - cannot find server

Hasann
12-09-2009, 08:12 PM
fyi-

demo link doesn't work. Message: DNS error - cannot find server

demo is changed

go here www.vbulletin-tr.com/forum/profile.php?do=invitation&langid=1

Loget
12-09-2009, 08:14 PM
Hey mate,

I was wondering whether the option to limit invitations per month for each usergroup would be added? It'll take a long time editing members one by one to set invitation restrictions. I'd appreciate a reply please.

Thank you.

Loget
12-10-2009, 06:14 PM
I'd appreciate a reply from the creator.

Thanks.

Kosmic1
12-11-2009, 09:34 AM
Very nice mod!

One question: How can I fix this?

http://i50.tinypic.com/11aiqth.png

It happens in the default style too. :(

sweetguy2004
12-11-2009, 06:19 PM
How can i set this i cannot find any options in usergroups

Members -> 0 Invites
Mods-> 25 Invites
S.MOds-> 50 Invites
Admin-> 75 Invites
S.Admin-> 100 Invites

Thanks

sweetguy2004
12-12-2009, 05:41 AM
I made a new usergroup called invited users & i want all my invited users should get that usergroup after successful registration.

I remember there was a invite system who has all this stuff but can't fine it anymore...

Thanks

sweetguy2004
12-12-2009, 06:35 AM
Found It :D But it would be glad if you implement all this stuff in this.

Braincrusher
12-13-2009, 01:32 PM
How can i set this i cannot find any options in usergroups

Members -> 0 Invites
Mods-> 25 Invites
S.MOds-> 50 Invites
Admin-> 75 Invites
S.Admin-> 100 Invites

Thanks
Same Question, my members should invite members.

Braincrusher
12-13-2009, 01:44 PM
My usergroup members can?t send invitation, only if i make indivudell a member give a yes on admincp. But for new registered users, i must it on every user again. This sucks. :rolleyes:

andreamarucci
12-17-2009, 12:23 PM
Hasann what about porting this wonderful mod on the new VB4 version? Any plan to do it?

GHC Webmaster
12-17-2009, 12:47 PM
Hasann what about porting this wonderful mod on the new VB4 version? Any plan to do it?

See the previous page in this thread. My question and Hasann's answer.

Veer
12-17-2009, 12:54 PM
See the previous page in this thread. My question and Hasann's answer.
"Coming soon" from 30 Nov 2009...

I'm waiting as well..

Good luck Hasann bro!

DAIR1
01-01-2010, 03:34 PM
how ca i change the max invites from 100 to 10?

Has this been answered yet?

I dont want people spamming!

I'd like to limit this to 10 invites per user.

The option to only available per user (it should at least be by usergroup).

Can I alter the option via sql?

zombietom
01-02-2010, 03:57 AM
then install http://vbulletin-germany.org/showthread.php?t=5429
its a add-on for this add-on which makes it possible for admins to set the invitation number in the userprofil with ajax;)

Why not add this here on Vbulletin.org ?

thanks

lovechandigarh
01-30-2010, 09:58 AM
I'm also waiting for the vb4 version!

blake247
02-02-2010, 05:02 AM
A vb4 version would be awesome!

nofx1982
02-03-2010, 07:56 PM
waiting for vb4 version!:erm:

balkanboy
02-10-2010, 09:10 PM
are you planing to move to vb4.....? I'm in search if your not planning It would help on me deciding to find someone to start one with vb4

Thanks,

MrRem
02-11-2010, 08:14 AM
Any way of seeing who has the most invites over a period of time?

Jonluci
02-17-2010, 12:40 PM
waiting for the VB4 version as well :)

Scout24
02-18-2010, 11:50 AM
Hello I waiting as well for this modification I hope some one will make them.

GHC Webmaster
02-18-2010, 06:02 PM
Everyone who's waiting for the vb4 version: have a look at this one which has been posted yesterday. Might give you (and myself) what we need, among other things.

https://vborg.vbsupport.ru/showthread.php?t=236117

Joe Pimms
02-20-2010, 08:45 PM
hey is there an updated version of this mod for the 4.0 version of vbulletin

GHC Webmaster
02-21-2010, 09:05 AM
hey is there an updated version of this mod for the 4.0 version of vbulletin

If you would have bothered to read other recent replies you would have known there isn't. But there's an alternative available. See my previous reply in this thread.

Joe Siegler
02-25-2010, 03:24 PM
I have a user I wanted to send an invite to, and the system told me that person already has an invite pending. However, it wasn't from me. I can't send him one due to the pending one, and this user says he never received it.

How can I delete an invite sent by someone else so I can send another, or how can I resend one sent by someone else? (I'm the board admin).

GHC Webmaster
02-25-2010, 05:14 PM
I have a user I wanted to send an invite to, and the system told me that person already has an invite pending. However, it wasn't from me. I can't send him one due to the pending one, and this user says he never received it.

How can I delete an invite sent by someone else so I can send another, or how can I resend one sent by someone else? (I'm the board admin).

If you have phpmyadmin you can delete the invitation there.

I can't remember if there's an inside-vBulletin way of determining who invited someone (and I can't check it, as we upgraded to vb4). If you would know that, you could use a mod like "admin log in as user" to login as the inviter and delete the invitation.

Joe Siegler
02-25-2010, 05:22 PM
If you have phpmyadmin you can delete the invitation there.

I can't remember if there's an inside-vBulletin way of determining who invited someone (and I can't check it, as we upgraded to vb4). If you would know that, you could use a mod like "admin log in as user" to login as the inviter and delete the invitation.

There isn't a way that I know of.

I just ended up bypassing the invite system and adding the dude manually. :)

GHC Webmaster
02-25-2010, 05:39 PM
I just ended up bypassing the invite system and adding the dude manually. :)

That works too.:)

pnoon
03-24-2010, 12:55 AM
Installed. And thanks!

coffee
04-09-2010, 06:08 PM
Coming Soon ;)

OK waiting :)

Peoples1
05-22-2010, 08:13 PM
Originally Posted by ShMilO View Post

what do i need to write in the query to change to X invites


and how do i change the default invite number
what do i edit ?

Step 1: Just go to your database
Step 2: Go to table user
Step 3: Edit field: invitation
Step 4: Change the default 100 into your number!

All new registrations will get the default number of invites

Greetz



and whats happen wih the old user? how to change this?

thx

Mum
06-25-2010, 09:31 PM
is there any way to make this add the email to the mail queue and not send straight away?

jesus likes pie
07-24-2010, 08:24 AM
Coming Soon ;)

I know you probably have other things going on in real life and a vbulletin plugin is probably not high on your list of priorities...but a vb4 version would be very, very welcome!!

I looked at the alternative we have available "Advanced Registration" but your mod would work much better for my forum.

Thank you!!

dd365media
07-28-2010, 05:40 PM
I know you probably have other things going on in real life and a vbulletin plugin is probably not high on your list of priorities...but a vb4 version would be very, very welcome!!

I looked at the alternative we have available "Advanced Registration" but your mod would work much better for my forum.

Thank you!!

agreed

DataHero
08-05-2010, 09:41 PM
Hi there Hasann,

I may assume that I can use this hack on 3.8.x without problems? At least, security wise (perhaps some code that is different in 3.8.x, hence the question)?

Cheers,
DH

pointalk
09-12-2010, 10:59 PM
can you update for vb4

sebil
11-23-2010, 07:17 PM
Im Getting This Error! ->
Warning: explode() expects parameter 2 to be string, array given in [path]/profile.php(182) : eval()'d code on line 245

Vb version is 3.8.5

please help me

kderentz
11-23-2010, 10:12 PM
can you update for vb4

+1 I agree :up:

shzad1
11-26-2010, 01:26 PM
Mark as Installed :)
Great and Superb work :)

Joe Siegler
12-01-2010, 01:38 PM
Has anyone found if this works with vB4, or if there's a comparable addon for that?

I looked, and didn't see anything exactly like this for vB4.

Alfa1
12-01-2010, 02:16 PM
Please update for vb 4.1

Joe Siegler
12-01-2010, 02:21 PM
Found this.

https://vborg.vbsupport.ru/showthread.php?t=236117

It has the functionality of this plugin. It's not all it does, but I believe this will work.

carlreed
01-27-2011, 09:11 AM
Is this hack going to be updated to V4.1?

macgyvers
02-04-2011, 05:40 AM
Hi,

I would like to test this Add-ons.
As newbie, Please give me the step by step procedure.

1. I got confused how to download. I can login to members.vbulletin.com and vbulletin.org.

mindhunter77
04-27-2011, 12:22 AM
This really needs ported to vb4 =)