[ABD] Simple Points System 0.5.1

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Ganon_master
Registered User
Posts: 228
Joined: Sat May 14, 2005 9:05 pm
Location: Soesterberg, Utrecht, The Netherlands

Re: [BETA] Simple Points System

Post by Ganon_master »

jabidof wrote:Hello guys,

After installing the mode, I get following error with viewtopic.php
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1431: Undefined index: points_name
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1433: Undefined index: points_enable
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3718: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3264)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3720: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3264)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3721: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3264)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3722: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3264)
The SQL update went ok as well. Just had to change the table names cuz of local installation.

Any idea?

Purge the cache. Then it should go away.
Please do not PM me with support questions! I'm getting fed up with people asking.
jabidof
Registered User
Posts: 4
Joined: Tue Jun 05, 2007 8:41 am

Re: [BETA] Simple Points System

Post by jabidof »

Purged the cache but no progress :(
Also tried on another computer.

Any other idea?
Ganon_master
Registered User
Posts: 228
Joined: Sat May 14, 2005 9:05 pm
Location: Soesterberg, Utrecht, The Netherlands

Re: [BETA] Simple Points System

Post by Ganon_master »

Code: Select all

INSERT INTO phpbb_config (config_name, config_value) VALUES ('points_enable', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('points_name', 'Points');
Run the above SQL queries and purge the cache once again. I can't think of anything else.
Please do not PM me with support questions! I'm getting fed up with people asking.
jabidof
Registered User
Posts: 4
Joined: Tue Jun 05, 2007 8:41 am

Re: [BETA] Simple Points System

Post by jabidof »

Well... SQL replied entries already exist :-(
#1062 - Duplicate entry 'points_enable' for key 1

Really weird.
Maybe an info: i've got 3.0Beta release and not the RC1. You think this could be the problem?
SheaPaul
Registered User
Posts: 1
Joined: Thu May 31, 2007 12:14 am

Re: [BETA] Simple Points System

Post by SheaPaul »

Do you have any plans for adding on to this mod? I like it, but would like to see a little more...

1. Be able to sort member list according to points. (or some sort of 'top ten points' list)
2. be able to track how many points are achieved over a certain amount of time. (ex for a monthly contest based on points)

Thanks
Ganon_master
Registered User
Posts: 228
Joined: Sat May 14, 2005 9:05 pm
Location: Soesterberg, Utrecht, The Netherlands

Re: [BETA] Simple Points System

Post by Ganon_master »

jabidof wrote:Well... SQL replied entries already exist :-(
#1062 - Duplicate entry 'points_enable' for key 1

Really weird.
Maybe an info: i've got 3.0Beta release and not the RC1. You think this could be the problem?
Upgrade to RC1 and try again. There is no support for any BETA release of phpBB.
SheaPaul wrote: 1. Be able to sort member list according to points.
That would probably be easy to do.Maybe...
SheaPaul wrote: (or some sort of 'top ten points' list)
I have some code ready for the index...Maybe...
SheaPaul wrote: 2. be able to track how many points are achieved over a certain amount of time. (ex for a monthly contest based on points)
I don't think this will be a feature I'm going to add. This mod is called the Simple Points System, and this is something I see as a "simple" feature.
Please do not PM me with support questions! I'm getting fed up with people asking.
jabidof
Registered User
Posts: 4
Joined: Tue Jun 05, 2007 8:41 am

Re: [BETA] Simple Points System

Post by jabidof »

Ok, that was a beta install issue...
Problem solved by using RC1
Thanks for your help!
User avatar
Jackanape
Registered User
Posts: 1076
Joined: Wed Oct 13, 2004 6:01 am
Location: Capitol of the Great State of New York
Name: Jack Drury

Re: [BETA] Simple Points System

Post by Jackanape »

Ganon_master wrote:
SheaPaul wrote: 2. be able to track how many points are achieved over a certain amount of time. (ex for a monthly contest based on points)
I don't think this will be a feature I'm going to add. This mod is called the Simple Points System, and this is something I see as a "simple" feature.
I agree, and am watching this topic with great interest...I look forward to its release.

SheaPaul, perhaps you can consider writing this as an addon to this mod. All it would take would be another "points" row, with points added simultaneously to the main row, and a cron job to post results, and clear it monthly...
~Extending the rule of meticulous exactitude to exaspirating punctillio...still.~
Treat your phpBB like a member of the family--Update and MOD her by hand, with HTML-Kit
: : Wanna Talk Poker? : : Image : :
carmelomvp
Registered User
Posts: 85
Joined: Sun Sep 10, 2006 1:37 pm

Re: [BETA] Simple Points System

Post by carmelomvp »

I dont run the sql querys in my phpmyadmin, there are more errors. I change the name of phpbb_config for phpbb3_config because my DB prefix is phpbb3, help me please

Thanks
Ganon_master
Registered User
Posts: 228
Joined: Sat May 14, 2005 9:05 pm
Location: Soesterberg, Utrecht, The Netherlands

Re: [BETA] Simple Points System

Post by Ganon_master »

If you are not running the SQL queries in phpMyAdmin, then you should use the db_update.php file that is in te /contrib directory of the package. You probably won't get any errors if you use that file.

If you are using phpMyAdmin, you should use the SQL queries that are in the MODX file. I just noticed that the .txt file in the /contrib folder is outdated, so don't use the .txt file. Change phpbb_ with your table prefix.
Please do not PM me with support questions! I'm getting fed up with people asking.
Impaler
Registered User
Posts: 5
Joined: Fri Jun 15, 2007 5:56 pm

Re: [BETA] Simple Points System

Post by Impaler »

Howdy, is this mod still making process, is it safe to use on phpBB 2.0.22 ? Thank you.

I'm looking forward for a better replacement of "Points System 2.0.0 by eXplosive".
Ganon_master
Registered User
Posts: 228
Joined: Sat May 14, 2005 9:05 pm
Location: Soesterberg, Utrecht, The Netherlands

Re: [BETA] Simple Points System

Post by Ganon_master »

Impaler wrote:Howdy, is this mod still making process, is it safe to use on phpBB 2.0.22 ? Thank you.
This MOD is making progress, but since it is a phpBB3 MOD, it will not work on phpBB2 including 2.0.22. ;)
Please do not PM me with support questions! I'm getting fed up with people asking.
Impaler
Registered User
Posts: 5
Joined: Fri Jun 15, 2007 5:56 pm

Re: [BETA] Simple Points System

Post by Impaler »

Got that. :) Sad but it is how it is. Good luck, maybe one day i'll switch on phpBB 3 when it becomes real stabe. :)
notaloafer
Registered User
Posts: 56
Joined: Fri Jun 08, 2007 5:02 am

Re: [BETA] Simple Points System

Post by notaloafer »

Is there going to be a way to trade points between people? This sounds like something simple to add and I believe all points systems should have it! I love the mod, but am looking to see people able to give / recieve points.
Sturzaker123
Registered User
Posts: 1
Joined: Fri Jun 15, 2007 5:20 am

Re: [BETA] Simple Points System

Post by Sturzaker123 »

yeah can we get a demo im looking at upgrading to pbp 3 but im nt gonna untill someone can make a system like this and Give and Recive points (donate) and that admin can modify points can u please post back and confirm if this is able to be done with this mod thanks <3 jono]
-----------------
EDIT~!
I love how it looks so far i only thing i can see that could imporve it Greatly is adding a dontate Feature
ok ive seen u can edit etc Is there Any way u could add on Donate Sytetm Please so indivgual users can donate,


If This can be added That would Be Awasome <3333

Return to “[3.0.x] Abandoned MODs”