{QUERY} :
How to include a query on a template?
Query database and get results. You can create your queries using the
Query Builder on the Application manager. Once you created a query, put
it in the page to call results. Then you should use LOOP or DISPLAY
tags to show the result(s).For exampl...
{QUERY:self_entries} :
How to show only logged-in user's entries in a listing?
There are predefined queries. One of them is "self_entries". When you include this query above your listing it will only display the logged-in users entries on the listing.For example:{QUERY:self_entries}{LOOP:blog_posts} ....{LOOP:end}Th...
How to show number of entries on database?
To show number of entries on a form simply add {PRINTCOUNT:formname} to any page. If you would like to show totals for the logged-in user, add this instead:{QUERY:self_entries}{PRINTCOUNT:formname}If you would like to show totals for the owner of the...
How can I display latest members on homepage?
1. Go to Application Manager -> Profile Application -> Profile Form2.
Right click on the Profile folder and select "Add New Listing". Create
a user listing as you wish. If the Listing Builder does not create
exactly how you want to show the ...
How to show recent blog posts on a profile page?
You may want to show recent entries made by a user on user's profile display page. For example, you can show recent blog posts on a user's profile page.1. First, create a listing for blog posts using Application Manager.2. Then go to query buil...
Search in articles
|