Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
-
o-man
- Berichten: 12
- Lid geworden op: 22 apr 2004, 18:52
-
Contacteer:
Bericht
door o-man » 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:
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>';
-
funnyman
- Berichten: 230
- Lid geworden op: 08 nov 2004, 11:34
- Locatie: Emmen
-
Contacteer:
Bericht
door funnyman » 21 jan 2005, 18:32
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.
//
-
funnyman
- Berichten: 230
- Lid geworden op: 08 nov 2004, 11:34
- Locatie: Emmen
-
Contacteer:
Bericht
door funnyman » 21 jan 2005, 19:43
bij mij wordt het aantal 'cash' niet weergegeven in het profiel, maar wel in de memberlist
hoe los ik dit op?
-
mosymuis
- Berichten: 6940
- Lid geworden op: 05 feb 2003, 14:00
- Locatie: Amsterdam
-
Contacteer:
Bericht
door mosymuis » 21 jan 2005, 23:04
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.
-
o-man
- Berichten: 12
- Lid geworden op: 22 apr 2004, 18:52
-
Contacteer:
Bericht
door o-man » 22 jan 2005, 12:48
bedankt

(ik moet nu alleen nog maar even de spellingsfouten eruit halen

)