News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Referral System

Started by SMFHacks.com Team, March 03, 2008, 01:02:01 PM

Previous topic - Next topic

Karlsm

#740
Manual edit did not work for me either  :(

I have edited the .xml file with the code specified and not working.
then
Register.template.php and no joy at all.

Help please.

andris11

I installed great MOD Thank you!


Where i can find it in admin?




JBlaze

Quote from: andris11 on January 17, 2010, 02:04:01 PM
I installed great MOD Thank you!


Where i can find it in admin?

There are no settings for this mod.
Jason Clemons
Former Team Member 2009 - 2012

andris11

but i cant see it in my profile, maybe ultimate profil can makes it wrong?




JBlaze

Quote from: andris11 on January 17, 2010, 02:14:56 PM
but i cant see it in my profile, maybe ultimate profil can makes it wrong?

Yes this mod conflicts with Ultimate Profile. There is no current workaround.
Jason Clemons
Former Team Member 2009 - 2012

andris11





~DS~

Quote from: andris11 on January 17, 2010, 02:24:08 PM
It's hard to do it?
Like JBlaze say there's no current walkaround at this moment.
"There is no god, and that's the simple truth. If every trace of any single religion were wiped out and nothing were passed on, it would never be created exactly that way again. There might be some other nonsense in its place, but not that exact nonsense. If all of science were wiped out, it would still be true and someone would find a way to figure it all out again."
~Penn Jillette – God, NO! – 2011

andris11

ohh.:S And dont you think about creating a new one which support Ultimate Profile?




Arantor

Maybe - but not yet. There isn't *currently* support. Doesn't mean there won't be in future, but right now you will just have to wait, sorry.

nucode

I made polish language modification for Referrals Mod
Please PM me because i cant PM u

Arantor

Normally translations would just be posted in the thread.

supahben

How can I add or subtract karma when someone refers a new member?

Sabre™

Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


Bugo

Russian translation:

// Referrals Mod
$txt['referrals_findreferrer'] = 'Найти реферера';
$txt['referrals_who'] = 'Сведения о реферере:';
$txt['referrals_who_description'] = 'Кто пригласил Вас на этот сайт?';
$txt['referrals_on'] = '';
$txt['referrals_referrer_not_found'] = 'Указанный пользователь не найден. Пожалуйста, внимательно проверьте его имя. Или оставьте поле пустым.';
$txt['referrals_youwerereferred_by'] = '';
$txt['referrals_referrals'] = 'Рефералов:';
$txt['referrals_referrals_hits'] = 'Переходов по реферальной ссылке:';
$txt['referrals_noneyet'] = 'Пока нет!';
$txt['referrals_top5referrers'] = 'Первая пятёрка рефереров (по количеству рефералов)';
$txt['referrals_top5referrersbyposts'] = 'Первая пятёрка рефереров (по количеству сообщений рефералов)';
$txt['referrals_referralsstats'] = 'Рефералы';
$txt['referrals_referred_by'] = 'Приглашен:';
$txt['referrals_link'] = 'Реферальная ссылка:';
$txt['referrals_membersreferred'] = 'Приглашённые участники';

nucode

Polish translation

$txt['referrals_findreferrer'] = 'Znajdź polecającego';
$txt['referrals_who'] = 'Informacje o poleconych:';
$txt['referrals_who_description'] = 'Od kogo dowiedziałeś się o naszym forum?';
$txt['referrals_on'] = 'On';
$txt['referrals_referrer_not_found'] = 'Polecający nie został odnaleziony. Proszę sprawdzić czy nazwa użytkownika jest wpisana poprawnie. W przypadku niepowodzenia proszę zostawić pole puste.';
$txt['referrals_youwerereferred_by'] = 'przez';
$txt['referrals_referrals'] = 'Poleceni:';
$txt['referrals_referrals_hits'] = 'Kliknięcia w link polecający użytkownika:';
$txt['referrals_noneyet'] = 'Wciąż brak';
$txt['referrals_top5referrers'] = '5 najlepszych polecających (wg. liczby poleconych)';
$txt['referrals_top5referrersbyposts'] = '5 najlepszych polecających (wg. ilości postów napisanych przez poleconych)';
$txt['referrals_referralsstats'] = 'Poleceni';
$txt['referrals_referred_by'] = 'Polecony przez:';
$txt['referrals_link'] = 'Link referencyjny:';
$txt['referrals_membersreferred'] = 'Użytkownicy poleceni';

aED

Quote from: supahben on February 05, 2010, 08:15:47 PM
How can I add or subtract karma when someone refers a new member?

Find the following in register.php


// Credit the referral to the user
updateMemberData($referrer, array('referrals_no' => '+'));


then just add this code below

updateMemberData($referrer, array('good_karma' => '+'));


That was based on 2.0 RC2 so If you are using 1.1.x you might have to change the fieldname since it uses a different one. Good luck :P

TAR-FOUNDER

I'm not sure what's going wrong with the mod at my forums, but the only one part of the mod works.

I now have the referral section on the registration page, but a newcomer can't search for the user that referred him/her.

Also, after they register, it doesn't show them as a referal.

There is no referral stuff on the profile page nor does the referal link work.

Membre

#757
Very nice mod, can you add some optiones like this one http://custom.simplemachines.org/mods/index.php?mod=653 ?  Thanks  :)

TAR-FOUNDER

Quote from: TAR-FOUNDER on February 24, 2010, 01:39:57 AM
I'm not sure what's going wrong with the mod at my forums, but the only one part of the mod works.

I now have the referral section on the registration page, but a newcomer can't search for the user that referred him/her.

Also, after they register, it doesn't show them as a referal.

There is no referral stuff on the profile page nor does the referal link work.

any idea why this is happening?


Advertisement: