The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Invitation System vB 3.7 Gold Details »» | |||||||||||||||||||||||||
Invitation System by HASANN This Product brought to you by www.vBulletin-TR.Com Comments, suggestions, translations, bugs, etc... are very welcome! Support is only given to people who have clicked INSTALL. DESCRIPTION ->What does it? > Allow users send invites to everybody. Go For Invitation Hack vBulletin Version 3.5 and 3.6.series DEMO you can test it at here http://www.vbulletin-tr.com/forum/pr...ation&langid=1 FEATURES
Install: ->Just Import product_invitation.xml via Product Manager ->Do template edits: In USERCP_SHELL Template Find this Code HTML Code:
<if condition="$show['profilepiclink']"> <tr><td class="$navclass[profilepic]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td></tr> </if> HTML Code:
<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> Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
SaN-DeeP |
Comments |
#302
|
|||
|
|||
Using the 'fix' i get this error
Quote:
|
#303
|
|||
|
|||
I get this error
Quote:
EDIT: Never mind, Christian's post helped a lot |
#304
|
|||
|
|||
Yeah, I'm getting the same database errors as the other guys..
|
#305
|
||||
|
||||
I tried the fix too and got the DB error.
Code:
SELECT user.userid AS user_id, user.email AS user_email, invitation.email AS inv_email, invitation.acceptedby as inv_id FROM vb_user LEFT JOIN vb_invitation ON user.userid = invitation.acceptedby OR user.userid = invitation.email WHERE user.email = 'test@test.com' OR invitation.email = 'test@test.com'; MySQL Error : Unknown column 'user.userid' in 'field list' Code:
$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 LEFT JOIN " . TABLE_PREFIX . "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']) . "' "); I suspect the new bug is related to installing vBulletin with a prefix on your DB tables (TABLE_PREFIX). Any other ideas? I'm only a casual programmer. |
#306
|
|||
|
|||
Had the same problems as many other people, but now seems to work editing as "Christian" suggested.
So now appears to be ok. Couple of questions. The default settings for invites is 10. Can this be increased (without causing problems)? Can deleting invites from a users CP that have been successfully used be disabled? Many thanks |
#307
|
|||
|
|||
I get this Error
Code:
Ihr Seitenaufruf konnte auf Grund eines fehlenden oder falschen Securitytokens nicht verarbeitet werden. |
#308
|
|||
|
|||
thanks fixed it for me had to add it to both parts
|
#309
|
||||
|
||||
I have given up on this and used a simple blank mailto:
Code:
<a href="mailto:?subject=Mail from Our Site&body=This is the body%0AWords on a new line%0AMore words on a new line">Invite Friends</a> I also created a copy of the navbar code and placed it in the "ad_navbar_below" in the "Ad location templates" and added the mailto: there The advantages of this method include:
I really think the problem with this code is that it fails to work if you did a non default installation of vBulletin and specified a table prefix. |
#310
|
|||
|
|||
I checked it out on your site. It does bring up my own email where I can add people from my address book but there's no link to your site either within the subject line or body. People will not only have to type out a message but also copy/paste our links within.
|
#311
|
||||
|
||||
Oops! Wrong forum in my profile!
It's there. I've done it on my bikeness.com forum. The changes I made refer to vBulletin v3.7.0 |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|