Pełna wersja: Unofficial modifications
nieoficjalne modyfikacje for?w phpBB by Przemo
 
lo - fi version Unofficial modifications index

Mod dodaj?cy mo?liwo?? tworzenia aukcji
Kliknij tutaj aby przejśc do pełnej wersji tematu

 
       Unofficial modifications Strona Główna -> Modyfikacje mniejsze
Poprzedni temat :: Następny temat  
Elvis92 Wysłany: Pią 24 Sie, 2007  

Przed dokonaniem modyfikacji zr?b kopie zapasow? plik?w 8)


DEMO
Wiadomo?? ukryta / Hidden messageAby zobaczy? wiadomo?? postaw piwo autorowi piwo.

#####################################################################################
##
## MOD Title: AUCTION MOD 1.3m
## MOD Author: FR (www.phpbb-auction.com)
##
#####################################################################################


#
#-----[wrzu? wszystkie pliki z za??czonej paczki na serwer ]----------------------
#

#
#-----[ otw?rz ]------------------------------------------
#

viewonline.php

#
#-----[ znajd? ]------------------------------------------
#

include($phpbb_root_path . 'includes/page_header.'.$phpEx);

#
#-----[ po tym dodaj ]------------------------------------------
#

include($phpbb_root_path . 'auction/auction_common.'.$phpEx);


#
#-----[ znajd? ]------------------------------------------
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "faq.$phpEx";
break;

#
#-----[ po tym dodaj ]------------------------------------------
#
case AUCTION_ROOM:
$location = $lang['Auction'];
$location_url = "auction.$phpEx";
break;
case AUCTION_OFFER:
$location = $lang['Auction'];
$location_url = "auction.$phpEx";
break;
case AUCTION_RATING:
$location = $lang['Auction'];
$location_url = "auction.$phpEx";
break;
case AUCTION_FAQ:
$location = $lang['Auction'];
$location_url = "auction.$phpEx";
break;
case AUCTION_MYAUCTION:
$location = $lang['Auction'];
$location_url = "auction.$phpEx";
break;
case AUCTION_OFFER_VIEW:
$location = $lang['Auction'];
$location_url = "auction.$phpEx";
break;
case AUCTION_SITEMAP:
$location = $lang['Auction'];
$location_url = "auction.$phpEx";
break;
case AUCTION_PIC_MANAGER:
$location = $lang['Auction'];
$location_url = "auction.$phpEx";
break;


#
#-----[ otw?rz ]------------------------------------------
#

admin/index.php

#
#-----[ znajd? ]------------------------------------------
#
require('./pagestart.' . $phpEx);

#
#-----[ po tym dodaj ]------------------------------------------
#
include($phpbb_root_path . 'auction/auction_common.'.$phpEx);

#
#-----[ znajd? ]------------------------------------------
#
# 2 times
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;

#
#-----[ po tym dodaj ]------------------------------------------
#
# 2 times
case AUCTION_ROOM:
$location = $lang['Auction'];
$location_url = "auction.$phpEx?pane=right";
break;
case AUCTION_OFFER:
$location = $lang['Auction'];
$location_url = "auction.$phpEx?pane=right";
break;
case AUCTION_RATING:
$location = $lang['Auction'];
$location_url = "auction.$phpEx?pane=right";
break;
case AUCTION_FAQ:
$location = $lang['Auction'];
$location_url = "auction.$phpEx?pane=right";
break;
case AUCTION_MYAUCTION:
$location = $lang['Auction'];
$location_url = "auction.$phpEx?pane=right";
break;
case AUCTION_OFFER_VIEW:
$location = $lang['Auction'];
$location_url = "auction.$phpEx?pane=right";
break;
case AUCTION_SITEMAP:
$location = $lang['Auction'];
$location_url = "auction.$phpEx?pane=right";
break;
case AUCTION_PIC_MANAGER:
$location = $lang['Auction'];
$location_url = "auction.$phpEx?pane=right";
break;


#
#-----[ otw?rz ]------------------------------------------
#

/language/lang_english/lang_admin.php

#
#-----[ znajd? ]------------------------------------------
#
$lang['Styles'] = 'Styles Admin';

#
#-----[ po tym dodaj ]------------------------------------------
#
$lang['Auction'] = 'Auction';
$lang['a1_configuration'] = 'Configuration';
$lang['a2_roommangement'] = 'Manage Rooms';
$lang['a4_coupons'] = 'Manage Coupons';
$lang['a3_offer'] = 'Manage Offers';
$lang['a5_ipn_log'] = 'Manage IPN Log';
$lang['a6_picture_Configuration'] = 'Manage Images';
$lang['a7_permission'] = 'Manage Permissions';
$lang['a8_account'] = 'Manage Account';

#
#-----[ otw?rz ]------------------------------------------
#

/templates/subSilver/subSilver.cfg

#
#-----[ znajd? ]------------------------------------------
#
$current_template_images = $current_template_path . "/images";


#
#-----[ po tym dodaj ]------------------------------------------
#
$images['auction_locked']="$current_template_images/auction_locked.gif";
$images['auction_open']="$current_template_images/auction_open.gif";
$images['icon_auction_delete']="$current_template_images/auction_delete.gif";
$images['icon_auction_move']="$current_template_images/auction_move.gif";
$images['icon_auction_pic']="$current_template_images/auction_pic.gif";
$images['icon_auction_no_pic']="$current_template_images/auction_nopic.gif";
$images['icon_auction_down']="$current_template_images/auction_down.gif";
$images['icon_auction_up']="$current_template_images/auction_up.gif";
$images['icon_auction_feature']="$current_template_images/auction_feature.gif";
$images['icon_rating1']="$current_template_images/rating/1.gif";
$images['icon_rating2']="$current_template_images/rating/2.gif";
$images['icon_rating3']="$current_template_images/rating/3.gif";
$images['icon_rating4']="$current_template_images/rating/4.gif";
$images['icon_auction_watch']="$current_template_images/auction_add.gif";
$images['icon_auction_user_rating'] = "$current_template_images/{LANG}/icon_auction_user_rating.gif";
$images['newoffer'] = "$current_template_images/{LANG}/newoffer.gif";
$images['direct_sell'] = "$current_template_images/{LANG}/auction_buy_now.gif";
$images['vote_left'] = "$current_template_images/vote_lcap.gif";
$images['vote_right'] = "$current_template_images/vote_rcap.gif";
$images['auction_vote_right'] = "$current_template_images/auction_voting_barb.gif";
$images['auction_vote'] = "$current_template_images/auction_voting_bar.gif";


#
#-----[ otw?rz ]------------------------------------------
#

/language/lang_english/lang_main.php

#
#-----[ znajd? ]------------------------------------------
#

$lang['datetime']['Dec'] = 'Dec';

#
#-----[ po tym dodaj ]------------------------------------------
#
// Auction
$lang['Auction'] = 'Auction';


#
#-----[ otw?rz ]------------------------------------------
#

/templates/subSilver/overall_header.tpl

#
#-----[ znajd? ]------------------------------------------
#

<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>


#
#-----[ po tym dodaj ]------------------------------------------
#
&nbsp;&nbsp;<a href="{U_AUCTION}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_auction.gif" width="12" height="13" border="0" alt="{L_AUCTION}" hspace="3" />{L_AUCTION}</a>


#
#-----[ otw?rz ]------------------------------------------
#

includes/page_header.php

#
#-----[ znajd? ]------------------------------------------
#
'L_FAQ' => $lang['FAQ'],


#
#-----[ po tym dodaj ]------------------------------------------
#
'L_AUCTION' => $lang['Auction'],


#
#-----[ znajd? ]------------------------------------------
#
'U_FAQ' => append_sid('faq.'.$phpEx),


#
#-----[ po tym dodaj ]------------------------------------------
#
'U_AUCTION' => append_sid('auction.'.$phpEx),


#
#-----[ otw?rz ]------------------------------------------
#

viewtopic.php

#
#-----[ znajd? ]------------------------------------------
#

include($phpbb_root_path . 'includes/bbcode.'.$phpEx);

#
#-----[ po tym dodaj ]------------------------------------------
#
// 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


#
#-----[ znajd? ]------------------------------------------
#

'L_MINI_POST_ALT' => $mini_post_alt,


#
#-----[ po tym dodaj ]------------------------------------------
#
'AUCTION_USER_RATING' => "<a href=" . append_sid("auction_rating.php?mode=view&" . POST_USERS_URL . "=" .$poster_id ) . "><img src=" . $images['icon_auction_user_rating'] . " alt='Feedback Rating' border='0' /></a>",
'L_VIEW_AUCTION_USER_RATING' => $lang['auction_user_rating'],


#
#-----[ otw?rz ]------------------------------------------
#

includes/usercp_viewprofile.php


#
#-----[ znajd? ]------------------------------------------
#
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
exit;
}

#
#-----[ po tym dodaj ]------------------------------------------
#
// 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

#
#-----[ znajd? ]------------------------------------------
#

'AVATAR_IMG' => $avatar_img,

#
#-----[ po tym dodaj ]------------------------------------------
#
'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'],


#
#-----[ otw?rz ]------------------------------------------
#

/templates/subSilver/viewtopic_body.tpl

#
#-----[ znajd? ]------------------------------------------
#
{postrow.MSN_IMG}

#
#-----[ po tym dodaj ]------------------------------------------
#

// Goes in same line before {postrow.MSN_IMG}
{postrow.AUCTION_USER_RATING}


#
#-----[ otw?rz ]------------------------------------------
#

/templates/subSilver/profile_view_body.tpl

#
#-----[ znajd? ]------------------------------------------
#
<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>

#
#-----[ po tym dodaj ]------------------------------------------
#
<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>

#
#-----[ zapisz i wrzu? wszystkie pliki na serwer ]------------------------------------------
#

sadzio Wysłany: Pią 24 Sie, 2007  

wszystko fajnie,ale ja poprosz? o demo ;)
KnofeL Wysłany: Sob 25 Sie, 2007  

A autor modyfikacji gdzie jest ??
kidzior Wysłany: Sob 25 Sie, 2007  

Kolejny, kt?ry podpisuje sie pod czyj?? prac?. Za takie co? r?wnie? powinno si? kara? warnami. :?
KnofeL Wysłany: Sob 25 Sie, 2007  

CytatKolejny, kt?ry podpisuje sie pod czyj?? prac?. Za takie co? r?wnie? powinno si? kara? warnami.
Dam mu troch? czasu, je?li tego nie zmieni to b?dzie warn
Elvis92 Wysłany: Sob 25 Sie, 2007  

wybaczcie nie mia?em g?owy by posprawdza? na forum przema ... :?
KnofeL Wysłany: Sob 25 Sie, 2007  

No to j? znajd? i dopisz go
Elvis92 Wysłany: Sob 25 Sie, 2007  

KnofeL napisał/aKolejny, kt?ry podpisuje sie pod czyj?? prac?. Za takie co? r?wnie? powinno si? kara? warnami.


sorx ale nie podpisa?em ?e to moja praca :/

ale ok autor ju? jest wi?c lux...
chudy9 Wysłany: Pon 27 Sie, 2007  

o co tu chodzi?co ten mod robi
wert Wysłany: Pon 27 Sie, 2007  

Kod Mod dodaj?cy mo?liwo?? tworzenia aukcji :P
 
       Unofficial modifications Strona Główna -> Modyfikacje mniejsze
Strona 1 z 1
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.