The Arcive of vBulletin Modifications Site. |
|
e-steki Referrer Statistics Details »»
|
|||||||||||||||||||||||||
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
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Very nice! Installed!
http://www.fireblades.org/forums/referrers.php Found two problems though: If you are using the File System for avatars, you get a broken link at the top left. Also, on the right, it looks like their needs to been 1 added to the colspan in the header. Keep up the good work! |
|
#3
|
|||
|
|||
|
Quote:
![]() I see no problem with the colspan. Maybe you are referring to the welcome panel? Cause guests can't see that... Maybe a test login would be useful ![]() Also feel free to suggest any ideas that come to mind!
|
|
#4
|
||||
|
||||
|
Yes, the Welcome Panel.
It had: Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usercp_reflink')"><img id="collapseimg_usercp_reflink" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_reflink].gif" alt="" border="0" /></a> <phrase 1=$bbuserinfo[username] 2=$vboptions[bbtitle]>{$vbphrase[refstats_welcome]}</phrase></td>
</tr>
</thead>
<tbody id="collapseobj_usercp_reflink" style="$vbcollapse[collapseobj_usercp_reflink]">
<tr>
<td rowspan="2" class="alt2">
<img src="image.php?u=$bbuserinfo[userid]" border="0"></td>
<td class="alt1" align="center" colspan="7">$bbuserinfo[avatar] <b>$vbphrase[refstats_invite]</b> <br />
<a href="register.php?referrerid=$bbuserinfo[userid]">$vboptions[bburl]/register.php?referrerid=$bbuserinfo[userid]</a></td>
</tr>
</tbody>
</table>
|
|
#5
|
||||
|
||||
|
And the above could have just been caused by the image not being displayed, since I use the file system for avatars. Any ideas on that part?
|
|
#6
|
|||
|
|||
|
Oh, did I forget the rowspan there?
![]() I was planning to add another line but I didn't and the rowspan remained there. I'm going to fix it thanks ![]() I'll see what I can do about the avatar. Any help from a coder is really appreciated on that part. Do you also have usernames that should be formatted but aren't? I was trying to find what causes that the whole night but no luck...
|
|
#7
|
||||
|
||||
|
Usernames seem to be formatted correctly from what I can tell.
|
|
#8
|
|||
|
|||
|
I've been waiting for this
Thanks, going to install!!
|
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
||||
|
||||
|
Quote:
|
![]() |
|
|