Bbcode User

378
.
To make bbcode for user profile :
in Bbcode.php search
public function notags($var = '')
and add
'[usr]' => '',
'[/usr]' => '',

and search
protected function replacements()
and add
'usr'    =>[
'from' => '#\[user=(.*?)](.*?)\[/user\]#is',
'to'   => '<a href="/profile/?user=$1">$2</a>',
				],
Всего: 1