![]() |
I got error in installation:
XML 錯誤: 在第 607 行 not well-formed (invalid token) |
Quote:
|
I just get
Quote:
|
Quote:
just change here invitation=xxxx any amount you want to give to already registered users. for new users need to change this default value in database. best regards, |
Guys just do "THIS"
Find in the usercp_invitation template : Code:
<if condition="$show['invitation_form']"> Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
That fix mate results in DB error.
Perhaps the original contributor can iron out the mystery behind the non functionality. Ozzy |
Database Error Fix:
Line 374, change to: Code:
$db->query_write("INSERT INTO " . TABLE_PREFIX . "invitation (`invitecode`,`user`,`email`,`sent`) VALUES ('".$invitation_token."',".$vbulletin->userinfo['userid'].",'".$invitation_email."'," . TIMENOW . ")");
BTW, if you want to increase your invites: line 14, just change my '1000' to whatever u want: Code:
$db->query_write("ALTER TABLE `" . TABLE_PREFIX . "user` ADD `invitation` INT( 10 ) UNSIGNED DEFAULT '1000' NOT NULL"); |
Quote:
This is what I had to do to get it to work. Tried to overwrite the existing plugin but it would not work. Step 1 - Uninstall the invitation plugin Step 2 - Edit the XML file. Find this code: Located at Line 14 Code:
$db->query_write("ALTER TABLE `" . TABLE_PREFIX . "user` ADD `invitation` INT( 10 ) UNSIGNED DEFAULT '10' NOT NULL"); Code:
$db->query_write("ALTER TABLE `" . TABLE_PREFIX . "user` ADD `invitation` INT( 100 ) UNSIGNED DEFAULT '100' NOT NULL"); Code:
$db->query_write("ALTER TABLE `" . TABLE_PREFIX . "user` ADD `invitation` INT( 1000 ) UNSIGNED DEFAULT '1000' NOT NULL"); Or change the two numbers in red with whatever you want. Step 3 - Re-install invitation plugin. |
Where is the support from the author?
This was really getting to be good. I really hope neither of the 2 have abandoned it. I was really looking forward to the contact grabbers. |
How do i increase number of invites to unlimited for all the usergroups?Kindly help
|
Quote:
|
I am trying to find this in my usercp template in version vb7
$template_hook[usercp_main_pos1] and no where to be found? |
I get the same message when trying to use it:
Your submission could not be processed because a security token was missing or mismatched. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error. I did everything correctly and read the "guys just do this" and did it. That gave me a data base error. Then the other poster said to change "line 374" to something else. What line 374 ? Where? What? How? I just uninstalled it, it doesn't work. If someone can come up with a clear step by step method to fix the error message that we are getting above, please post it. |
Quote:
Too bad this can't be fixed, looks like a good add on. |
I did this:
Replace: PHP Code:
PHP Code:
Code:
Database error in vBulletin 3.7.0: |
Where are you Hassan ???
Hassan : Last Activity: Today 02:57 Last reply in this thread by Hassan : 13 Apr 2008, 04:26 So what's this support ? |
after installation I can't access to the page
I add the ID and yet can't access |
I used to have VS invites and spent lots of money on it, so it is good to see something for 3.7. thanks for releasing it!
Just wondering tho, will you be making an option for a user to sign into their hotmail, gmail, yahoo etc. account, and then to be able to send invites out to everyone on their contacts list (myspace or facebook does it currently) |
i am getting this message when i sent the invitation??
Your submission could not be processed because a security token was missing or mismatched. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error. |
I am on 3.7 and when i try to invite someone, i get this error:
Your submission could not be processed because a security token was missing or mismatched. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error. ... could you help? |
teşekkürler
|
i also have the same problem:
Your submission could not be processed because a security token was missing or mismatched. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error. |
Very useful mod. Thanks Hasan.
I still get this error after hitting the invite button: "Your submission could not be processed because a security token was missing or mismatched. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error." |
All of that was alread covered guys. He offered another solution--which didn't fix it either. See my post above.
|
thanks installed
|
any update on this security token deal????
|
Quote:
|
Quote:
thanks ;) |
i wont click on installed until it works, its a really sweet mod, but its usless rigth now
sorry |
One thing that I've noticed (I'm on 3.7) is that when the users get the invitation e-mail, it's in their junk or spam folder. Anyway to counter that?
|
Not unless everyone puts your site in the "recognized" safe-sites settings of their e-mail.
|
I was trying to figure out why it's being put there, and I'm guessing maybe it's something to do with the coded referral link? Not sure. There has to be a way where it's not put into most junk/spam folders.. I think. :P
|
Quote:
Thank you Hasann!! This is the only invitation available for 3.7, and it is getting to be very missed... |
man ... good hack ..
i tried to send an invitation but i get Security Tokken Error.... :( how to solve this :( |
Hasann, Do not forget about table prefix fix... or I can not use your hack!
|
securitytoken-error 3.7.0
find in the product Code:
<if condition="$show['invitation_form']"> add below Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
We have already done that. :) Solves the token error but creates an SQL Database error.
|
works fine by me
|
thanks, works great for me.
|
Works the first time everytime, but try to send another invite and see what happens. :)
|
All times are GMT. The time now is 12:54 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|