English . Indonesia . india

1. User List

used to display a list of users
The user writing format is
[user] set || content [/user]
Parameter Set
  1. o=u Order by newest registrant beginning
  2. o=ul Order by oldest registrant at first
  3. usr=user Displays user follow related typ parameters
  4. typ=followers Displays the followers of the user the usr parameter must be set
  5. typ=following Displays the following of the user parameter usr must be set
  6. search=get shows searches based on get example:search=:to-search:
  7. s=:to-page: get page-to-page use for paging
  8. l=number limit the appearance of the user
    example:l=10 will display 10 users
  9. no=sentence this parameter will appear if the comment does not exist
    example:no=no user
Content Parameters
  1. %name% displays the name list
    next please read the user detail code below number 2 to combine it
example1: [user] l=5, no=no user, s=:to-page:|| < img src=":profile(%name%)-urlfoto :"width=" 40px "/ > %name%:profile(%name%)-status:< br / > [/user]
examples show followers of user: [user] l=5, typ=followers, usr=:to-user(eldio) :, no=no user, s=:to- page:|| < img src=":profile(%name%)-urlfoto:" width="40px" / > %name%:profile(%name%)-status:< br / >:profile(%name%)-follow::profile(%name%)-message:< br / > [/user] < / b>

2. User Details

This code can be used in database tags, files or anywhere as long as there is an example user name:
:profile(eldio)-urlfoto:

The writing format is
:profile(name)-content:
Set the name
To get the user name you can combine it with a database or file that contains a user name, for example%by%in the%name%database in the file manager.
Content Parameters
  1. name Displays the username
  2. var(var value) Displays the user's var, for example var(gender)
  3. status Displays the user's on or off status
  4. ip Displays the user's ip address
  5. follow Shows the follow, follback, unfollow link to the user
  6. message Shows a message link to the user when the user has been followed
  7. browser Displays the user's browser
  8. foto Displays a 100x100 user profile photo
  9. urlfoto Displays the user's photo url
  10. dreg Displays the date of registering the user
  11. dlogin Displays the user's login date
Example1::profile(eldio)-photo:
Example::profile(:to-user:)-photo:
Example3: [database] ||:profile(%by%)-photo:[/database]

3. Edit User

The user writing format is
[setuser] set || content [/setuser]
Parameter set
  1. ud=link site The page will be selected to which site link after the process is successful, for example:ud=site-3.html
Content Parameters
  1. :foto: displays the upload photo form
  2. :var-value var: displays the var user input form for example:var-gender:
  3. :var-value var(option var): displays the form select user var example::var-gender(man | woman):separated by a |
  4. :submit: displays the submit form input file
  5. :submit=text: displays the form submit file value can be changed
Example: [setuser] ud=site-0.html || Address:< br / > :var-address::submit:[/setuser]

4. User Online

The user writing format is
[online] set || content [/online]
Parameter Set
  1. o=u Order by latest online beginning
  2. o=ul Order based on oldest earliest online
  3. on=guest Show online guests, leave on to show everything online
  4. on=user Displays guest users who are registered online, leave on blank to display everything online
  5. s=:to-page: get page-to-page
  6. l=number limit the appearance of the user
    example:l=10 will display 10 users
  7. no=sentence this parameter will appear if the comment does not exist
    example:no=no user
Content Parameters
  1. %name% displays the name
  2. %ip% shows ip
  3. %browser% displays the browser
  4. %location% shows online location
  5. %long% shows online duration
  6. %date% displays the date
  7. %date=time format% displays the date in time format
example: [online] l=10, s=:to-page:|| <div class="list"> Name:%name%<br/> Location:%location%<br/> Browser:%browser%<br/> Long:%long%</div> [/online]