Auction Factory uses the powerful Smarty engine for templating. Bellow you have a list with all the template files currently used in Auction Factory (version 2.x.x) along with the variables you will find in these template files. Please note that files and code may change between versions. If updating Auction Factory, template files should remain unchanged.
The path to them is: …\components\com_swapfactory\templates\[theme_name]\
Template File | Description |
---|---|
t_auctiondetails.tpl | Contains the template for displaying the Auction Item details page |
t_categories.tpl | Display of Categories page (Category Directory) |
t_category_tree.tpl | Display of Categories tree page |
t_choose_category.tpl | Category selection page |
t_editauction.tpl | This is the template for the “new auction” and “edit” page, the $task smarty variable contains the current task (newauction or editauction) |
t_suggestions.tpl | Display of Suggestions page |
t_showusers.tpl | User search results page |
t_listauctions.tpl | Template for displaying the auction lists |
t_report_auction.tpl | Auction reporting page display |
t_myuserdetails.tpl | User's profile display |
t_userdetails.tpl | Display of other user's details |
t_myauctions.tpl | Similar to listauctions, only for "My auctions" |
t_mybids.tpl | Similar to listauctions, only for "My Bids" |
t_mywatchlist.tpl | Similar to listauctions, only for "My watchlist" |
t_mywonbids.tpl | Similar to listauctions, only for "My won bids" |
t_myratings.tpl | Display for "My Ratings" page |
t_mysuggestions.tpl | Display for "My Suggestions" page |
t_search.tpl | Template for the search page |
t_showSearchResults.tpl | Template for the Search Results |
t_tags.tpl | Template for the Tags selection |
! Some changes are almost always present between versions, use this documentation as a reference.