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:
|
18747
|
Posts:
|
18401
|
Latest User:
|
Debaaengen
|
|
|
|
View previous topic :: View next topic |
Author |
Message |
nommiiss Small-Cap Auctioneer

Joined: 09 May 2005 Posts: 3
|
Posted: Tue May 10, 2005 9:49 am Post subject: Install problme...I dont think i understand what "2 tim |
|
|
I have just installed phpbb-auction but think I have not installed it correctly.
You see I can get into the admin screen fine but I don’t see any settings to change the auction settings.
I know during the installation I didn’t 100% know what "2 times" meant in the install.txt file in the admin/index.php
Can anyone help me please because I don’t think my admin is working properly?
#
#-----[ OPEN ]------------------------------------------
#
admin/index.php
#
#-----[ FIND ]------------------------------------------
#
require('./pagestart.' . $phpEx);
#
#-----[ AFTER, ADD ]------------------------------------------
#
include($phpbb_root_path . 'auction/auction_common.'.$phpEx);
#
#-----[ FIND ]------------------------------------------
#
# 2 times
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
# 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;
#
#-----[ OPEN ]------------------------------------------ |
|
Back to top |
|
 |
FR Site Admin

Joined: 26 Jan 2004 Posts: 1764 Location: root directory
|
Posted: Tue May 10, 2005 10:43 am Post subject: |
|
|
In the specified file
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
is used 2 times.
The adjustements have to be performed each time after those 2 times. _________________ Want to say thank you. Use my Amazon Wishlist
Meet the world on movie-on.com |
|
Back to top |
|
 |
nommiiss Small-Cap Auctioneer

Joined: 09 May 2005 Posts: 3
|
Posted: Tue May 10, 2005 11:32 am Post subject: |
|
|
Thanks! By the way, is there a screen shot of what the admin screen should look like? so i know its working. |
|
Back to top |
|
 |
FR Site Admin

Joined: 26 Jan 2004 Posts: 1764 Location: root directory
|
Posted: Tue May 10, 2005 7:57 pm Post subject: |
|
|
nommiiss wrote: | Thanks! By the way, is there a screen shot of what the admin screen should look like? so i know its working. |
the admin screen is just a simple extension of the phpbb-admin area. _________________ 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
|
|