Seite 1 von 1

Cash Mod - Problem

Verfasst: 07.08.2008 22:05
von rexee
Moin Moin Leute,

habe soweit es geht nun die Zeilen eingefügt, habe aber nen Problem, undzwar findet der de Zeilen nicht für das hier in der "memberlist_body.htm"

Code: Alles auswählen

Find
Tip:This may be a partial find and not the whole line.

Code:Select All
<td colspan="<!-- IF U_SORT_ACTIVE -->{:%1}<!-- ELSE -->
Increment
Tip:This allows you to alter integers. For help on what each operator means, click here.

Code:Select All
{:%1} + 1
Find
Tip:This may be a partial find and not the whole line.

Code:Select All
<td colspan="<!-- IF U_SORT_ACTIVE -->{:%1}<!-- ELSE -->{:%2}<!-- ENDIF -->"> </td>
Increment
Tip:This allows you to alter integers. For help on what each operator means, click here.

Code:Select All
{:%2} + 1
Habe das auch mal überprüft mit einer normalen phpbb Installation ohne Mods, jedoch findet er auch die Zeilen dort nicht.

Wo soll das den nun rein?

Verfasst: 08.08.2008 07:28
von Dr.Death
Doch, der Code ist zu finden... er ist nur anders zu interpretieren.

Das {:%1} bedeutet nur, das man momentan nicht weiß, welche Zahl dort steht und diese Zahl um 1 erhöhen soll ( {:%1} + 1 )

SUCHE: ( original phpBB 3.0.2 prosilver memberlist_body.html )

Code: Alles auswählen

<td colspan="<!-- IF U_SORT_ACTIVE -->5<!-- ELSE -->4<!-- ENDIF -->">&nbsp;</td>
ERSETZE MIT:

Code: Alles auswählen

<td colspan="<!-- IF U_SORT_ACTIVE -->6<!-- ELSE -->5<!-- ENDIF -->">&nbsp;</td>
Ich hoffe Du siehst nun den Zusammenhang.

Verfasst: 08.08.2008 18:01
von rexee
achso, okay, dann werde ich das man so machen, und ähm gibt es auch schon für prosilver ne anleitung, oder allg. für andere Styls ?

Verfasst: 08.08.2008 20:53
von Dr.Death
Das müsstest Du schon den MOD Autor fragen.