probleem cash-mod
Geplaatst: 21 jan 2005, 15:43
Ik heb net de cash mod geinstalleerd, toen heb ik install_sql gerund en alles is succesvol maar als ik een topic post krijg ik dit:
en dit staat er rond regel 290
Code: Selecteer alles
Parse error: parse error in /home/www/griekboard.freeunixhost.com/language/lang_dutch/lang_cash.php on line 290
Warning: Cannot modify header information - headers already sent by (output started at /home/www/griekboard.freeunixhost.com/language/lang_dutch/lang_cash.php:290) in /home/www/griekboard.freeunixhost.com/includes/page_header.php on line 475
Warning: Cannot modify header information - headers already sent by (output started at /home/www/griekboard.freeunixhost.com/language/lang_dutch/lang_cash.php:290) in /home/www/griekboard.freeunixhost.com/includes/page_header.php on line 477
Warning: Cannot modify header information - headers already sent by (output started at /home/www/griekboard.freeunixhost.com/language/lang_dutch/lang_cash.php:290) in /home/www/griekboard.freeunixhost.com/includes/page_header.php on line 478
Code: Selecteer alles
// Groups
$lang['Cash_status_type'][CASH_GROUPS_DEFAULT] = 'Standaard';
$lang['Cash_status_type'][CASH_GROUPS_CUSTOM] = 'Aangepast';
$lang['Cash_status_type'][CASH_GROUPS_OFF] = 'Uit';
$lang['Cash_status'] = 'Status';
// Cash Mod Log Text
// Note: there isn't really a whole lot i can do about it, if languages use
a
// grammar that requires these arguments (%s) to be in a different order,
it's stuck in
// this order. The up side is that this is about 10x more comprehensive than
the
// last way i did it.
//
/* argument order: [donater id][donater name][currency list][receiver
id][receiver name]
eg.
Joe donated 14 gold, $10, 3 points to Peter
*/
$lang['Cash_clause'][CASH_LOG_DONATE] = '<a href="' . $phpbb_root_path .
'profile.' . $phpEx . '?mode=viewprofile&u=%s" target="_new"><b>%s</b></a>
heeft geschonken <b>%s</b> aan <a href="' . $phpbb_root_path . 'profile.' .
$phpEx . '?mode=viewprofile&u=%s" target="_new"><b>%s</b></a>';