Re: [FINAL] Ultimate Points 1.1.1
Verfasst: 28.04.2012 07:19
danke, schaun wa mal uns an... 

phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
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
Code: Alles auswählen
'group_id' => $add_extension_group,
'extension' => $add_extension
Code: Alles auswählen
'group_id' => $add_extension_group,
'extension' => $add_extension
Code: Alles auswählen
// Start Ultimate Points
'points_extension' => (int) $add_extension_points,
'points_extension_costs' => (float) $add_extension_points_costs,
// End Ultimate Points
Suche in der overall_header.htmlAstrum hat geschrieben:ist es möglich die Schriftfarbe, der aktuellen Punkten oben im Navigationsmenü zu ändern?
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>
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>
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>
Code: Alles auswählen
<!-- IF NEWEST_USER -->
<h3>{L_STATISTICS}</h3>
<p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p>
<!-- ENDIF -->
--------------------------------------------------------------------------------
Code: Alles auswählen
<!-- Start Ultimate Points -->
<!-- IF S_DISPLAY_POINTS_STATS -->
<h3>{L_POINTS_STATISTICS}</h3>
<p>{TOTAL_POINTS_USER} • {TOTAL_BANK_USER} • {TOTAL_BANK_POINTS} <!-- IF S_DISPLAY_LOTTERY--> • {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 --> • <!-- 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
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
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 -->
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
Code: Alles auswählen
/* Icon images
---------------------------------------- */
.rtl .sitehome,
Code: Alles auswählen
.rtl .sitehome,
Code: Alles auswählen
/* Icon images
---------------------------------------- */
.rtl .sitehome,
--------------------------------------------------------------------------------
Code: Alles auswählen
.rtl .sitehome,
--------------------------------------------------------------------------------