Joomla! Discussion Forums



It is currently Sun Nov 08, 2009 5:10 am (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 18 posts ] 
Author Message
Posted: Sun Sep 25, 2005 8:31 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Fri Aug 19, 2005 7:57 am
Posts: 122
I would like to start making my own components, however I only found one tutorial @ mambohut.com.
Currently I have Joomla 1.0 installed for testing and the tutorial at mambohut doesn't work for me. Can anyone point me to right direction on how to create component from scratch? Thank you.


Top
  E-mail  
 
Posted: Sun Sep 25, 2005 8:33 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Aug 18, 2005 9:07 am
Posts: 107
Location: Hungary
Hope this will help you. ;)
http://help.joomla.org/content/category/12/112/125/

_________________
Hungarian Joomla! Official Translation Partner - www.joomla.hu


Top
  E-mail  
 
Posted: Sun Sep 25, 2005 8:34 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Fri Aug 19, 2005 7:57 am
Posts: 122
that was a fast reply  ;D

Thank you.


Top
  E-mail  
 
Posted: Sun Sep 25, 2005 9:39 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Aug 22, 2005 4:40 am
Posts: 51
this one by devbay also rocks!

One more thing, I know you didn't write any component yet, but it might save you some hours! NAME YOUR FILES ALL IN LOWERCASE and also in the name tag inside the XML file enter something in lowercase! Combining lower/upper case doesn't make any problem in installation, but then when you click on your component buttons you'd see nothing! I killed myself tonight to figure it out  :-*


Last edited by bijan on Sun Sep 25, 2005 9:42 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Sun Sep 25, 2005 9:53 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Fri Aug 19, 2005 7:57 am
Posts: 122
bijan wrote:
this one by devbay also rocks!

One more thing, I know you didn't write any component yet, but it might save you some hours! NAME YOUR FILES ALL IN LOWERCASE and also in the name tag inside the XML file enter something in lowercase! Combining lower/upper case doesn't make any problem in installation, but then when you click on your component buttons you'd see nothing! I killed myself tonight to figure it out  :-*

Thx for the pointers. thanks. you probably saved a headache for me.  ;D


Top
  E-mail  
 
Posted: Mon Sep 26, 2005 12:34 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Wed Aug 17, 2005 10:13 pm
Posts: 821
Location: Lexington, VA
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)

Module tutorials

    * http://help.joomla.org/content/view/20/125/&nbsp; (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)

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://gigcalendar.net: the world's first free solution for maintaining a touring calendar for Joomla!


Top
  E-mail  
 
Posted: Tue Feb 28, 2006 2:56 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Sep 02, 2005 5:48 pm
Posts: 16
The helloworld1 component tutorial at http://help.joomla.org/content/view/773/125/ does not work. I get this error message:

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

Looking at the other components, none of them have a tmpl directory as used in the tutorial.

I am using Joomla 1.0.3.

_________________
http://dhtmldev.com - help me help you


Top
  E-mail  
 
Posted: Tue Feb 28, 2006 3:04 am 
User avatar
Joomla! Champion
Joomla! Champion
Offline

Joined: Mon Aug 29, 2005 10:17 am
Posts: 7137
Location: Netherlands/S'pore/Bali/North America
m23 wrote:
The helloworld1 component tutorial at http://help.joomla.org/content/view/773/125/ does not work. I get this error message:
works fine for me:
Quote:
Hello World 1 - The first steps    PDF    Print    E-mail
Hello World
Introduction
If anyone has every picked up a book on programming, the first things they get you to do is complete a very simple exercise to write "Hello World" on the screen.  This is usually a very exhilarating experience when you complete it because you know you are on the way to bigger and better things.

This tutorial aims to give you a grounding in the basic concepts for writing Joomla Components.  It will develop a very simple Hello World Administrator component using patTemplate for the presentation layer.
Requirements
You need for this tutorial:

    * Joomla 1.0 or greater

Let's Roll
clearing your cache might help

Leo

_________________
For Specialized & Individual Support:: http://gws-desk.com
Professional Joomla Web-Development:: http://gws-studio.com
Joomla Specialized Shared & Reseller Hosting at gws-host.com


Top
   
 
Posted: Tue Feb 28, 2006 4:09 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Sep 02, 2005 5:48 pm
Posts: 16
Thanks for the reply. Not sure if I'm doing something wrong or if it's a difference in our Joomal setups.

I cleared my cache, then my cookies, and it still isn't working for me. I also deleted the tutorial files I created and then uploaded the download files from the tutorial, and those don't work for me, either.

Are you using Joomla 1.0.3. Also are you using SEF?

_________________
http://dhtmldev.com - help me help you


Last edited by m23 on Tue Feb 28, 2006 4:14 am, edited 1 time in total.

Top
  E-mail  
 
Posted: Tue Feb 28, 2006 4:11 am 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Sun Sep 18, 2005 8:28 pm
Posts: 1222
Location: Scotland
You could also check in the FAQ forum for help: http://forum.joomla.org/index.php/board,49.0.html

Good luck,

_________________
Custom website design | blog | tutorials | Photography | Downloads
Freelance Web Designer/Developer: www.duvien.com


Top
  E-mail  
 
Posted: Sat May 13, 2006 11:14 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Wed Aug 17, 2005 10:13 pm
Posts: 821
Location: Lexington, VA
sunburst wrote:
You could also check in the FAQ forum for help: http://forum.joomla.org/index.php/board,49.0.html

Good luck,




Sunburst - could I interest you in compiling a list of Joomla Component Tutorials and adding them as a sticky to the FAQ section of this forum? That would be awesome.

_________________
http://gigcalendar.net: the world's first free solution for maintaining a touring calendar for Joomla!


Top
  E-mail  
 
Posted: Sun May 14, 2006 12:22 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Sun Sep 18, 2005 8:28 pm
Posts: 1222
Location: Scotland
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/&nbsp; (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.

Thanks,

sunburst

_________________
Custom website design | blog | tutorials | Photography | Downloads
Freelance Web Designer/Developer: www.duvien.com


Last edited by Anonymous on Sun May 14, 2006 12:37 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Sun May 14, 2006 12:28 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Sun Sep 18, 2005 8:28 pm
Posts: 1222
Location: Scotland
@gsbe I can't make this a sticky in the FAQ forum, so i'll notify the mods from that forum to see if they can split this post and stick it in the FAQ forum. Of course, this depends on how useful they think this list is.

thanks,

sunburst

_________________
Custom website design | blog | tutorials | Photography | Downloads
Freelance Web Designer/Developer: www.duvien.com


Top
  E-mail  
 
Posted: Sun May 14, 2006 4:31 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Fri Mar 03, 2006 3:52 pm
Posts: 1018
Location: Macon, GA
the second part of this tutorial doesn't seem to work

http://www.jlleblanc.com/content/view/13/54/ (create a simple module)

_________________
http://www.mychemistrytutor.com/forums

http://www.netentropy.com/blog


Top
   
 
Posted: Sun May 14, 2006 6:58 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Wed Aug 17, 2005 10:13 pm
Posts: 821
Location: Lexington, VA
sunburst wrote:
@gsbe I can't make this a sticky in the FAQ forum, so i'll notify the mods from that forum to see if they can split this post and stick it in the FAQ forum. Of course, this depends on how useful they think this list is.


Thanks for helping out. I am positive that they'll add this to the FAQ forum.

_________________
http://gigcalendar.net: the world's first free solution for maintaining a touring calendar for Joomla!


Top
  E-mail  
 
Posted: Mon May 22, 2006 2:27 pm 
User avatar
Joomla! Virtuoso
Joomla! Virtuoso
Offline

Joined: Thu Aug 18, 2005 10:27 am
Posts: 3929
Location: Sunny City Cebu, Philippines!
hi!

just got back to the "fast lane",.. and got gsbe's pm.

---

@sunburst, pls send me a pm what particularly i can lend a hand on this project. :)

- g

_________________
"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u cant read that, you clearly missed the HIGHLIGHTS!
www.backspace.ph | www.joomlaconsultancy.net


Top
  E-mail  
 
Posted: Mon May 22, 2006 2:52 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Sun Sep 18, 2005 8:28 pm
Posts: 1222
Location: Scotland
Hey guilliam,

Good to see you back. Everyone has been really worried about you when you went AWOL the pass month. hope all is well now :)

Anyway, Joomawebbler has sorted it out. It's here: http://forum.joomla.org/index.php/topic,63383.0.html

sunburst

_________________
Custom website design | blog | tutorials | Photography | Downloads
Freelance Web Designer/Developer: www.duvien.com


Top
  E-mail  
 
Posted: Mon May 22, 2006 2:57 pm 
User avatar
Joomla! Virtuoso
Joomla! Virtuoso
Offline

Joined: Thu Aug 18, 2005 10:27 am
Posts: 3929
Location: Sunny City Cebu, Philippines!
thanks mate.

glad my faw partner got it well covered during my awal days. :D

thanks again.

- g

_________________
"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u cant read that, you clearly missed the HIGHLIGHTS!
www.backspace.ph | www.joomlaconsultancy.net


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 18 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 12 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group