Page 1 of 1

Component and modules tutorials

Posted: Sun May 21, 2006 12:18 pm
by Joomlawebber
Below is a wonderful and useful list that gsbe has compiled which i'm adding to it (the ones marked with * is gsbe's list and the ones i've added are marked with - ). Note, you may find some of them are for Mambo but they might be just as useful:


I have listed these tutorials in order of usefulness for our company. Special attention is recommended for the documents at help.joomla.org that discuss patTemplate, Joomla's upcoming template engine. We will all be working with patTemplate in the development of components and modules in the very near future - in fact you can start right now with the included patTemplate library in Joomla 1.0.1.

Component tutorials

    * http://help.joomla.org/content/view/773/125/
    * http://help.joomla.org/content/view/774/125/
    * http://devbay.com/content/view/15/43/
    * http://www.moxleystratton.com/articles/mambocom/
    * http://www.jlleblanc.com/content/view/9/54/
    * http://www.jlleblanc.com/content/view/12/54/ (using Mambo's tabbed interface in the admin backend)
    * http://www.jlleblanc.com/content/view/21/54/ (howto utilize WYSIWYG editors and the built-in calendar in your component)
     
    - http://www.mambohut.com/tutorials/creat ... onent.html
    - http://www.devbay.com/Articles/Mambo/Ma ... _Tutorial/
    - http://www.lummie.co.uk/content/view/83/57/ (Creating an upgradeable component)
    - http://www.lummie.co.uk/content/category/4/16/58/
    - http://www.joomlaresource.com/Joomla_Tutorials/
   
    - http://www.joomlatwork.com/products/fre ... pment.html (Joomla/Mambo PHP Development Studio is a pre-packaged Eclipse version aimed at the PHP /MySQL developer. It can be downloaded from: http://forge.joomla.org/sf/projects/php ... ent_studio )


Module tutorials

    * http://help.joomla.org/content/view/20/125/  (writing a simple module)
    * http://help.joomla.org/content/view/775/125/ (Hello World Module 1)
    * http://help.joomla.org/content/view/776/125/ (Hello World Module 2)
    * http://help.joomla.org/content/view/777/125/ (Hello World Module 3)
    * http://www.jlleblanc.com/content/view/13/54/ (create a simple module)
   
    - http://www.mambohut.com/tutorials/creat ... odule.html


Additional resources

    * patTemplate tutorial:
      http://help.joomla.org/content/section/21/182/
    * Here's a great tutorial from help.mamboserver.com that doesn't seem to be on help.joomla.org about writing XML files with DOMIT!:
      http://help.mamboserver.com/index.php?o ... &Itemid=64
    * Chapter 8. Access Control from the Developer Manual discusses Joomla's usage of phpGACL:
      http://help.joomla.org/content/view/25/162/
    * using phpDocumentor with your localized version of Joomla:
      http://help.joomla.org/content/view/115/27/

    - http://www.opensourcematters.org/soc/in ... cessor_API
    - http://joomlalib.4theweb.nl/wiki/index.php/Main_Page (JoomlaLib is a series of development libraries for Joomla 1.0.x and 1.1.x which was created to encourage code reuse among Joomla Third Party Developers)


NOTE: This list is only for Joomla 1.0.x version.

Finally, if others know of any useful tutorials please add to this list here:
http://forum.joomla.org/index.php/topic,63385.0.html

Thanks,

sunburst

Re: Component and modules tutorials

Posted: Mon Nov 26, 2007 8:17 am
by freetemplate
thanks!

Re: Component and modules tutorials

Posted: Sat Dec 01, 2007 2:50 am
by ScaredCrow
the list helped a lot. I'm using some of them now. thanks again.

How do I get a handle on the current module?

Posted: Sat Dec 01, 2007 4:22 am
by divyatyam
Hello,
I have a question. I'm writing a php script that needs to know the id of the module that is calling it. How can I get a handle on the module that is calling a php script? (Can I use "this->id?)
Would be critical for me to know!!
Thanks,
D

Re: Component and modules tutorials

Posted: Sun Dec 02, 2007 12:51 am
by realace
Thanks, this is great!

Re: Component and modules tutorials

Posted: Thu Dec 20, 2007 4:50 pm
by karryberry
thanks a million for the resource.

Re: Component and modules tutorials

Posted: Sat Feb 02, 2008 6:21 pm
by kaunhaiye
Thanks for the list.

Can you please update the list for 1.5 version.

:)

Re: Component and modules tutorials

Posted: Thu Feb 14, 2008 11:16 am
by master_user19
Thanks, :)

Re: Component and modules tutorials

Posted: Fri Feb 15, 2008 1:30 am
by SoravsAnsem
How do u create your own forum?

Re: Component and modules tutorials

Posted: Mon Feb 18, 2008 2:53 pm
by Jellocat
This is great, thanks! ;D

Re: Component and modules tutorials

Posted: Fri Feb 22, 2008 10:46 am
by WayneSmallman
Hi guys! I hope I'm not too late to the discussion?

The very first item in the list of articles provided does not yield the results it purports to offer.

I downloaded the source code, installed the folder: "com_hello" into: "/administrator/components/" and ran the link provided, which generated a web page containing the following:

"The page you are trying to access does not exist.
Please select a page from the main menu."

When I changed the path from: "index2.php?option=com_hello" to: "index.php?option=com_hello" I got the website with it's proper template in place, but still with the previous message.

So the first tutorial isn't working.

I'm using Joomla! 1.0.14

Re: Component and modules tutorials

Posted: Tue Feb 26, 2008 7:07 am
by Babysittah
That stuff real comes in handy yo! So me says thanx 4 da linx!

Re: Component and modules tutorials

Posted: Wed Feb 27, 2008 5:34 am
by htcorp
thanks alot!

Re: Component and modules tutorials

Posted: Wed Feb 27, 2008 8:36 am
by holay
thanks very much!

Re: Component and modules tutorials

Posted: Thu Feb 28, 2008 9:58 pm
by hefny313
thanks alot

Re: Component and modules tutorials

Posted: Wed Mar 19, 2008 10:10 pm
by miller64917
Very helpful, thanks a lot.