toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -


im trying write component admin side , need add user creation. dont want duplicate existing codes add link. know how add task not simple link toolbar.

thx help.

if wanting button opens new user screen can try in component:

 $bar = jtoolbar::getinstance('toolbar');  $bar->appendbutton('link', 'users', 'new user','index.php?option=com_users&task=user.add'); 

you need add view.html.php file wherever you're creating toolbar.

is need?


Comments

Popular posts from this blog

linux - disk space limitation when creating war file -