2010-09-15, 11:22 PM
(This post was last modified: 2010-09-16, 12:56 AM by AliaErenel.)
(2010-09-15, 07:26 PM)Jammerx2 Wrote: Make sure my advanced mycode permissions plugin is installed, which can be found at the following link.
http://mods.mybb.com/view/advanced-mycode-permissions
Create a new mycode, set the regular expression to something like \[username\] and the replacement to {$mybb->user['username']}.
I see. Thank you, I'll try it asap.
(2010-09-15, 11:22 PM)AliaErenel Wrote:(2010-09-15, 07:26 PM)Jammerx2 Wrote: Make sure my advanced mycode permissions plugin is installed, which can be found at the following link.
http://mods.mybb.com/view/advanced-mycode-permissions
Create a new mycode, set the regular expression to something like \[username\] and the replacement to {$mybb->user['username']}.
I see. Thank you, I'll try it asap.
Excellent ! It is working fine. Very useful plugin, thank you very much.