Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
User Referrer Details »
User Referrer
Mod Version: 1.1 (UPDAT, by Hex_legend (Member) Hex_legend is offline
Developer Last Online: Oct 2015 I like it Show Printable Version Email this Page

This modification is in the archives.
vB Version: 3.7.0 Beta 3 Rating: (0 vote - 0 average) Installs: 30
Released: 30 Dec 2007 Last Update: Never Downloads: 3
Not Supported Template Edits  

This is a quick short modification, can easily be made better by anyone else, but I just did this quickly for my forums and thought that I would release it

This puts a link on the forumhome for your members that show them their own unique referrer link to give to other potential members.

Time to install: <1m
Level: Easy
Template Edits: 1
Phrases Added: 0
Uploads: 0

Open FORUMHOME

Find


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Add Under,


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


Done.

Please mark as installed if you use this.

Download Now

Only licensed members can download files, Click Here for more information.

Screenshots

Click image for larger version

Name:	referrer.PNG
Views:	1487
Size:	2.1 KB
ID:	73968  

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
Miscellaneous Hacks User CP Referral ID and Referrer in Profile for vB3.7 Boofo Modification Graveyard 77 01 Jul 2008 23:57
Show referrer when editing a user in the AdminCp Dean C vBulletin 2.x Full Releases 11 10 May 2004 12:50
Mark user as a Referrer [v 1.0.1] Buczilla vBulletin 2.x Full Releases 13 31 Jul 2003 05:52

Comments
  #2  
Old 30 Dec 2007, 17:36
Hex_legend Hex_legend is offline
 
Join Date: May 2007
If you have used this code, please now re-check your code as I have now made it look a lot nicer per forum.

See new Screenshots
Attached Images
File Type: png referrer.PNG (2.1 KB, 210 views)

Last edited by Hex_legend; 30 Dec 2007 at 18:58.
Reply With Quote
  #3  
Old 31 Dec 2007, 21:27
lasto lasto is offline
 
Join Date: Jan 2002
why on forumhome - why not have it dispalyed inside User Control Panel so they can go there and see it and it dont take up any precious Space.
Reply With Quote
  #4  
Old 31 Dec 2007, 21:57
slmoney slmoney is offline
 
Join Date: Jul 2007
Your code is wrong..

should be:

<!-- Referral Link -->
<if condition="$show['member']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center">
<tr>

<center>Your Unique Referrer Link Is:</center>
<td class="thead">
$vboptions[bburl]index.php?referrerid=$bbuserinfo[userid]</div></a></td>
</tr>


And I placed it on the Memberinfo template, under NAVBAR
Makes more sense there.
Reply With Quote
  #5  
Old 01 Jan 2008, 13:47
rmxs's Avatar
rmxs rmxs is offline
 
Join Date: Apr 2006
AND YOUR CODE is wronk were is the closing if??

<!-- Referral Link -->
<if condition="$show['member']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center">
<tr>

<center>Your Unique Referrer Link Is:</center>
<td class="thead">
$vboptions[bburl]index.php?referrerid=$bbuserinfo[userid]</div></a></td>
</tr>
</if>
This one is ok//

Also the better place to put this is inside USERCP after the

<!-- ############## END PRIVATE MESSAGES ############## -->
</if>
__________________
:banana::bunny: :banana:

Last edited by rmxs; 01 Jan 2008 at 14:05.
Reply With Quote
  #6  
Old 01 Jan 2008, 14:16
AWMGolfer AWMGolfer is offline
 
Join Date: Dec 2007
I put it in the User Control Panel just above the New Subscribed threads so members can see it right away. Works great!
Reply With Quote
  #7  
Old 02 Jan 2008, 08:37
Hornstar's Avatar
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Real name: Matt
Well this is useful for those that want to display it here, you can also display it in other places.

ps. there is already one released which will easily place one in your usercp.
Reply With Quote
  #8  
Old 05 Jan 2008, 01:05
Zamurick X Zamurick X is offline
 
Join Date: Dec 2007
Real name: Chase
<td class="thead">
$vboptions[bburl]index.php?referrerid=$bbuserinfo[userid]</div></a></td>
Why are there closing tags for a hyper link and div if there are no opening tags?
Reply With Quote
  #9  
Old 28 Jan 2008, 08:42
Jmordenata Jmordenata is offline
 
Join Date: Jan 2008
Hmmm... Not to be rude, but I think the perfect (almost) code should be:

FIND in USERCP:
<!-- ############## END PRIVATE MESSAGES ############## -->
</if>

AFER, ADD:
<!-- Referral Link -->
<if condition="$show['member']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center">
<tr>

<td class="thead">here the explanation of the referrer link:<br />

$vboptions[bburl]/index.php?referrerid=$bbuserinfo[userid]</div></a></td>
</tr>
</if>
<!-- END REFERRAL LINK -->
Reply With Quote
  #10  
Old 01 Feb 2008, 05:09
BatMNet BatMNet is offline
 
Join Date: Jan 2008
Can someone please re-write this??? And where to put it.... I'm just confused now...

I couldn't find anything about End Private Message..... I Used (Plus I added a div to the code to center it under your explination)

Find:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Add BEFORE

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Attached Images
File Type: jpg ref.jpg (24.1 KB, 124 views)

Last edited by BatMNet; 01 Feb 2008 at 05:42.
Reply With Quote
  #11  
Old 10 Feb 2008, 17:50
Straightupimp Straightupimp is offline
 
Join Date: Jan 2008
If you would like to place on forumhome like he has here is the PROPER WORKING CODE




<!-- Referral Link -->
<if condition="$show['member']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center">
<tr>

<center>Your Unique Referrer Link Is:</center>
<td class="thead">
$vboptions[bburl]/index.php?referrerid=$bbuserinfo[userid]</div></div></a></td>
</tr>
</table>
<br />
</if>
<!-- / Referral Link -->


<br />




just follow all his steps and it will work fine
Reply With Quote
  #12  
Old 24 Feb 2008, 22:50
PaulSonny PaulSonny is offline
 
Join Date: Dec 2006
Real name: Paul Cook
Which part of:

"This modification may not be copied, reproduced or published elsewhere without author's permission."

Did you's not understand?
__________________
Kind Regards, Paul.
Reply With Quote
  #13  
Old 07 May 2008, 12:56
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: Jun 2007
Originally Posted by PaulSonny View Post
Which part of:

"This modification may not be copied, reproduced or published elsewhere without author's permission."

Did you's not understand?
for 1 its not a modification its a template mod

for 2 i wouldn't even really call it a template mod

its just a link

shoot i had this on my site before y'all even had it posted

if you want to get technical then technically the creators of vb make it but just never implemented it into the software

so quit wining about something so small dang acting like kids i though most of y'all were adults but i guess not
Reply With Quote
  #14  
Old 20 Jun 2008, 20:10
wpeloquin's Avatar
wpeloquin wpeloquin is offline
 
Join Date: May 2006
Originally Posted by PaulSonny View Post
Which part of:

"This modification may not be copied, reproduced or published elsewhere without author's permission."

Did you's not understand?
has it been any of those?

(1) they have pointed out that the code he wrote is invalid and does not work, making it a useless template modification as-is.

(2) they have re-written the code in the original coders thread, which means he still will get credit for anyone clicking on "Install" even though he didn't even write the proper code.

(3) they have discussed various templates in which to put the proper, newly-written code


so if what they have done is bad, then remove the original modification that was written, since it is obviously wrong and the code he used will not work as said, and allow the guys who DID write the proper code to be given the credit.
__________________
Owner/Admin of DDO Raiders (http://ddoraiders.net) - A DDO Gaming Alliance.

Last edited by wpeloquin; 20 Jun 2008 at 20:10. Reason: spelling error
Reply With Quote
  #15  
Old 20 Jun 2008, 20:23
wpeloquin's Avatar
wpeloquin wpeloquin is offline
 
Join Date: May 2006
back on topic:

I added the code to the user's profile Contact Info tab


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

__________________
Owner/Admin of DDO Raiders (http://ddoraiders.net) - A DDO Gaming Alliance.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


New To Site? Need Help?

All times are GMT. The time now is 19:10.

Layout Options | Width: Wide Color: