News:

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

Main Menu

Points Mod

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

Previous topic - Next topic

Chaos Dragon

Link to Mod



************************************************************************************************

SMF Points V1.0
Created By: wdm2005 Taken over by: Chaos Dragon



**************************************************************************************************



Description:

This is a simple Points Mod where your users get points for posting in your forum.
Settings are under Configuration -> Points in the Admin Section.

Settings will include the following:

Points Upon Registration: 
Points Per New Topic
Points Per New Post
Points Per Word
Points Per Character
Points Limit received per post
Currency Surfix
Currency Prefix

Hope you enjoy.

Compatibility:
SMF 2.0RC1-1
SMF 2.0RC1.2
SMF 2.0RC2
SMF 2.0RC3

Supported Languages (Both ISO and UTF-8):
English

Other Translations Welcome.

"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.

edi67

Intersting this, as i saw for phpbb, one system point only for mod, for check them activity
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

KahneFan

Will you be allowing members to give other members points?
#eric_on_twit| (video) Creating Themes for SMF | Reset Your Forum
NOTE: No PM's for support please.

Sudhakar Arjunan

MAD Coder.

Its a great work. Nice mod. Installed it.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

SA™

@KahneFan yes i will dont know when yet tho my main concern is to get my shop ready


thank for the comments guys
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 -___-

Afro

Wont this conflict with the casino point system in anyway?

SA™

no not at all the casino point is different
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 -___-

dekay

nice mod!

is there something like a stats/hiscore list?

what about a "reset all points" option? :)

SA™

i will do more to this when i finished my other mod
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 -___-

Amun

I like this nice and simple and could be useful for various things :)

I don't know if it is just me but the prefix and suffix don't seem to work. I just get "points:" in the post info.
:D :D :D

SA™

thanks i just fixed the package

display.template.php

find

// Begin points Mod
echo '
<li>', $txt['member_points'], ': ', $message['member']['points'], '</li>';
// End points Mod



replace with


// Begin points Mod
echo '
<li>', $txt['member_points'], ':<br />', $modSettings['pointsprefix'], $message['member']['points'], $modSettings['pointssurfix'], '</li>';
// End points Mod
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 -___-

Antes

if accept here is Turkish Translate :) i'm Glad ... Good Work

</operation>
</file>
</file>
<file name="$languagedir/Modifications.turkish.php">
<operation>
<search position="end" />

<add><![CDATA[

// for Settings in Admin
$txt['points'] = 'Puanlar';
$txt['points_settings'] = 'Genel Ayarlar';
$txt['points_settings'] = 'Genel Ayarlar';
$txt['pointsRegAmount'] = 'Kayıt Sonrası Verilecek Puan: ';
$txt['pointsprefix'] = 'Baş Ek ( Örn : TL x , Puan x )';
$txt['pointssurfix'] = 'Son Ek ( Örn : x TL , x Puan )';
$txt['pointsPointTopic'] = 'Yeni Konular İçin Verilecek Puan';
$txt['pointsPointPost'] = 'Yeni İletiler İçin Verilecek Puan';
$txt['pointsPointWord'] = 'İletideki Her Kelime İçin Verilecek Puan';
$txt['pointsPointChar'] = 'İletideki Her Karakter İçin Verilecek Puan';
$txt['pointsPointLimit'] = 'İleti Başına Puan Limiti';
$txt['points_submit'] = 'Kaydet';

// for Admin tablinks
$txt['pointssettings'] = 'Ayarlar';
$txt['pointsMod'] = 'Puan Modu';
$txt['pointsModDes'] = 'Bu Sayfa Puan Modu Hakkındaki Ayarları Düzenlemeniz İçin Yardımcı Olacaktır';

$txt['member_points'] = 'Puanlar';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.turkish-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
// for Settings in Admin
$txt['points'] = 'Puanlar';
$txt['points_settings'] = 'Genel Ayarlar';
$txt['points_settings'] = 'Genel Ayarlar';
$txt['pointsRegAmount'] = 'Kayıt Sonrası Verilecek Puan: ';
$txt['pointsprefix'] = 'Baş Ek ( Örn : TL x , Puan x )';
$txt['pointssurfix'] = 'Son Ek ( Örn : x TL , x Puan )';
$txt['pointsPointTopic'] = 'Yeni Konular İçin Verilecek Puan';
$txt['pointsPointPost'] = 'Yeni İletiler İçin Verilecek Puan';
$txt['pointsPointWord'] = 'İletideki Her Kelime İçin Verilecek Puan';
$txt['pointsPointChar'] = 'İletideki Her Karakter İçin Verilecek Puan';
$txt['pointsPointLimit'] = 'İleti Başına Puan Limiti';
$txt['points_submit'] = 'Kaydet';

// for Admin tablinks
$txt['pointssettings'] = 'Ayarlar';
$txt['pointsMod'] = 'Puan Modu';
$txt['pointsModDes'] = 'Bu Sayfa Puan Modu Hakkındaki Ayarları Düzenlemeniz İçin Yardımcı Olacaktır';

$txt['member_points'] = 'Puanlar';
]]></add>
</operation>
</file>

SA™

thank you ill add it to the nex relese
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 -___-

Lithriel

Is this going to integrate with your shop mod?  Or are these two separate modifications?

SA™

there seperate mods
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 -___-

Lithriel

Sorry, I just want to make sure I have this right...  if I download your shop mod, when it is ready, is it going to have it's own credit system where people get points for posting then?

If so, then this points mod is much more simplified compared to the shop mod you are currently working on, right?


SA™

yes thats right


i will do more to this oneday
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 -___-

neteater

is this like the credit system in vbulletin and does it works for 1.1.9.i've also made an request for such type of mod in mod request section

SA™

no no 1.1.9 support yet
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 -___-

moonpeach

Hi
Just installed it but i come to a problem ,

I cant use decimals and i do and i do a post it comes to an error. Is it anyway possible for it to work with decimals because im working on a pay to post forum and its pretty usful if we have decimals

Advertisement: