فتحات العرب Joomla! • Index page: Joomla! 3.x Coding • Re: Error when adding preference button on component

Sunday, April 19, 2015

Joomla! 3.x Coding • Re: Error when adding preference button on component

Make sure you put the correct name of your component in JToolbarHelper::preferences() function.



For example:



Code:

JToolbarHelper::preferences('com_helloworld');





Something like this will cause this problem



Code:

JToolbarHelper::preferences('com_helloword');





because com_helloword doesn't exist.

Statistics: Posted by nguyentieuhau — Mon Apr 20, 2015 4:31 am








via Joomla! http://ift.tt/1OwCbGt

No comments:

Post a Comment