vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - Invitation System vB 3.7 Gold (https://vborg.vbsupport.ru/showthread.php?t=171951)

Joe Siegler 04-27-2011 03:33 AM

Quote:

Originally Posted by mindhunter77 (Post 2189094)
This really needs ported to vb4 =)

Er, posted just three messages above yours is this:

Quote:

Originally Posted by Joe Siegler (Post 2127940)
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!

Quote:

Originally Posted by sebil (Post 2125105)
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

Code:

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

Quote:

Originally Posted by blind-eddie (Post 2345379)
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

Quote:

Warning: explode() expects parameter 2 to be string, array given in [path]/profile.php(182) : eval()'d code on line 245

1F42 12-10-2012 02:44 PM

I am getting the same too

madness85 01-20-2013 06:27 PM

Quote:

Originally Posted by Hasann (Post 1455692)
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:
Code:

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

Quote:

Originally Posted by Pladimir (Post 2419084)
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:
Code:

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:

PHP Code:

$groups explode(',',$vbulletin->options['invitation_allowed_usergroups']); 

And change this to:

PHP Code:

$groups $vbulletin->options['invitation_allowed_usergroups']; 


Alparslan 07-13-2013 02:42 PM

Quote:

Originally Posted by zethon (Post 2433316)
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:

PHP Code:

$groups explode(',',$vbulletin->options['invitation_allowed_usergroups']); 

And change this to:

PHP Code:

$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

Quote:

Originally Posted by fRtkmR (Post 2433770)
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/vb...tasi-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? :(

Dike 01-23-2014 08:20 AM

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

Code:

$groups = explode(',',$vbulletin->options['invitation_allowed_usergroups']);
change this to:

Code:

$groups = $vbulletin->options['invitation_allowed_usergroups'];

Source Link: http://www.webmasterindexi.com/vbull...si-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:
PHP Code:

CREATE TABLE `vb3`.`invitation` ( `invitecodeVARCHAR(100NOT NULL , `userINT(10NOT NULL DEFAULT '0' , `usernameVARCHAR(100NOT NULL , `emailVARCHAR(100NOT NULL , `sentINT(10NOT NULL DEFAULT '0' , `acceptedINT(10NOT NULL DEFAULT '0' , `acceptedbyINT(10NOT NULL DEFAULT '0' , `statusTINYINT(1UNSIGNED 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

Quote:

Originally Posted by Nakromaja (Post 2561146)
MySQL Error : Table 'xxxxxxx.invitation' doesn't exist
What can I do ?

Quote:

Originally Posted by blind-eddie (Post 2345402)
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.

...


All times are GMT. The time now is 05:59 PM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02451 seconds
  • Memory Usage 1,825KB
  • 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
  • (5)bbcode_code_printable
  • (5)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (32)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