deze error is opgelost [ CashMod error ]

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.
phpBB2.0.x
Gesloten
Gebruikersavatar
remon
Berichten: 188
Lid geworden op: 13 sep 2006, 20:53
Contacteer:

deze error is opgelost [ CashMod error ]

Bericht door remon » 16 sep 2006, 22:09

hallo iedereen..

ik heb even een vraag..
ik ben dus cashmod aan het installeren.
en nu moet ik in memberlist_body.tpl het volgende zoeken :

Code: Selecteer alles

#-----[ FIND ]------------------------------------------ 
# in subSilver, the full line is 
#	  <td class="catBottom" colspan="8" height="28">&nbsp;</td>
# 
colspan="8"

# 
#-----[ IN-LINE FIND ]------------------------------------------ 
# 
8

# 
#-----[ IN-LINE REPLACE WITH ]------------------------------------------ 
#
{NUM_COLUMNS}
heb nu 2 uur lang gekeken en gezocht maar kan het niet vinden zou iemand mij kunnen helpen... hier is die file zelf

Code: Selecteer alles

<form method="post" action="{S_MODE_ACTION}">
  <table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" class="tborder">
	<tr> 
	  <td align="left" class="row2" width="55%"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
	  <td align="center" class="row2" nowrap="nowrap" valign="middle"><span class="genmed">Sort by:&nbsp;{S_MODE_SELECT}&nbsp;{S_ORDER_SELECT} <input type="submit" name="submit" value="{L_SUBMIT}" class="liteoption" />
		</span></td>
	</tr>
  </table>
<!-- bottom table setup -->
<table width="100%" class="thead" cellpadding="0" cellspacing="0">
   <tr>
     <td width="100%" height="2"><img src="templates/applied_x/images/trans.gif" width="1" height="1" alt="" border="0" /></td>
   </tr>
</table>
<!-- End bottom table setup -->

<br />

  <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tborder">
	<tr> 
	  <th height="25" nowrap="nowrap">#</th>
	  <th nowrap="nowrap">&nbsp;</th>
	  <th align="center" nowrap="nowrap">{L_USERNAME}</th>
	  <th align="center" nowrap="nowrap">{L_EMAIL}</th>
	  <th align="center" nowrap="nowrap">{L_FROM}</th>
	  <th align="center" nowrap="nowrap">{L_JOINED}</th>
	  <th align="center" nowrap="nowrap">{L_POSTS}</th>
	  <!-- BEGIN cashrow -->
	  <th class="thTop" nowrap="nowrap">{cashrow.NAME}</th>
	  <!-- END cashrow -->

	  <th align="center" nowrap="nowrap">{L_WEBSITE}</th>
	</tr>
	<!-- BEGIN memberrow -->
	<tr> 
	  <td class="row1" align="center"><span class="gen">&nbsp;{memberrow.ROW_NUMBER}&nbsp;</span></td>
	  <td class="row2" align="center">&nbsp;{memberrow.PM_IMG}&nbsp;</td>
	  <td class="row1" align="center"><span class="gen"><a href="{memberrow.U_VIEWPROFILE}" class="gen">{memberrow.USERNAME}</a></span></td>
	  <td class="row2" align="center" valign="middle">&nbsp;{memberrow.EMAIL_IMG}&nbsp;</td>
	  <td class="row1" align="center" valign="middle"><span class="gen">{memberrow.FROM}</span></td>
	  <td class="row2" align="center" valign="middle"><span class="gensmall">{memberrow.JOINED}</span></td>
	  <td class="row1" align="center" valign="middle"><span class="gen">{memberrow.POSTS}</span></td>
	  <!-- BEGIN cashrow -->
	  <td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.cashrow.CASH_DISPLAY}</span></td>
	  <!-- END cashrow -->
	  <td class="row2" align="center">&nbsp;{memberrow.WWW_IMG}&nbsp;</td>
	</tr>
	<!-- END memberrow -->
  </table>
<!-- bottom table setup -->
<table width="100%" class="thead" cellpadding="0" cellspacing="0">
   <tr>
     <td width="100%" height="2"><img src="templates/applied_x/images/trans.gif" width="1" height="1" alt="" border="0" /></td>
   </tr>
</table>
<!-- End bottom table setup -->

<table width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-top:2px">
  <tr> 
	<td><span class="nav">{PAGE_NUMBER}</span></td>
	<td align="right"><span class="nav">{PAGINATION}</span></td>
  </tr>
</table></form>

<table width="100%" cellspacing="2" border="0" align="center">
  <tr> 
     <td align="left" width="50%"><span class="gensmall">{S_TIMEZONE}</span></td>
     <td width="50%" valign="top" align="right">{JUMPBOX}</td>
  </tr>
</table>
kan het ook zo zijn dat ik die code ergens anders achter kan zetten
hoop snel iets te horen.
Laatst gewijzigd door remon op 20 sep 2006, 03:48, 3 keer totaal gewijzigd.

Gebruikersavatar
remon
Berichten: 188
Lid geworden op: 13 sep 2006, 20:53
Contacteer:

Bericht door remon » 16 sep 2006, 22:29

k ik heb die code al ergens anders gezet maar als ik nu naar de cash admin wil geeft die ook weer een fout en die luid als volgt :

Code: Selecteer alles

Parse error: syntax error, unexpected T_STRING in /home/a2316bea/public_html/mixmaster-r/forum/language/lang_dutch/lang_cash.php on line 290
en dit staat er ik maak een kopie van lijn 285 tot 300

Code: Selecteer alles

// 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, 
dit is lijn 290 >>>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 
*/ 

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 16 sep 2006, 23:21

Haal

Code: Selecteer alles

// 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.
// 
eens weg daar, het is alleen maar commentaar dat kan geen kwaad :wink:
Afbeelding

Gebruikersavatar
remon
Berichten: 188
Lid geworden op: 13 sep 2006, 20:53
Contacteer:

Bericht door remon » 17 sep 2006, 00:27

Luuk schreef:Haal

Code: Selecteer alles

// 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.
// 
eens weg daar, het is alleen maar commentaar dat kan geen kwaad :wink:
ok nu kom ik weer een stap verder bedankt alleen dat instellen gaat niet echt soepel maar probeer het eerst even zelf uit te zoeken.

Gebruikersavatar
remon
Berichten: 188
Lid geworden op: 13 sep 2006, 20:53
Contacteer:

Bericht door remon » 17 sep 2006, 00:37

voor zo ver als ik het snap werkt alles gewoon heb zo Geld Valuta's
aangemaakt die staat op user_points geloof dat dat goed is want hij was goed aangemaakt, Naam van de valuta is euro en standaard op 0 en Decimalen 1 denk verder nog iemand te weten dat dit allemaal niet klop ?? hoor ik het graag EN LUUK toppie kerel aan jou heb ik echt alles :bier: :thumb:

Gesloten