## History: ## (yyyy-mm-dd) ## 2006-10-12 - Version 0.0.1 (BETA) ## - Beta release ## 2007-02-03 - Version 0.1.0 ## - Added display on viewtopic and memberlist ## 2007-03-03 - Version 0.2.0 ## - Added cash toggle switches so it only works if you have it set in the ACP ## ## 2007-05-27 - Version 0.3.0 ## - Added view all users cash amounts in profile ## - Added Bank Management for Admins and Mods with permission to edit users cash ## - Added permissions for admins and mods to edit users cash ## - Added prosilver and subsilver2 instructions ## - Updated to work with RC1 ## - Cash on/off on per forum basis ## - Limit Cash per time period ## ## 2007-6-26 - Version 0.3.2 ## - Serious code cleanup and overhaul ## - Made all cash instances into functions for easy upgrading ## - Finished the ACP so it now controls all currently available options ## - Made link to Bank in viewtopic
<?php /** * * Traduction [Français] par Crosby(2) * * @Fichier de langue * @Version $Id: cash.php 490 2007-06-27 02:17:56Z roadydude $ * @Copyright (c) 2006 StarTrekGuide Group * @Licence http://opensource.org/licenses/gpl-license.php GNU Public License * */ /** * NE PAS MODIFIER CE FICHIER */ if (empty($lang) || !is_array($lang)) { $lang = array(); }
// DEVELOPERS PLEASE NOTE // // Les variables ont maintenant une nouvelle façon d'être inscrite dans la page: // 'Page %s de %s' vous pouvez (et devriez) écrire 'Page %1$s de %2$s', ceci permet aux traducteurs de réordonner le classement des données en assurant que le mod fonctionne toujours. // // // Vous n'avez pas besoin de faire cela si la phrase ne contient qu'une variable, donc 'Message %d' est bien construit. // Vous pouvez aussi le faire si la phrase contient seulemente deux variables utilisées pour modifier le texte ainsi que dans les liens. // Exemple: 'Clickez %sICI%s' est bien construit.
$lang = array_merge($lang, array( 'ACP_HANDY_MODS' => 'Handymans Mods', 'ACP_CASH' => 'Cash Mod', 'ADD_CURRENCY' => 'Ajouter une devise', 'AMOUNT' => 'Quantité', 'BANK_MANAGEMENT' => 'Gestion de la banque', 'BANK_ROBBERY' => 'Désolé, le vol de banque est présentement interdit.', 'CASH_LIMIT' => 'Limite d\'argent', 'CASH_LIMIT_EXPLAIN' => '(quantité que vous pouvez gagner en 1 jour. Placez à 0 pour aucune limite)', 'CASH_NAME' => 'Nom', 'CASH_PER_POST' => 'Argent par message', 'CASH_SETTINGS' => 'Paramètres du Cash Mod', 'CASH_UPDATED' => 'Les paramètres du Cash Mod ont été modifiés', 'CASH_VALUE' => 'Valeur', 'CURRENCIES' => 'Devises', 'DEFAULT' => 'Défaut', 'ENABLE_CASHMOD' => 'Activer le Cash Mod', 'NAME' => 'Nom', 'SELECT_VALID_USER' => 'Vous devez choisir un utilisateur à configurer.', 'UCP_BANK' => 'Banque', 'UCP_BANK_MANAGEMENT' => 'Gestion de la banque', 'USER_CASH_UPDATED' => 'L\'argent de l\'utilisateur a été modifié correctement', ));
I now unveil all my secret plans for this project. If you would like any more features... please post them and I will add them to this list in the appropriate version time-frame.
Planned for 0.0.1 Finished
Setup Database structure
Receive 1 point for posting
Planned for 0.1.0 Finished
Build into viewtopic
Build into Memberlist
Create upgrade script from 0.0.1
Planned for 0.2.0 Finished Released 3/7/07
Vix bug introduced in 0.1.0 100%
ACP Module (manage currencies) 100%
ACP cash per post 100%
Create DB script to auto install ACP module 100%
Upgrade script from 0.1.0 100%
Planned for 0.3.0 0%
Add/Edit Currencies
View all currency amounts in ViewProfile 25%
Create trading window to trade between currencies 0%
Add conversion rates to ACP 0%
Upgrade script from 0.2.0 0%
Planned for 0.4.0 0%
Create display toggle for viewtopic and memberlist 0%
Allow admins and mods to add/subtract/exchange users cash 0%
Allow Users to donate points to other users
Upgrade from 0.3.0 0%
Planned for 0.5.0 0%
Points per word with ACP set Min wordcount and max points per post. 0%
Points per character with ACP set Min characters and Max points per post 0%
Upgrade from 0.4.0 0%
Planned for 0.6.0 0%
Show points earned on post success page 0%
Allow points on/off on per forum basis 0%
Allow per forum earnings/rates 0%
Upgrade from 0.5.0 0%
Planned for 0.7.0 0%
Separate points amounts for topic start and topic replies
Allow topic starter to gain points because of replies to his topic
Limit Points per time period (discourages spamming)
Upgrade from 0.6.0 0%
Planned for 0.8.0 0%
Bonuses per post (breakdown) on a per group/rank basis
Upgrade from 0.7.0 0%
Planned for 1.0.0 0%
Fix any remaining bugs 0%
Create MODX Install File 0%
Upgrade from 0.8.0 0%
Last edited by Handyman on 30 Apr 2007, 22:42, edited 21 times in total.
Reason:Added features newly requested
Please contact me if you have any news to submit to SCOFF News. SCOFFing at the candidates while you sleep. My Mods || My Mod Queue
Hmm. It's not even "complete" to the basic expectations of a site's webmaster until 0.2.0, when an administration control panel module is developed.
Many people aren't comfortable making changes to files, and some don't even have the access required to make such changes.
Either way, version 0.0.1 has been Beta 1 for over a month with no discussion of bugs, further development, and so on. That's why I asked if it was abandoned.
Yes... I put the roadmap there because I knew people would think it's abandoned.
I created version 0.0.1 the day before I went back to work with some serious deadlines and I've had other mod priorities that have taken up what little time that I have... but that won't be the case in January... I won't have a pressing Deadline (I hope).
exreaction and I just finished the Beta1 to Beta 3 upgrade script... so I have been putting some time in.
Please contact me if you have any news to submit to SCOFF News. SCOFFing at the candidates while you sleep. My Mods || My Mod Queue