Search found 4 matches

by motd
Mon Jan 21, 2008 2:28 pm
Forum: Joomla! Coding 101
Topic: [solved] Need Help with php module. Simple php, 1st attempt
Replies: 7
Views: 1157

Re: [solved] Need Help with php module. Simple php, 1st attempt

You can also use the command line's "zip" command which ignores the __MACOSX stuff if I remember correctly.
by motd
Mon Jan 21, 2008 2:26 pm
Forum: Joomla! Coding 101
Topic: How to develop admin side of a web site in Joomla Can anyone show me the admin.
Replies: 1
Views: 492

Re: How to develop admin side of a web site in Joomla Can anyone show me the adm

Hopefully this is what you're asking for and is not too basic:

Writing a "Hello World" admin component:

http://www.joomlaresource.com/Joomla_Tu ... _-_Part_1/
by motd
Wed Sep 19, 2007 10:11 am
Forum: Joomla! Coding 101
Topic: JToolBarHelper()
Replies: 20
Views: 3369

JToolBarHelper()

Hi all, I'm getting the following error in my component: Fatal error: Undefined class name 'jtoolbarhelper' in /Applications/MAMP/htdocs/components/com_suggestions/toolbars/toolbars.html.php on line 8 And here's toolbars.html.php: <?php defined('_JEXEC') or die("Restricted Access"); class TOOLBAR { ...