: This zip contains a new page for the Cart module. It makes it possible to see the last 20 articles of the shop as well as the update of the block “innovation” to be able to have also access since this block to this page
: Ahab, from runcms.de, tells about this module which allows to display essentials sport-news as a newspaper. Ahab says it's an exoops-module but it runs fine even with RunCMS 1.6. Languages: german, french, english
Description: ~~~~~~~~~~~ This module calculate rating of users, based on their overall activities on sait - not only based on number of forums posts (as RunCMS default)
Status: ~~~~~~~ Beta. Not critically bugs for 2 months of testing.
Terms of using: ~~~~~~~~~~~~~~~~~~~~~~~~ Direct link on authors homepage http://scalemodels.ru at modules/userpoints page
If your remove this link - I cannot give ANY ANSWERS for your possible questions. This link - is the simplest way say "Thanks" to me for developing of this module
news, myarticles, mydownloads, mylinks, sections, newbb_plus, phpBB2(forum), xoopspoll, fotoalbum имеющий
Any RunMCS module having SQL table whith user_id can be included in the calculate of raiting.
Installation: ~~~~~~~~~~~~~ Just upload module & install it as usually. After it go to the their admin area & set options for calculating. After it - call "Manually Update userPoints" menu item
WARNING: It will create temporary big work for servers with many SQL queries!!!
In future you can call this option for manually update of users raiting, but don't excessive use of this.
And finally give permissions for modules block.
Functionality: ~~~~~~~~~~~~~~
The UserPoints block one time in the update period check overpatching of useres raitings, calculate, and save block content to cache The number of SQL queries in background work process reduced for minimum.
If you wish you can switch on "saving points" option for saving calculated raiting to standart RunCMS users table.
WARNING: This option will change level of users! But this changes can be rollbacked with administrators menu.
Installations of new modules: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Open configs file modules.txt and seen optionslist for modules in next format
id|module_dir|db_field|db_table|default_value
where
id - unique number(!) identificator for module module_dir - module directory db_field - SQL field for get user_id in modules SQL table db_table - SQL table for this kind of calculating default_value - default points number given to user for one record of this table
The lines started from # are remark and don't process by parser.
After adding new line whith needed options let's open file languages/your_language/main.php
and add one line per new modules
$up2_lang_names[id] = "NAME_OF_RECORD";
where id - unique number(!) identificator for module, written in modules.txt.
Thanks: ~~~~~~~~~~~~~ Irbis - for some ideas, used in this module & fotoalbum module SVL - for some bug-fixing & modifications & PHPBB2 module