Pagina 1 van 1

probleem cash-mod

Geplaatst: 21 jan 2005, 15:43
door o-man
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:

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
en dit staat er rond regel 290

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>'; 

Geplaatst: 21 jan 2005, 18:32
door funnyman
je moet het volgende veranderen:
// 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.
//
in:
// 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.
//

Geplaatst: 21 jan 2005, 19:43
door funnyman
bij mij wordt het aantal 'cash' niet weergegeven in het profiel, maar wel in de memberlist

hoe los ik dit op?

Geplaatst: 21 jan 2005, 23:04
door mosymuis
funnyman schreef:bij mij wordt het aantal 'cash' niet weergegeven in het profiel, maar wel in de memberlist

hoe los ik dit op?
Je wijzigingen in includes/usercp_register.php nalopen, en daarna een nieuw topic openen met de support template.

bedankt

Geplaatst: 22 jan 2005, 12:48
door o-man
bedankt :lol: (ik moet nu alleen nog maar even de spellingsfouten eruit halen :oops: )