{TRACK} :
How to set counter to track page views, search results and profile views?
Setting counter to track page views:You can track the page view of your template by using {TRACK:group_name} tag. Just set the {TRACK:group_name} tag into your template and give a 'group_name'. By using 'group_name' you can view the tracked counter i...
{fieldname} :
How to show a filed value on listings or displays?
Shows any data from the application database on display and listing
pages. It can also display data using relations. Example: {firstName} Shows the first name of the user on the profile page. You should write the exact question name in brackets. You...
{LOOP} :
How to create listings?
In order to list entries on your database you need to use {LOOP} tag. LOOP tag consist of three parts.1) LOOP:form_name2) LOOP:else (optional)3) LOOP:end (must)Let me explain this to you with an example. Let's say you wanted to list blog post on your...
{PAGING} :
How to display page numbers on a page?
If you want to limit the results on a page and show page numbers below your listing you need to use {PAGING} tag.
Memberkit only shows 10 results per page by default. So if you have 100
results on an application you need to show page numbers ...
How to change listing tags?
When you drag and drop a field on your listing, listing builder will attach a menu to it. Click on the column to see this menu. You can change the dropped tag into anything you want.For example: If you drop a date time filed, you can change its type ...
{COMMENT:count} :
How to display comment count on an entry?
You may want to display how many comment an entry has. In order to do this you should use{COMMENT:count} tag. For example:On your listing if you write [Comments ( {COMMENT:count} )]. It will print out [Comments (15)] for each item with their comment ...
How to create a profile listing?
You need to create a new listing first:1) Go to Application Manager and select Profile form, right click to select "Add new listing"2) On the new tab, select appropriate listing type. In this example we will select "Grid Listing"3) On the new page, y...
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 add page numbers to listings?
If you want to limit the results on a page and show page numbers below your listing you need to use {PAGING} tag.
Memberkit only shows 10 results per page by default. So if you have 100
results on an application you need to show page numbers ...
How to set number of results on a listing page?
Memberkit displays 10 results by default. You can change this number by using "rpp" (results per page) property.There are many ways of changing rpp value. You can either set it from Query builder or set it on your listing template by writing {SET:rpp...
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...
How to create nested listings? And prevent conflicts
In some cases you may want to use a listing within a listing. While you are listing the profiles you may want to list other entries made by this particular user on other applications. For example you may want show recent forum posts of the user on Br...
Can I add a recent articles feed on my homepage?
Yes, you can create a Recent Articles feed using listings and put them on your homepage. Here is how to do it:1. First make sure that you have Articles application installed on your site. If you do not have it, you can install it from Memberkit.com A...
{COMMENT:rating_average } :
How to display rating average of an entry?
You may want to display how rating average of an entry. In order to do this you should use{COMMENT:rating_average} tag. For example:On your listing if you write {COMMENT:rating_average}. It will print out the rating average in rating stars format.
{PRINTCOUNT} :
How to display total of entries of a form?
{PRINTCOUNT:formName} tag will work like {LOOP} tag but it will only print the count of results accourding to your query.
{PRINTCOUNT} tag will print the result in parentheses as (total) if result is 0 then it will print nothing
For examp...
{VIDEOCOVER} :
How to display a screenshot of a video?
If you have FFMPEG installed on your server Memberkit will try to convert videos to FLV (Flash Video) format and Memberkit will take a screenshot of the video while converting. You can access this screenshot by using {VIDEOCOVER:uploadFiled} tag.If M...
Search in articles
|