Seite 79 von 85

Re: [FINAL] Ultimate Points 1.1.1

Verfasst: 28.04.2012 07:19
von Daryl van Horne
danke, schaun wa mal uns an... ;)

Re: [FINAL] Ultimate Points 1.1.1

Verfasst: 13.05.2012 17:22
von winters
Hallo,

Ich installiere gerade ein neues Forum mit "phpBB 3.0.10".
Nach der Installation von "UP 1.1.1" bleiben alle Seiten im Bereich Dateianhang-Konfiguration weiß.

Zur Ursachenforschung habe ich nur "phpBB 3.0.10" und "UP 1.1.1" mit "automod-1001" installiert.
Das hat schon mal ohne Fehlermeldung aber mit dem gleichen Ergebnis funktioniert.

Im weiteren habe ich festgestellt das der Fehler in der Datei "includes/acp/acp_attachments.php" zu liegen scheint.
Wenn ich den Eintrag:

Code: Alles auswählen

					// Start Ultimate Points
					$add_extension_points		= request_var('points_extension', 0);
					$add_extension_points_costs	= request_var('points_extension_costs', 0.00);
					// End Ultimate Points
vor:

Code: Alles auswählen

									'group_id'	=>	$add_extension_group,
									'extension'	=>	$add_extension
weglasse werden die Seiten wieder dargestellt.

So weit so gut. Leider weiß ich nicht was ich mit dem Ergebnis anfangen soll.
Kann ich den Code weglassen, muß ich ihn verschieben oder liegt der Fehler ganz woanders.

Für Hilfe bin ich sehr dankbar.

Re: [FINAL] Ultimate Points 1.1.1

Verfasst: 14.05.2012 09:17
von femu
Das hatte ich schon mal .... Ich hab absolut keine Ahnung, warum ihr das Ganze an der Stelle einfügen wollt ....

Ok. Jetzt hab ich's verstanden. Da hat sich wohl ein Fehler eingeschlichen (der Teil steht da doppelt drinne).

Hier die korrigierte Fassung (DL wird natürlich auch korrigiert):

Suche:

Code: Alles auswählen

									'group_id'	=>	$add_extension_group,
									'extension'	=>	$add_extension
Davor einfügen:

Code: Alles auswählen

									// Start Ultimate Points
									'points_extension' 			=> (int) $add_extension_points,
									'points_extension_costs'	=> (float) $add_extension_points_costs,
									// End Ultimate Points
Das, was da in der Install steht ist eindeutig falsch! Vielen Dank für den Hinweis!


EDIT: Download ist aktualisiert!

Re: [FINAL] Ultimate Points 1.1.1

Verfasst: 14.05.2012 14:51
von Astrum
ist es möglich die Schriftfarbe, der aktuellen Punkten oben im Navigationsmenü zu ändern?

Re: [FINAL] Ultimate Points 1.1.1

Verfasst: 14.05.2012 17:45
von winters
Super,
vielen Dank für den schnellen Support.

(PS: tolles Programm)

Re: [FINAL] Ultimate Points 1.1.1

Verfasst: 16.05.2012 04:21
von femu
Astrum hat geschrieben:ist es möglich die Schriftfarbe, der aktuellen Punkten oben im Navigationsmenü zu ändern?
Suche in der overall_header.html

Code: Alles auswählen

<a href="{U_POINTS}" title="{L_POINTS_EXPLAIN}">{POINTS_LINK}<!-- IF S_USER_LOGGED_IN and S_USE_POINTS --> [ {USER_POINTS} ] <!-- ENDIF --></a>
Ersetze mit

Code: Alles auswählen

<span style="color: #000000"><a href="{U_POINTS}" title="{L_POINTS_EXPLAIN}">{POINTS_LINK}<!-- IF S_USER_LOGGED_IN and S_USE_POINTS --> [ {USER_POINTS} ] <!-- ENDIF --></a></span>
Oder wenn's nur eingeloggt ein andere Farbe haben soll:

Code: Alles auswählen

<a href="{U_POINTS}" title="{L_POINTS_EXPLAIN}">{POINTS_LINK}<!-- IF S_USER_LOGGED_IN and S_USE_POINTS --> <span style="color: #000000">[ {USER_POINTS} ]</span> <!-- ENDIF --></a>
Wobei das #000000 durch die gewünschte Farbe ersetzt werden muß!

Re: [FINAL] Ultimate Points 1.1.1

Verfasst: 09.07.2012 02:11
von Keikune
kanst du noch ein system einbauen damit man über paypal spenden punkte bekommt? das wäre echt epic :D weil sowas such ich fürs Board ^^

bzw das jamand der Spendet automatisch solche Points gutgeschrieben bekommt

Re: [FINAL] Ultimate Points 1.1.1

Verfasst: 30.08.2012 14:15
von topcop1000
Hallo,
wenn ich versuche das ganze über den AutoMod zu installieren gibt er mir einige Fehlermeldungen aus und zwar:

styles/prosilver/template/index_body.html

Find

Code: Alles auswählen

<!-- IF NEWEST_USER -->
	<h3>{L_STATISTICS}</h3>
	<p>{TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS} &bull; {NEWEST_USER}</p>
<!-- ENDIF -->

--------------------------------------------------------------------------------
Add After

Code: Alles auswählen

<!-- Start Ultimate Points -->
<!-- IF S_DISPLAY_POINTS_STATS -->
<h3>{L_POINTS_STATISTICS}</h3>
<p>{TOTAL_POINTS_USER} &bull; {TOTAL_BANK_USER} &bull; {TOTAL_BANK_POINTS} <!-- IF S_DISPLAY_LOTTERY--> &bull; {LOTTERY_TIME} <!-- ENDIF --></p>

<!-- IF S_DISPLAY_INDEX -->
<h3>{L_POINTS_MOST_RICH_USERS}</h3>
<p><!-- BEGIN rich_user --><!-- IF not rich_user.S_FIRST_ROW --> &bull; <!-- ENDIF -->{rich_user.USERNAME} ({rich_user.SUM_POINTS} {rich_user.SUM_POINTS_NAME})<!-- END rich_user --></p>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- End Ultimate Points -->The Find specified by the MOD could not be found 


----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
styles/prosilver/template/viewtopic_body.html

Find

Code: Alles auswählen

		<!-- IF postrow.POSTER_POSTS != '' --><dd><strong>{L_POSTS}:</strong> {postrow.POSTER_POSTS}</dd><!-- ENDIF -->
		<!-- IF postrow.POSTER_JOINED --><dd><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF -->

Add After

Code: Alles auswählen

<!-- Begin Ultimate Points -->
		<!-- IF USE_POINTS --><dd><strong>{L_POINTS_CASH_ON_HAND}:</strong> <!-- IF postrow.POSTER_LOCK -->{L_POINTS_LOCKED}<!-- ELSE -->{postrow.POSTER_POINTS} <!-- IF USE_IMAGES_POINTS --><img src="{T_THEME_PATH}/images/money.png" width="11px" height="11px" alt="" /><!-- ELSE -->{P_NAME}<!-- ENDIF --><!-- IF not postrow.S_IS_OWN_POST and S_USER_LOGGED_IN --><br /><a href="{postrow.U_POINTS_DONATE}">{postrow.L_DONATE}</a><!-- ELSE --><br /><!-- ENDIF --><a href="{postrow.U_POINTS_MODIFY}">{postrow.L_MOD_USER_POINTS}</a><!-- ENDIF --></dd><!-- ENDIF -->
		<!-- IF USE_BANK --><!-- IF postrow.BANK_ACCOUNT --><dd><strong>{L_BANK_TITLE_MAIN}:</strong><!-- IF postrow.POSTER_BANK_LOCK --> {L_POINTS_LOCKED}<!-- ELSE --> {postrow.BANK_GOLD} <!-- IF USE_IMAGES_POINTS --><img src="{T_THEME_PATH}/images/money.png" width="11px" height="11px" alt="" /><!-- ELSE -->{P_NAME}<!-- ENDIF --><br /><a href="{postrow.U_BANK_MODIFY}">{postrow.L_MOD_USER_POINTS}</a><!-- ENDIF --></dd><!-- ENDIF --><!-- ENDIF -->
		<!-- End Ultimate Points -->The Find specified by the MOD could not be found 

styles/prosilver/theme/bidi.css

Find

Code: Alles auswählen

/* Icon images
---------------------------------------- */
.rtl .sitehome,

In-Line Find

Code: Alles auswählen

.rtl .sitehome,

The In-Line Find specified by the MOD could not be found.The Find specified by the MOD could not be found


__________________________________________________________________________________________________________________________________________________________________________

Kann ich einfach versuchen Diese Zeilen selber zu bearbeiten?
Ich bin noch ein Laie und möchte nur auf Nummer sicher gehen.
Nette Grüße topcop1000

Re: [FINAL] Ultimate Points 1.1.1

Verfasst: 31.08.2012 09:17
von femu
Klar kannst du diese Teile manuell machen. Notiere sie dir und mache den Hauptteil über Automod. Dann änderst du die fehlenden Teile manuell. Es liegt meistens daran, daß schon andere Modifikation etwas an der Suchstelle geändert habe und Automod deshalb die Suchstelle nicht findet. Und nicht vergessen: Zuerst ein Backup!

Re: [FINAL] Ultimate Points 1.1.1

Verfasst: 31.08.2012 11:34
von topcop1000
Hey Danke,
klar das Backup mache ich vor jeden Mod, denn mir ist schon so ein Dreck passiert :oops:
Also vielen Dank erst einmal dafür.

Hänge jetzt aber an den letzten Stück fest, weil da nichts szeht was ich eintragen soll.
So sieht es aus:


styles/prosilver/theme/bidi.css

Find

Code: Alles auswählen

/* Icon images
---------------------------------------- */
.rtl .sitehome,

--------------------------------------------------------------------------------
In-Line Find

Code: Alles auswählen

.rtl .sitehome,
--------------------------------------------------------------------------------
The In-Line Find specified by the MOD could not be found.The Find specified by the MOD could not be found