Points Mod

Started by Chaos Dragon, April 15, 2009, 01:47:26 AM

Previous topic - Next topic

KahneFan

Just wondering if there's a way to "swap" points yet. To me the biggest feature is members being able to "pay" each other.
#eric_on_twit| (video) Creating Themes for SMF | Reset Your Forum
NOTE: No PM's for support please.

SA™

no sry this has taken a back seat for a while cos i simply dont have the time to upkeep it no more the battle mod is sucking up all my time
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

adice15

can you please make this available for 1.1.10? also i would like the trading part to be added to it.

Chaos Dragon

Not very likely to happen sorry. Will be sticking with the 2.0 versions.
"Never stop exploring new ideas, concepts and techniques, but never forget the old ones, they just may come in handy someday!"
"Don't give up! Otherwise you do not win and nothing gets accomplished!"
Einstein "Insanity is doing the same thing over and over again, and expecting different results..."
Do Not PM me for Support. They will be Ignored. Use the Threads the have been provided.

Prosperous

I am currently developing a new hosting service and am trying to figure out what forum software to use. I have been referred to using SMF many times, as well as phpBB, however I am unsure what my final decision will be at the moment. Something I am looking for is a points/shop/cash system; basically if you want to use the free hosting portion of my service, then you will need to post on the forum, gain points and use those points to pay for your hosting every month.

I am not sure at what stage or how feature-rich this modification is, but will it enable me to do what I want as discussed above?

I hope to hear from you soon Chaos Dragon/Sleepy Arcade.
PorkoWogVisit UsContact

Looking for or in need of free or paid hosting?
Please contact me now or visit the link above for my very own hosting service.

Chaos Dragon

I do apologize for the lateness of this reply, but I am currently been endowed with my new project that I have been working on.
As for this mod it really doesn't have to many feature at all. Just those listed in the initial post. As far as it working for what you need, no sorry, but as for a shop you can go here and try this out. This one has a kind of points system, it goes by credits. It has items the user can buy and I do believe those can be customized to fit your needs to a point.
For full support and if you have nay questions pertaining to the SA Shop mod you can go to SA Mod Development.
Hope this helps sorry my mod doesn't fit your needs.
"Never stop exploring new ideas, concepts and techniques, but never forget the old ones, they just may come in handy someday!"
"Don't give up! Otherwise you do not win and nothing gets accomplished!"
Einstein "Insanity is doing the same thing over and over again, and expecting different results..."
Do Not PM me for Support. They will be Ignored. Use the Threads the have been provided.

Prosperous

No problem at all Chaos Dragon, thanks for getting back to me. I have also been taking a look at the SMFShop modification, is that better then the one you have linked me to?
PorkoWogVisit UsContact

Looking for or in need of free or paid hosting?
Please contact me now or visit the link above for my very own hosting service.

kapaionutz

Can you give a a link to a mod like this one, that works on smf 1.1.11

akbora

Please update to for RC2? Thanks
SMF 2.0.13
Default Theme
Utf8 Turkish
---------------

Lil Foams

Quote from: kapaionutz on December 08, 2009, 07:46:46 AM
Can you give a a link to a mod like this one, that works on smf 1.1.11

Yes, I'd like to have one that works with SMF 1.1.11 as well.

Bugo

Quote from: akbora on January 01, 2010, 03:16:04 PM
Please update to for RC2? Thanks
It's well installed on RC2

Russian translation:
// SMF Points
$txt['points'] = 'Система очков';
$txt['points_settings'] = 'Общие настройки';
$txt['pointsRegAmount'] = 'Очки за регистрацию: ';
$txt['pointsprefix'] = 'Употребляемый Prefix';
$txt['pointssurfix'] = 'Употребляемый Surfix';
$txt['pointsPointTopic'] = 'Очки за новую тему';
$txt['pointsPointPost'] = 'Очки за новое сообщение';
$txt['pointsPointWord'] = 'Очки за слово в сообщении';
$txt['pointsPointChar'] = 'Очки за символ в сообщении';
$txt['pointsPointLimit'] = 'Лимит очков, получаемых за сообщение';
$txt['points_submit'] = 'Сохранить';
$txt['pointssettings'] = 'Настройки';
$txt['pointsMod'] = 'Мод начисления очков';
$txt['pointsModDes'] = 'Эта страничка позволяет изменять настройки мода SMF Points';
$txt['member_points'] = 'Очков';
// SMF Points END

7s-1k

Quote from: Bugo on January 21, 2010, 02:45:55 AM
Quote from: akbora on January 01, 2010, 03:16:04 PM
Please update to for RC2? Thanks
It's well installed on RC2

Russian translation:
// SMF Points
$txt['points'] = 'Система очков';
$txt['points_settings'] = 'Общие настройки';
$txt['pointsRegAmount'] = 'Очки за регистрацию: ';
$txt['pointsprefix'] = 'Употребляемый Prefix';
$txt['pointssurfix'] = 'Употребляемый Surfix';
$txt['pointsPointTopic'] = 'Очки за новую тему';
$txt['pointsPointPost'] = 'Очки за новое сообщение';
$txt['pointsPointWord'] = 'Очки за слово в сообщении';
$txt['pointsPointChar'] = 'Очки за символ в сообщении';
$txt['pointsPointLimit'] = 'Лимит очков, получаемых за сообщение';
$txt['points_submit'] = 'Сохранить';
$txt['pointssettings'] = 'Настройки';
$txt['pointsMod'] = 'Мод начисления очков';
$txt['pointsModDes'] = 'Эта страничка позволяет изменять настройки мода SMF Points';
$txt['member_points'] = 'Очков';
// SMF Points END


Not for me.  :(
One Day, Two Many

Bugo

#52
Please change in block code:
//Begin points Mod
'points' => array(
'label' => $txt['points'],
'file' => 'pointsAdmin.php',
'function' => 'pointsAdmin',
'icon' => 'modifications.gif',
'subsections' => array(
'settings' => array('Settings'),
),
),
//End points Mod

this line:
'settings' => array('Settings'),
to:
'settings' => array($txt['pointssettings']),
for normal translation :)

And you have 2 same strings in Modifications.language file:
$txt['points_settings'] = 'General Settings';
$txt['points_settings'] = 'General Settings';

Chaos Dragon

Thank You for pointing those out Bugo. I have made the changes and re-uploaded the zip with the changes.
"Never stop exploring new ideas, concepts and techniques, but never forget the old ones, they just may come in handy someday!"
"Don't give up! Otherwise you do not win and nothing gets accomplished!"
Einstein "Insanity is doing the same thing over and over again, and expecting different results..."
Do Not PM me for Support. They will be Ignored. Use the Threads the have been provided.

cieplutki

Polish translation with iso
// for Settings in Admin
$txt['points'] = 'Punkty';
$txt['points_settings'] = 'Ustawienia';
$txt['pointsRegAmount'] = 'Punkty za rejestracje: ';
$txt['pointsprefix'] = 'Prefix Waluty';
$txt['pointssurfix'] = 'Surfix Waluty';
$txt['pointsPointTopic'] = 'Punkty za nowy w±tek:';
$txt['pointsPointPost'] = 'Punkty za now± wiadomo¶ć:';
$txt['pointsPointWord'] = 'Punkty za liczbę słów w wiadomo¶ci:';
$txt['pointsPointChar'] = 'Punkty za charakter wiadomo¶ci:';
$txt['pointsPointLimit'] = 'Limit punktów przeznaczonych na wiadomo¶ć:';
$txt['points_submit'] = 'Zapisz';

// for Admin tablinks
$txt['pointssettings'] = 'Ustawienia';
$txt['pointsMod'] = 'Punktacja';
$txt['pointsModDes'] = 'Tutaj możesz zmieniać ustawienia dla punktacji';

$txt['member_points'] = 'Punkty';


and polish translation with utf-8
// for Settings in Admin
$txt['points'] = 'Punkty';
$txt['points_settings'] = 'Ustawienia';
$txt['pointsRegAmount'] = 'Punkty za rejestracje: ';
$txt['pointsprefix'] = 'Prefix Waluty';
$txt['pointssurfix'] = 'Surfix Waluty';
$txt['pointsPointTopic'] = 'Punkty za nowy wątek:';
$txt['pointsPointPost'] = 'Punkty za nową wiadomość:';
$txt['pointsPointWord'] = 'Punkty za liczbę słów w wiadomości:';
$txt['pointsPointChar'] = 'Punkty za charakter wiadomości:';
$txt['pointsPointLimit'] = 'Limit punktów przeznaczonych na wiadomość:';
$txt['points_submit'] = 'Zapisz';

// for Admin tablinks
$txt['pointssettings'] = 'Ustawienia';
$txt['pointsMod'] = 'Punktacja';
$txt['pointsModDes'] = 'Tutaj możesz zmieniać ustawienia dla punktacji';

$txt['member_points'] = 'Punkty';


thanks for this mod




.

Chaos Dragon

Thank You cieplutki I will add it to the package as soon as possible.
"Never stop exploring new ideas, concepts and techniques, but never forget the old ones, they just may come in handy someday!"
"Don't give up! Otherwise you do not win and nothing gets accomplished!"
Einstein "Insanity is doing the same thing over and over again, and expecting different results..."
Do Not PM me for Support. They will be Ignored. Use the Threads the have been provided.

Sakae

Quote from: Sleepy Arcade on July 22, 2009, 01:53:42 AM
thx for the translation joomlams

Don't use his portuguese_brazilian translation, it's ALL WRONG.

Here's the correct:

<file name="$languagedir/Modifications.portuguese_brazilian-utf8.php" error="skip">
<operation>
    <search position="end" />
<add><![CDATA[
$txt['points'] = 'Pontos';
$txt['points_settings'] = 'Configura&ccedil;&otilde;es gerais';
$txt['points_settings'] = 'Configura&ccedil;&otilde;es gerais';
$txt['pointsRegAmount'] = 'Pontos por registrar-se: ';
$txt['pointsprefix'] = 'Prefixo atual';
$txt['pointssurfix'] = 'Sufixo atual';
$txt['pointsPointTopic'] = 'Pontos por cada t&oacute;pico criado';
$txt['pointsPointPost'] = 'Pontos por cada nova mensagem';
$txt['pointsPointWord'] = 'Pontos por palavra na mensagem';
$txt['pointsPointChar'] = 'Pontos por cada caractere na mensagem';
$txt['pointsPointLimit'] = 'Limite de pontos recebidos por cada mensagem';
$txt['points_submit'] = 'Salvar';

// for Admin tablinks
$txt['pointssettings'] = 'Defini&ccedil;&otilde;es';
$txt['pointsMod'] = 'Sistema de pontos';
$txt['pointsModDes'] = 'Esta p&aacute;gina permite que voc&ecirc; edite as configura&ccedil;&otilde;es do sistema de pontos';

$txt['member_points'] = 'pontos';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.portuguese_brazilian-utf8.php"   error="skip">
  <operation>
      <search position="end" />
  <add><![CDATA[
  $txt['points'] = 'Pontos';
  $txt['points_settings'] = 'Configurações gerais';
  $txt['points_settings'] = 'Configurações gerais';
  $txt['pointsRegAmount'] = 'Pontos por registrar-se: ';
  $txt['pointsprefix'] = 'Prefixo atual';
  $txt['pointssurfix'] = 'Sufixo atual';
  $txt['pointsPointTopic'] = 'Pontos por cada tópico criado';
  $txt['pointsPointPost'] = 'Pontos por cada nova mensagem';
  $txt['pointsPointWord'] = 'Pontos por palavra na mensagem';
  $txt['pointsPointChar'] = 'Pontos por cada caractere na mensagem';
  $txt['pointsPointLimit'] = 'Limite de pontos recebidos por cada   mensagem';
  $txt['points_submit'] = 'Salvar';
 
  // for Admin tablinks
  $txt['pointssettings'] = 'Definições';
  $txt['pointsMod'] = 'Sistema de pontos';
  $txt['pointsModDes'] = 'Esta página permite que   você edite as configurações do sistema   de pontos';
 
  $txt['member_points'] = 'pontos';
  ]]></add>
  </operation>
  </file>
http://www.tigrelog.com.br
l: simple p: machines

king999

very nice mod but i want to display those information about points Statistics Center in full detail
how much which member to that likes a referal mod.

Points Upon Registration:     
Points Per New Topic:    
Points Per New Post:    
Points Per Word in post:    
Points Per Character in post:    
Points Limit received for post:

Sudhakar Arjunan

Good work.

Will give a try today.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

horne

whats happening with the sending points option ?

Advertisement: