Add property and group properties

  • Thread starter Thread starter Deleted member 10469
  • Start date Start date
D

Deleted member 10469

Guest
Hi, it's possible to create a personal properties from xenforo please ? :)

Xenforo demo :

MqNx.jpg


Your tutorial movie :

MqVX.jpg


=>
MqTE.jpg
not present in the demo ?

It's possible to create a new group of properties ?
And an property with the demo ?
 
Ok thanks!
I play with the templates :)
Is there a list of all existing tags please ?

Exemple :


PHP:
<?php
$username = 'Kynareth';
$allowaccess = 1;
 
if(isset($username) AND isset($allowaccess ))
{
    if($username == 'Kynareth' AND $allowaccess == 1)
    {
        echo 'Hello world !';
    }
    else
    {
        echo 'Get out ! xD';
    }
}
else
{
        echo 'Variable does not exist.';
}

I need a Xenforo version for example please :)
 
Top Bottom