Extensions
These extensions are free for our clients! Not a client yet? Become one now.
-
Blogs
Description
This extension allows you to display blog entries added by members.
Parameters
- member_id [optional - default is empty] - Display guestbook of a member with this ID.
- limit [optional - default is 6] - Number of blogs to display.
- orderby [optional - default is postdate] - Column name to order blogs by.
- orderdir [optional - default is desc] - Order blogs in ascending (asc) or descending (desc) order.
- varprefix [optional - default is empty] - Prefix for blogs variable.
- template [optional - default is ext.blogs.tpl] - Name of a template file to use.
- cache_name [optional - default is empty] - Name of the cache file.
- cache_time [optional - default is 10] - Number of minutes to cache results for.
-
Guestbooks
Description
This extension allows you to display guestbook entries added by members.
Parameters
- member_id [optional - default is empty] - Display guestbook of a member with this ID.
- limit [optional - default is 6] - Number of guestbooks to display.
- orderby [optional - default is postdate] - Column name to order guestbooks by.
- orderdir [optional - default is desc] - Order guestbooks in ascending (asc) or descending (desc) order.
- varprefix [optional - default is empty] - Prefix for guestbooks variable.
- template [optional - default is ext.guestbooks.tpl] - Name of a template file to use.
- cache_name [optional - default is empty] - Name of the cache file.
- cache_time [optional - default is 10] - Number of minutes to cache results for.
-
Latest news
Description
This extension allows you to display latest news.
Parameters
- limit [optional - default is 6] - Number of news to display.
- orderby [optional - default is postdate] - Column name to order news by.
- orderdir [optional - default is desc] - Order members in ascending (asc) or descending (desc) order.
- varprefix [optional - default is empty] - Prefix for news variable.
- template [optional - default is ext.news.tpl] - Name of a template file to use.
- cache_name [optional - default is empty] - Name of the cache file.
- cache_time [optional - default is 10] - Number of minutes to cache results for.
-
Members
Description
This extension allows you to display your site's members using various sorting methods.
Parameters
- groups [optional - default is empty] - Display members of these groups only (separate groups with | character).
- featured [optional - default is 0] - Display only featured members.
- member_id [optional - default is 0] - Display member with provided ID.
- online [optional - default is 0] - Display only online members.
- photos [optional - default is 0] - Display only members with profile photos.
- profile_label [optional] - Display members matching provided profile fields.
- limit [optional - default is 6] - Number of members to display.
- orderby [optional - default is joindate] - Column name to order results by.
- orderdir [optional - default is desc] - Direction to order results in (ascending - asc, or descending - desc).
- cache_name [optional - default is empty] - Name of cache file.
- cache_time [optional - default is 0] - Number of minutes to cache results for.
- varprefix [optional - default is empty] - Prefix for new members variable.
- template [optional - default is ext.members.tpl] - Name of template file to use.
-
Music
Description
This extension allows you to display your members music using various sorting methods.
Parameters
- groups [optional - default is empty] - Display members of these groups only (separate groups with | character).
- featured [optional - default is 0] - Display only featured members.
- member_id [optional - default is 0] - Display member with provided ID.
- limit [optional - default is 6] - Number of music files to display.
- orderby [optional - default is dateadded] - Column name to order results by.
- orderdir [optional - default is desc] - Direction to order results in (ascending - asc, or descending - desc).
- cache_name [optional - default is empty] - Name of cache file.
- cache_time [optional - default is 0] - Number of minutes to cache results for.
- varprefix [optional - default is empty] - Prefix for new members variable.
- template [optional - default is ext.music.tpl] - Name of template file to use.
-
Pictures
Description
This extension allows you to display your members pictures using various sorting methods.
Parameters
- groups [optional - default is empty] - Display members of these groups only (separate groups with | character).
- featured [optional - default is 0] - Display only featured members.
- member_id [optional - default is 0] - Display member with provided ID.
- limit [optional - default is 6] - Number of pictures to display.
- orderby [optional - default is dateadded] - Column name to order results by.
- orderdir [optional - default is desc] - Direction to order results in (ascending - asc, or descending - desc).
- cache_name [optional - default is empty] - Name of cache file.
- cache_time [optional - default is 0] - Number of minutes to cache results for.
- varprefix [optional - default is empty] - Prefix for new members variable.
- template [optional - default is ext.pictures.tpl] - Name of template file to use.
-
Randomize
Description
This extension allows you to generate a random number which might come in handy if you would like to display dynamic content.
Parameters
- min [required] - Minimum number.
- max [required] - Maximum number.
-
Search
Description
This extension allows you to easily build a quick search form based on your profile fields.
Parameters
- fields [required] - Specify labels of the fields you would like to display.
- varprefix [optional - default is empty] - Prefix for guestbooks variable.
- template [optional - default is ext.search.tpl] - Name of a template file to use.
- cache_name [optional - default is empty] - Name of the cache file.
- cache_time [optional - default is 10] - Number of minutes to cache results for.
-
System stats
Description
Displays different types of system statistics.
Parameters
- count [required] - What to count. Possible values are: members, friends, audios, pictures, videos, blogs, guestbooks, messages, blogs_comments, pictures_comments, videos_comments.
- online [optional - default is 0] - Count online members only. Works if the above is set to members.
- timeframe [optional - default is empty] - Count data only within a certain timeframe. Possible values are: day, week, month. Leave empty to count all.
- cache_enable [optional - default is 1] - Cache results or not. Set 1 for yes, and 0 for no.
- cache_name [optional - default is empty] - Name of the cache file.
- cache_time [optional - default is 10] - Number of minutes to cache results for.
-
Videos
Description
This extension allows you to display your members videos using various sorting methods.
Parameters
- groups [optional - default is empty] - Display members of these groups only (separate groups with | character).
- featured [optional - default is 0] - Display only featured members.
- member_id [optional - default is 0] - Display member with provided ID.
- limit [optional - default is 6] - Number of videos to display.
- orderby [optional - default is dateadded] - Column name to order results by.
- orderdir [optional - default is desc] - Direction to order results in (ascending - asc, or descending - desc).
- cache_name [optional - default is empty] - Name of cache file.
- cache_time [optional - default is 0] - Number of minutes to cache results for.
- varprefix [optional - default is empty] - Prefix for new members variable.
- template [optional - default is ext.videos.tpl] - Name of template file to use.