Listings

Introduction

Listings are the primary way to store information on your directory. They are what your users ultimately looks for in your directory. Mosets Tree provides host of options and capabilities to manage them.

A listing is displayed in two forms in the front-end - Details view and Summary view.

Summary view

In summary view, part of the listing's data is shown to your users in a limited amount of space. What will always be shown here is the listing name. Rating and the number of reviews are also shown if they are enabled. If you want to show additional custom fields or hide the default ones in this view, toggle the "Shown in summary view" setting by editing the field in "Mosets Tree Custom Fields".

See This In Demo

Details view

Details view is the dedicated page that shows all published information about your listing. This includes all your fields data, images, ratings, reviews, user profile and maps. Listing details view is also the primary place where you can find links to or perform interaction with your listing.

See This In Demo

Edit Screen

Images

Mosets Tree allows your users to add images along with their listings to be displayed in listings details view.

When the images are uploaded, you can drag to sort the images. The first image in the list will be displayed in listings summary view. You can uncheck the checkbox to mark any unwanted image for removal. Make sure to save the listing to actually remove the image.

Map

Mosets Tree comes with support for Google Map. To enable this map, set "Show Map" to Yes in Features tab of Mosets Tree global configuration.

When you have a listing's address entered, you can press Locate in map. Mosets Tree will geocode this address and place a marker on the map to show you the listing's location.

You can also provide better geocode experience by setting default country, state and city in Mosets Tree's configuration. By doing this, Mosets Tree will use these default value when they are not entered to a listing. For example, when you have set a default city, state and country, your users only need to enter an address in order to perform a geocode.

See This In Demo

Listings in Business category usually attach an address. In this page, Mosets Tree geocode the address and you can see the marker is placed at the business address showing users the business location.

Publishing

Publishing lets you configure many of the listing's meta data.

Owner

Owner is the designated user that owns the listing. They are the one that can manage the listing in front-end. You can change the owner by clicking on the person icon.

Alias

Alias is used as your listing slugs when you have SEF URLs enabled. When a new listing is created, the alias is automatically generated for you by using a lower case name and replacing spaces and dash.

Created Date

If you want to change a listing's date created, you can do this by editing "Created Date". Changing this may affect the "New Listing" status of a listing in front-end.

Start Publishing

By default, Start Publishing date is the creation date of the listing. You can override this date in order for the listing to be published on a later date.

Finish Publishing

Similar to Start Publishing date, you can set a Finish Publishing date to expire a listing. Once a listing is published down, it will no longer be visible in the front-end interface.

By default, all listings do not have a "Finish Publishing" date set, so they are published as long as they are set as such. If you have set a value for "Number of days to expire listing" config, the "Finish Publishing" date will be set with a future expiry date.

Template

Allows you to select which Mosets Tree template to use in this listing. Changing this only affects the layout of current listing.

Rating

Shows the listing's average rating and allows you to alter its rating. Note that changing value of this may affect the listing's position in "Top Rated listing" page.

Votes

Shows the total number of votes and allows you to change it. Note that changing value of this may affect the listing's position in "Most Rated" page.

Unique Pageviews

Shows the total number of times your users has viewed a listing. A unique pageview is counted as one when a user view a listing in a session. The user can view the listing page multiple times within a session and it will count as one unique page view.

By default a session is 24 hours. You can change this in Configuration for "Unique pageviews session (in seconds)" This parameter lets you view or change the number of visitors who viewed the listing.

Website Clicks

Shows the number of times your users has visited a listings websites through the "Visit" link in listings details page.

Parameters

Listing's parameter configuration overrides Mosets Tree global configuration. Parameters enable you to configure how certain features of a listing behave. Choosing Use Global will inherit values from Mosets Tree global configurations. To override global configuration, choose either Hide or Show the features.

Notes

Internal notes provides a place for you to record any comments about a listing. If you have multiple editor managing your directory, you can use this as a place to comment and collaborate on a listing.

Claim

If any of your listings are owned by user from Super Users, Administrator or Manager group, they can be claimed by users. When a user claim a listing, you will be notified by e-mail. You can then view this claim in Mosets Tree's back-end to approve or reject the claim.

Approving the claim will assign the ownership of the listing to the claimant, essentially making the claimant the owner of the listing which allow them to manage the listing in front-end.

You can disable this feature in Configuration.

Frequently Asked Questions

Mosets Tree performs a JSON request to your site to request for the list of categories when you change category by clicking on a category name. Here's the format of the URL Mosets Tree uses to perform the request:

<yoursite>/?option=com_mtree&task=ajax&task2=categories.list&cat_id=XX&format=json&is_admin=1&no_html=1&tmpl=component

where <yoursite> is your site's domain and XX is a category's ID.

When you can't change your category, the issue is typically caused by additional output that interfere with the JSON response. Removing these output should resolve the issue.

See This In Demo

This is a sample JSON output from Mosets Tree's demo. It should starts with a opening square bracket and ends with a closing square bracket. It shouldn't have anything before and after those square brackets.

No. Mosets Tree does not show multiple markers in a single map. You can however search a third party addons that allows you to do this.

The message "No records found" appears when you browse to a Mosets Tree category that contains no listings.

If you do not intend to have listings in Index and wish to remove the message, you can go to "Mosets Tree Configuration Listing tab", set "Display listings in root" to No.

If you do not intend to have listings in a particular category and wish to remove the message, you can go to Mosets Tree back-end and browse to edit category, set "Show Listings" in that category to No.

Last Modified: