|
How do I edit the links that appear at the bottom of each auction page?
|
|
|
There are several configuration options that control what links appear on the navigation bar, and what pages this bar appears on.
In APConfig.asp, the setting giShowAddLink determines if the "Add Your Auction" link appears when a user views a category or item page, and the gbUserToUserHideSender determines if the "Message Base" link appears. You can decide what Auction pages the Nav Bar should appear on by appropriately setting gbShowNavBarOnMain, gbShowNavBarOnCat, gbShowNavBarOnView, and gbShowNavBarOnOther to either True or False.
Additionally, you can edit the actual text that appears for each link by editing the application's language file. For xcAuction, the file is called APLangUSEng.asp, and is in the main Auction folder. The Nav Bar settings all start with "GLS_NavBar".
APLangUSEng.asp is not available though the Administrator's interface, so you will need to use FTP, Terminal Services, or another method to directly access the server to edit this file. Be sure to only edit the right-hand side of the = (equals) sign, and to keep the text within double quotes ("") or the applications will not function properly.
|