Welcome, Guest. Please Login or Register.
November 02, 2024, 03:37:49 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1-1.5.4] Referer Mod (06/18) « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: [Done 1.5.1-1.5.4] Referer Mod (06/18)  (Read 9358 times)
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

[Done 1.5.1-1.5.4] Referer Mod (06/18)
« on: April 26, 2003, 01:07:13 AM »
Reply with quote

ID: Referer Mod
Version: 1.1

Mod Info:
This mod will enable people to put referer when registering in your forum. The referer list can be viewed in your admin center.

Users can also use a shortcut url, for a referer named 'someone' it will be like:
http://www.site.com/forum/index.php?action=register;regReferer=someone

Download:
BoardMod file
• YaBBPak: http://www.monkey-pirate.com/ysepak (not yet)

Available Translations:
• German - thx to Daniel D

BoardMod Installation Instructions:
1.) Apply this mod
2.) Upload and run the file "referer_dbmod.php"
3.) Upload all of the changed files into their directories

Changelogs:
Ver 1.1:
- changed $referer to $regReferer due to conflict with Subs.php
Ver 1.0:
• first release
« Last Edit: January 26, 2004, 08:13:39 PM by Spaceman-Spiff » Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Dem0n
Full Member
***
Posts: 107


WWW
Re:[Done 1.5.1 & 1.5.2] Referer Mod
« Reply #1 on: April 26, 2003, 01:32:25 AM »
Reply with quote

good mod, thanks again, i'll get around to installing it ina bit, and let ya kno how it goes
Logged

adamb10
Noobie
*
Posts: 24


I'm a llama!

Re:[Done 1.5.1 & 1.5.2] Referer Mod
« Reply #2 on: April 26, 2003, 07:05:24 AM »
Reply with quote

I get fatal errors in the admin cp/
Logged
Fred066
Full Member
***
Posts: 143


I'm a llama!

WWW
Re:[Done 1.5.1 & 1.5.2] Referer Mod
« Reply #3 on: April 26, 2003, 08:04:52 AM »
Reply with quote

<a href="' . $scripturl . '?action=referer">$txt['referer3']</a><br />

This is Correkt:
<a href="' . $scripturl . '?action=referer">' . $txt['referer3'] . '</a><br />
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1 & 1.5.2] Referer Mod
« Reply #4 on: April 26, 2003, 09:19:22 AM »
Reply with quote

ah sorry, forgot that one when changing the hard coded text

fixed, pls redownload the zip file
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:[Done 1.5.1 & 1.5.2] Referer Mod
« Reply #5 on: April 26, 2003, 11:01:17 AM »
Reply with quote

German:

$txt['referer1'] = 'Verweis (optional)';
$txt['referer2'] = 'Trage hier den (Spitz-)Namen der Person oder die Quelle ein, von der Du über das Forum gehört hast.';
$txt['referer3'] = 'Zeige Verweise an';
$txt['referer4'] = 'Verweis';
$txt['referer5'] = 'Keine Verweise';

Referer is a crappity smacking damn word in german :(
Logged

Thomas
Full Member
***
Posts: 203


WWW
Re:[Done 1.5.1 & 1.5.2] Referer Mod
« Reply #6 on: April 27, 2003, 06:19:29 AM »
Reply with quote

When installed - is it possible to view the members with most referrals?

/MR.T
Logged
Angel Skin
Full Member
***
Posts: 128


I'm a llama!

WWW
Re:[Done 1.5.1 & 1.5.2] Referer Mod
« Reply #7 on: April 27, 2003, 12:24:48 PM »
Reply with quote

New members aren't able to register they get told to report and error to Admin. ???
Logged
CrazyC
Jr. Member
**
Posts: 85


My name says enough.

WWW
Re:[Done 1.5.1 & 1.5.2] Referer Mod
« Reply #8 on: April 27, 2003, 04:00:15 PM »
Reply with quote

Awesome, my members were just recently talking about a feature like this.  Any chance that it adds the referrer to the memberlist table too?
This will save me some coding myself now, cool!
Logged

CrazyC
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1 & 1.5.2] Referer Mod
« Reply #9 on: April 27, 2003, 08:26:38 PM »
Reply with quote

Quote from: Angel Skin on April 27, 2003, 12:24:48 PM
New members aren't able to register they get told to report and error to Admin. ???
have u run referer_dbmod.php?
u can go to admin center -> view error log, and see what the error is


QuoteWhen installed - is it possible to view the members with most referrals?
it can be done, but the problem is, the registering users can type differently for one person if he/she doesn't know the exact nickname of the referer, example, he/she could type: Spaceman-Spiff, spaceman spiff, or spaceman
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
CrazyC
Jr. Member
**
Posts: 85


My name says enough.

WWW
Re:[Done 1.5.1 & 1.5.2] Referer Mod
« Reply #10 on: April 27, 2003, 10:27:13 PM »
Reply with quote

QuoteQuote:
When installed - is it possible to view the members with most referrals?

it can be done, but the problem is, the registering users can type differently for one person if he/she doesn't know the exact nickname of the referer, example, he/she could type: Spaceman-Spiff, spaceman spiff, or spaceman
That wouldn't be that big of a deal, would it?  Most of the time you would get what the person meant and if it the name was tortured that bad, someone could go back and edit it manually.
Logged

CrazyC
hedging
Noobie
*
Posts: 30


Thank u guyz for such great forum system

WWW
error
« Reply #11 on: April 28, 2003, 07:50:54 PM »
Reply with quote

From admin center
?action=viewprofile;user=

there is no name in user=
Logged

Mikhail
Dem0n
Full Member
***
Posts: 107


WWW
Re:[Done 1.5.1 & 1.5.2] Referer Mod
« Reply #12 on: April 29, 2003, 06:49:59 AM »
Reply with quote

i installed the mod with no problems, only thing is where do i go to see who refered who?
Logged

Dem0n
Full Member
***
Posts: 107


WWW
Re:[Done 1.5.1 & 1.5.2] Referer Mod
« Reply #13 on: April 29, 2003, 06:52:03 AM »
Reply with quote

nvm i figured it out, good job man, very nice mod
Logged

sce
Noobie
*
Posts: 9


i like old stuff

WWW
Re:[Done 1.5.1 & 1.5.2] Referer Mod
« Reply #14 on: June 02, 2003, 04:40:20 AM »
Reply with quote

hello..

I just installed this using boardmod ..

It works well except I don't get the "View Referers" link in my admin panel

Here's how boardmod installed it:

Quote<form action="' . $scripturl . '?action=viewinactive" method="post">
                        <font size="2">
                           <a href="' . $scripturl . '?action=referer">' . $txt['referer3'] . '</a><br />
                           <a href="' . $scripturl . '?action=viewmembers">' . $txt[5] . '</a><br />
                           <a href="' . $scripturl . '?action=modmemgr">' . $txt[8] . '</a><br />
                           <a href="' . $scripturl . '?action=mailing">' . $txt[6] . '</a><br />
                           <a href="' . $scripturl . '?action=ipban">' . $txt[206] . '</a><br />
                           <a href="' . $scripturl . '?action=setreserve">' . $txt[207] . '</a><br /><br />
                           ' . $txt['yse71'] . ' <input type="text" name="mindays" size="2" maxlength="3" value="30" /> ' . $txt['yse72'] . '
                           <input type="submit" value="' . $txt[305] . '" />
                        </font>
                     </form>

The function works ok when i call out ...yabbse/index.php?action=referer..just no link in the admin panel

I'm running pfabb, if that makes a difference
Any help ?

Thanks

sce

Logged
Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1-1.5.4] Referer Mod (06/18) « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.108 seconds with 20 queries.