View Full Version : Profile Enhancements - Invitation System vB 3.7 Gold
Joe Siegler
04-27-2011, 03:33 AM
This really needs ported to vb4 =)
Er, posted just three messages above yours is this:
Found this.
https://vborg.vbsupport.ru/showthread.php?t=236117
It has the functionality of this plugin....
There already is a replacement, if not a direct port.
ITQalam
04-29-2011, 10:24 AM
is it supported to 3.8.7?
mindhunter77
05-05-2011, 10:04 PM
The mod in that link you posted does not allow you to limit how many invites people get, that's kinda a biggie for me =)
Panosz
08-12-2011, 05:54 AM
works fine...
WendM
08-17-2011, 10:43 PM
I get the same error, too! As the Mod's Supported, hopefully the Coder will reply with a fix!
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
patrick6411
08-27-2011, 04:57 PM
You have a great Mod here. But I think that you have decided not to update to current version. I along with many wish you would.
karabaja3
09-21-2011, 12:07 AM
Is there a way to reduce number of available invitations for specific usergroup?
IMMaster
10-21-2011, 04:02 PM
Hi
please you mention this in the instruction
INSTRUCTIONS
Install: ->Just Import product_invitation.xml via Product Manager
->Do template edits:
In USERCP_SHELL Template Find this Code
where can I find this UserCP_SHELL
blind-eddie
10-22-2011, 03:37 AM
In your admincp. Styles & Templates. Select the style you wish to edit, add UserCP_SHELL in the search box, check yes & then search. REMEMBER TO SAVE A COPY OF ANY TEMPLATE BEFORE YOU EDIT IT....you will need it if you make a mistake.
rockerzteam
07-05-2012, 09:03 PM
Database error in vBulletin 3.8.7:
Invalid SQL:
SELECT * FROM invitation WHERE user = 869 ORDER BY sent DESC;
MySQL Error : Table 'rebelz_faithful.invitation' doesn't exist
Error Number : 1146
Request Date : Thursday, July 5th 2012 @ 05:00:30 PM
Error Date : Thursday, July 5th 2012 @ 05:00:30 PM
Script : http://xxxxxxxx.com/profile.php?do=invitation
Referrer : http://xxxxxxxxxx.com/usercp.php
IP Address : xx.xx.xx.xx.xx
Username : xxxxxx
Classname : vB_Database
MySQL Version : 5.5.23-55
Getting this data base error
blind-eddie
07-05-2012, 11:56 PM
Try reinstalling, the database tables were not created during install. I have had to add the tables to the database on many addon for many that have this same problem on a few addons.
rockerzteam
07-06-2012, 01:17 AM
Try reinstalling, the database tables were not created during install. I have had to add the tables to the database on many addon for many that have this same problem on a few addons.
I reinstalled and same database problem.
blind-eddie
07-06-2012, 01:44 AM
Login to your cpanel, then phpMyAdmin, click on the database that goes to your site.
Look down the list on the left, look for invitation, from the error you are show, you will not see it.
Also, via phpMyAdmin, create a backup of your database before you edit it, you can create the backup through phpMyAdmin & it will be stored there as well. That way you have a copy if you mess up.
I added the sql table you need that is missing, thus causing the database error.
Just import it into your database.
You should be good to go.
rockerzteam
07-06-2012, 03:23 AM
Thanks Eddie your a great help... Worked fine.
Mubeen Ali
09-09-2012, 06:35 AM
i have installed this but i am facing this error on the top of navbar
Warning: explode() expects parameter 2 to be string, array given in [path]/profile.php(182) : eval()'d code on line 245
I am getting the same too
madness85
01-20-2013, 06:27 PM
Okei I will add an admin option to modify the message text and an admin option which usergroups can to delete their invites. and at least an option how amount of invite can users to send.. =)
Could we get 4.2 update?
ClubMusicTR
01-30-2013, 12:18 AM
thank you so much..
elitecarders
04-03-2013, 07:33 PM
can we have for vb 4.2.x ???
Pladimir
04-29-2013, 11:04 AM
Same Problem here. When i go in to the UserCP and then navigate to the invites, it shows me up the following error on the top of the site:
Warnung: explode() expects parameter 2 to be string, array given in [path]/profile.php(182) : eval()'d code (Zeile 245)
greez
zethon
07-12-2013, 10:58 AM
Same Problem here. When i go in to the UserCP and then navigate to the invites, it shows me up the following error on the top of the site:
Warnung: explode() expects parameter 2 to be string, array given in [path]/profile.php(182) : eval()'d code (Zeile 245)
greez
I was having this same problem. You can fix this by editing the "Invitation User CP" plugin that has the Hook Location of 'profile_start'. Look around line 247 of the code for:
$groups = explode(',',$vbulletin->options['invitation_allowed_usergroups']);
And change this to:
$groups = $vbulletin->options['invitation_allowed_usergroups'];
Alparslan
07-13-2013, 02:42 PM
I was having this same problem. You can fix this by editing the "Invitation User CP" plugin that has the Hook Location of 'profile_start'. Look around line 247 of the code for:
$groups = explode(',',$vbulletin->options['invitation_allowed_usergroups']);
And change this to:
$groups = $vbulletin->options['invitation_allowed_usergroups'];
Thank you :)
fRtkmR
07-15-2013, 11:55 AM
I get the following errors could not figure out for 3.8.7
https://vborg.vbsupport.ru/external/2013/07/35.png
help plz
Alparslan
07-15-2013, 12:45 PM
I get the following errors could not figure out for 3.8.7
https://vborg.vbsupport.ru/external/2013/07/35.png
help plz
http://www.webmaster.tc/vbulletin/vbulletin-quotdeprecated-assigning-the-return-value-of-new-by-reference-is-deprecated-inquot-hatasi-9239.html :) Deprecated: Assigning the return value of new by reference is deprecated in problem fixed.
mtirca
07-29-2013, 12:46 PM
there is no one for vbulletin 4? :(
Hello;
Vbulletin 3.7.x and 3.8.x for
''Warning: explode() expects parameter 2 to be string, array given in [path]/profile.php(182) : eval()'d code on line 245''
error of the solution;
Admin Cp ► "Plug-in management" ► "Invitation User CP" (profile_start)
Look around line 245 of the code
$groups = explode(',',$vbulletin->options['invitation_allowed_usergroups']);
change this to:
$groups = $vbulletin->options['invitation_allowed_usergroups'];
Source Link: http://www.webmasterindexi.com/vbulletin/1580-vbulletin-warning-explode-expects-parameter-2-string-array-given-path-profilephp182-eval-d-code-line-245-davetiye-sistemi-hatasi-cozumu.html
good job...
PabloAM
04-06-2015, 08:01 PM
Is there any version for Vbulletin 4??
Thanks!
artaman
05-25-2015, 01:54 PM
There is an issue with 3.8.9 Beta 4, 'invitation' table can't be created, run this to create it manually:
CREATE TABLE `vb3`.`invitation` ( `invitecode` VARCHAR(100) NOT NULL , `user` INT(10) NOT NULL DEFAULT '0' , `username` VARCHAR(100) NOT NULL , `email` VARCHAR(100) NOT NULL , `sent` INT(10) NOT NULL DEFAULT '0' , `accepted` INT(10) NOT NULL DEFAULT '0' , `acceptedby` INT(10) NOT NULL DEFAULT '0' , `status` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' , UNIQUE `invitecode` (`invitecode`)) ENGINE = MyISAM;
SaN-DeeP
05-26-2015, 05:10 PM
request you to kindly share a new demo link.. an english version will be appreciated.
Nakromaja
11-22-2015, 01:16 AM
Hello ,
What's reason of this error ?
Database error in vBulletin 3.8.9:
Invalid SQL:
SELECT * FROM invitation WHERE user = 1 ORDER BY sent DESC;
T?rk'?m ama maksat ortama ayak uydurmak :)
Nakromaja
12-25-2015, 02:19 AM
MySQL Error : Table 'xxxxxxx.invitation' doesn't exist
What can I do ?
blind-eddie
12-25-2015, 03:08 AM
MySQL Error : Table 'xxxxxxx.invitation' doesn't exist
What can I do ?
Login to your cpanel, then phpMyAdmin, click on the database that goes to your site, first, create a backup of your database before you edit it, you can create the backup through phpMyAdmin & it will be stored there as well. That way you have a copy if you mess up.
Look down the list on the left, look for invitation, you will not see it.
I added the sql table you need that is missing, thus causing the database error.
Just import it into your database.
You should be good to go.
...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.