About
|
|
Author: FR
|
|
Credits:
|
|
|
Brookfresh, Brad Lawryk, Crogon, DaMysterious, EklipzeDesigns, ML, musashi, phpBB Group, phpBB-Auction-Team, php-styles, sanman, Tel, Vampy, wGEric
|
|
Supported Sites
|
|
Statistics
|
User:
|
18768
|
Posts:
|
18401
|
Latest User:
|
Jamescak
|
|
|
|
View previous topic :: View next topic |
Author |
Message |
Helmut71 Small-Cap Auctioneer

Joined: 08 Feb 2005 Posts: 9
|
Posted: Fri Mar 18, 2005 4:38 pm Post subject: "user Bewertungs" Button? |
|
|
Wo finde ich die Anleitung,w ie der User-Berwertungsbutton in der viewprofile und viewtopic einzubauen ist?? |
|
Back to top |
|
 |
FR Site Admin

Joined: 26 Jan 2004 Posts: 1764 Location: root directory
|
Posted: Fri Mar 18, 2005 6:32 pm Post subject: Re: "user Bewertungs" Button? |
|
|
Helmut71 wrote: | Wo finde ich die Anleitung,w ie der User-Berwertungsbutton in der viewprofile und viewtopic einzubauen ist?? |
hängt irgendwo im forum drin. wenns net findest, dann kann ich es noch einmal raussuchen. _________________ Want to say thank you. Use my Amazon Wishlist
Meet the world on movie-on.com |
|
Back to top |
|
 |
Helmut71 Small-Cap Auctioneer

Joined: 08 Feb 2005 Posts: 9
|
Posted: Sat Mar 19, 2005 12:58 pm Post subject: |
|
|
ich hab ne halbe stunde gesucht und nichts gefunden..könntest du mal...?? |
|
Back to top |
|
 |
FR Site Admin

Joined: 26 Jan 2004 Posts: 1764 Location: root directory
|
Posted: Sat Mar 19, 2005 6:06 pm Post subject: |
|
|
versuch mal
Code: | #
#-----[ OPEN ]------------------------------------------
#
includes/usercp_viewprofile.php
#
#-----[ FIND ]------------------------------------------
#
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
exit;
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Start Include language file
$language = $board_config['default_lang'];
if( !file_exists($phpbb_root_path . 'language/lang_' . $language . '/lang_auction.'.$phpEx) )
{
$language = 'english';
}
include($phpbb_root_path . 'language/lang_' . $language . '/lang_auction.' . $phpEx);
// end include language file
#
#-----[ FIND ]------------------------------------------
#
'AVATAR_IMG' => $avatar_img,
#
#-----[ AFTER, ADD ]------------------------------------------
#
'AUCTION_USER_RATING' => "<a href=\"" . append_sid("auction_rating.php?mode=view&" . POST_USERS_URL . "=" . $profiledata['user_id'] ) . "\"><img src=\"" . $images['icon_auction_user_rating'] . "\" alt=\"" . $lang['auction_user_rating'] . "\" title=\"" . $lang['auction_user_rating'] . "\" border=\"0\" /></a>",
'L_VIEW_AUCTION_USER_RATING' => $lang['auction_user_rating'],
#
#-----[ OPEN ]------------------------------------------
#
/templates/subSilver/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
#
{postrow.MSN_IMG}
#
#-----[ AFTER,ADD ]------------------------------------------
#
// Goes in same line before {postrow.MSN_IMG}
{postrow.AUCTION_USER_RATING}
#
#-----[ OPEN ]------------------------------------------
#
/templates/subSilver/profile_view_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<tr>
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_AIM}:</span></td>
<td class="row1" valign="middle"><span class="gen">{AIM_IMG}</span></td>
</tr>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<tr>
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_VIEW_AUCTION_USER_RATING}:</span></td>
<td class="row1" valign="middle"><span class="gen">{AUCTION_USER_RATING}</span></td>
</tr>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
|
_________________ Want to say thank you. Use my Amazon Wishlist
Meet the world on movie-on.com |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|