- Common questions
- How to
- Getting started
- Types and levels of listings
- Categories management
- Locations management
- Users and users groups
- Internationalization
- Events calendar widget
- Listings management
- Content fields
- Content pages
- Membership packages
- System and site settings
- Banners blocks and JS advertisement blocks
- Frontend settings
- Claim listings feature
- Web services settings
- Payments
- Customization
Templates structure
Example templates structure scheme of index page:

As you see templates have nested structure, this allows to divide customization on some steps and makes customization more easy. All templates contain in 'themes/theme_name/views/' folder.
- index page calls '/frontend/index.tpl' template
- types page calls '/frontend/types_page.tpl' template
- categories page calls '/frontend/categories_page.tpl' template
- search results page calls '/frontend/search_page.tpl' template
- advertise page calls '/frontend/advertise_with_us.tpl' template
- frontend user's profile page calls '/frontend/user_page.tpl' template
- quick listings page calls '/frontend/quick_list.tpl' template
- listing page calls '/frontend/listing_page.tpl' template
- listing print page calls '/frontend/listing_print.tpl' template
Typically frontend smarty template includes such blocks:
{include file="frontend/header.tpl"}
{include file="frontend/search_block.tpl"}
{include file="locations/navigation_block.tpl"}
{include file="frontend/left-sidebar.tpl"}
CONTENT HTML HERE
{include file="frontend/right-sidebar.tpl"}
{include file="frontend/footer.tpl"}
Take attention to main content block on the example image above.The group of listings builds using blocks and wrappers. Wrappers dependent from listings' views: semitable and short views are wrapped by certain wrapper templates because they require special html tags before and after (like html tables heading), full view doesn't need wrapper.
Recent news
- V3.1 RELEASED
- User manual was seriously improved
- v3 Released
- Good news about version 3
- New users panel for full license owners
- Web 2.0 Directory v2.5 released
- Web 2.0 Directory v2.4 released
- Web 2.0 Directory v2.3 released
- Special Spring Discounts till June 20 2010
- Full detailed manual of the script was published
