1
Hello,
i want to change in that module in the admin settings the time he shall check, how many users he have 2 show and so on BUT ... when i change it - click submit - he writes all ok - but ... no changes.
I checked also the sql and found ...
#
# Table structure for table `xoops_user_points`
#
CREATE TABLE user_points (
uid int(11) NOT NULL default '0',
uname varchar(25) NOT NULL default '',
stories int(11) NOT NULL default '0',
comments int(11) NOT NULL default '0',
downloads int(11) NOT NULL default '0',
dloadvotes int(11) NOT NULL default '0',
links int(11) NOT NULL default '0',
linkvotes int(11) NOT NULL default '0',
tutorials int(11) NOT NULL default '0',
tutvotes int(11) NOT NULL default '0',
wfsections int(11) NOT NULL default '0',
wfsvotes int(11) NOT NULL default '0',
posts int(11) NOT NULL default '0',
points int(13) NOT NULL default '0',
PRIMARY KEY (uid)
) TYPE=MyISAM;
There is nothing in the MySQL info that shows me that he writes that settings somewhere.
any clues?
btw ... i want that he also count wf-links, wf-downloads and so on. is there a chance?
thx
(Xoops ver2.2.3 - Top Members ver2)