The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#62
|
||||
|
||||
I changed $referbits to $referbit in the refer template -- but that didn't change anything.
Quote:
These were the instructions from the hack I downloaded earlier today. Quote:
I might also suggest that it may help alieviate a little confusion if your above instructions indicate what directory to upload the referal.php file to -- and a little clarity on the directory change you need to make to the file first. |
#63
|
||||
|
||||
In your admincp panel make sure that under vbulletin options - user registration options - you have selected to use the "user referrer". This will give a credit towards each referrer in which the referred member has signed up from them. Automatically adding a field in the user registration for this to work, once you have this feature enabled.
|
#64
|
||||
|
||||
Ok -- I misunderstood how this worked. Instead of referral by a link -- I thought it was a question asked in New User Registration "Who Referred You?"
Thanx |
#65
|
||||
|
||||
Quote:
|
#66
|
||||
|
||||
OK -- I'm back to confused again since I tried a throwdown registration and didn't see anywhere the referrer's name was asked in a new registration.
Was something suppose to be modified in the database (because I didn't see it happen) to add a field for the name of the person that referred a member? |
#67
|
||||
|
||||
YES, you do have a referrer spot in your new user registration. Please see the attachment.. You will only get statistics if someone has referred someone else. But, they have to either type in the members name in this field during new registration, or they have to follow the link sent to them by the use of your other hack refer friends..
If you still can't get it, I would be more than happy to check out your settings myself, if you want to give me access. Else, I would recommend you to seek some assistance by a website designer. Many people have installed this hack with no problems. Just read the instructions word for word and everything should work properly. GOOD LUCK. |
#68
|
|||
|
|||
got this database error when i click on the "refer stats" link any ideas???
Database error in vBulletin 3.0.1: Invalid SQL: SELECT COUNT(*) AS referrals, user.username, user.userid FROM user AS users LEFT JOIN user ON (users.referrerid = user.userid) WHERE user.userid > 0 GROUP BY users.referrerid ORDER BY referrals DESC LIMIT 10 |
#69
|
||||
|
||||
Did you use a table prefix while installing vbulletin? If so you will need to edit that query to fit your tables database prefix...
There should have been more to that error as well, if you can please post it all. |
#70
|
|||
|
|||
Quote:
Invalid SQL: SELECT COUNT(*) AS referrals, user.username, user.userid FROM user AS users LEFT JOIN user ON (users.referrerid = user.userid) WHERE user.userid > 0 GROUP BY users.referrerid ORDER BY referrals DESC LIMIT 10 mysql error: Table 'precisi_forums.user' doesn't exist mysql error number: 1146 |
#71
|
||||
|
||||
Quote:
|
#72
|
|||
|
|||
Samething. does the table have to be created in the database? thanks for all your help by the way
Database error in vBulletin 3.0.1: Invalid SQL: SELECT COUNT(*) AS referrals, user.username, user.userid FROM precisi_forums.user AS users LEFT JOIN user ON (users.referrerid = user.userid) WHERE user.userid > 0 GROUP BY users.referrerid ORDER BY referrals DESC LIMIT 10 mysql error: Table 'precisi_forums.user' doesn't exist mysql error number: 1146 |
#73
|
||||
|
||||
Quote:
Find: PHP Code:
PHP Code:
|
#74
|
|||
|
|||
Umm you want me to replace the code i find with the same code? still got the error. sorry to be a bother.
Database error in vBulletin 3.0.1: Invalid SQL: SELECT COUNT(*) AS referrals, user.username, user.userid FROM user AS users LEFT JOIN user AS user ON (users.referrerid = user.userid) WHERE user.userid > 0 GROUP BY users.referrerid ORDER BY referrals DESC LIMIT 10 mysql error: Table 'precisi_forums.user' doesn't exist mysql error number: 1146 |
#75
|
||||
|
||||
Quote:
|
#76
|
|||
|
|||
same error message as post #73
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|