Home Tour Demo FAQ App Gallery Buy Now    
Home > Tag Search: display

{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...


{DISPLAY} : How to show details on an entry?

In order to display results on your item details page you need to use {DISPLAY} tag. It's quite similar to LOOP tag only differance is DISPLAY tag prints only one result at a time.For example:{DISPLAY:profile}  Username: {username}  E-mail:...


How to add Comment Box on a page?

There are two ways to add a comment box on a page:1. Display Designer:Click on "Comments" box and choose from the options. This will add the tags to the display page.2. Manually Add Tag:On a display template, insert a comment tags such as below:{COMM...


{COMMENT:public/member} : How to use {COMMENT} tag?

There are three types of comment: Regular comment (comment), Star Rating (rating) and Comment and Rating combined review (review). With comment tag you can set what Members can do and what public can do. Second argument of {COMMENT} tag defines this ...


{AGE} : How to display users age by users birthdate?

On your site you may want to display users' ages. But it's not a good idea to ask directly their ages because this value will not be updated through the years. Instead you can ask their birth dates and Memberkit can calculate their age. In order to d...


{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...



Search in articles

Customer Log-in | Support Forums | User Guide | Free Form Builder | Contact Memberkit Team