Version: 1.1, by Lea Verou
Developer Last Online: Jul 2012
Version: 3.5.3
Rating:
Released: 11-16-2005
Last Update: 11-28-2005
Installs: 323
Uses Plugins Template Edits
Additional Files
No support by the author.
This hack displays the referrers and the members they referred in a separate page. Also for registered members it displays their referrer link.
Features:
-Fully phrased
-WOL location so that it doesn't show up as Unknown location
-Usergroup permissions
-Ability to count statistics from a specific date - great for referrer contests
-Highly customizable look of the page from the admincp
-Ability to exclude specific usergroups from the statistics (eg banned users)
-Pages in the results (results per page is customizable)
-Formatted nicknames
-Ability to display post count next to each username
Installation
1. Upload the file referrers.php to your forum root directory
2. Import the product product-michelle_referrers.xml
3. Done! The link for the page would be like www.yoursite.com/forum/referrers.php. Place it wherever you feel it fits.
Do not forget to click INSTALL!!!
Changelog
version 1.1
-bugfix (when there are no results)
-new feature(postcount next to username, can be turned off via admincp)
Credits
Psionic Vision
Conqsoft
Notice: The current hack attached in the right will cut both referrals AND referrers that have registered before the cut-off date. Most people seem to only want it to cut the referrals so, if you too want that, you can replace the referrers.php in the zip with the one attached here.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
ahh but anyone who would go to get their link we see that right away?
Well this is mostly for referral statistics. There is no use having it just to display each user his referrallink You can use vb Referrer for that which is more effective
(you can find it in template modifications)
well basically i'm looking to run a refferal contest users get their referrallink, and can then see who gets the most people to sign up at the forum.. would even like it to require one post to help weed out spamming accounts...
well basically i'm looking to run a refferal contest users get their referrallink, and can then see who gets the most people to sign up at the forum.. would even like it to require one post to help weed out spamming accounts...
is this the right mod for me?
want to run contests basically
This is the right mod about displaying the contest results.
About the first post limit it will not help You can however put users with less than 1 post in a specific usergroup (by using another mod that is availiable here) and then limit this usergroup from the statistics
But it should have to display at least one result otherwise you'll get the warnings you posted above... I should fix that in the next version but I don't have much time for coding these days...
i hear ya... ok thanks! i'll just try and fudge it and grab my referer link and sign one up or somehting
You can also tell him/her to add you in the referrer editbox during registration. That's what I usually do, I've never used my referrallink (could that be why I have only 9 referrals out of 683 members? )
Would it really be that bad? I mean when you look at the member list it shows you how many posts each user has. Isn't the number of posts each user has already stored in the database? I don't see the need to go throught the whole post table.
-vissa
Quote:
Originally Posted by Michelle
Sure, that's not hard.
But if I recall correctly it would need an extra query, and that query would be quite intensive as it goes through the whole post table.
Would it really be that bad? I mean when you look at the member list it shows you how many posts each user has. Isn't the number of posts each user has already stored in the database? I don't see the need to go throught the whole post table.
-vissa
I don't think so. AFAIK the post count is calculated at that time with a count query from the post table. I am not very sure however what is supposed to be an intensive query and what not. Maybe I should open a thread about that
But if it was really counting them, then why can you change a user's post count in the admin panel? Even if they really only have 1 post, you can set them to 15,000 posts.. then in the member list it shows 15,000. That indicates to me it's simply a stored value and not calculated on the fly.
-vissa
Quote:
Originally Posted by Michelle
I don't think so. AFAIK the post count is calculated at that time with a count query from the post table. I am not very sure however what is supposed to be an intensive query and what not. Maybe I should open a thread about that