Hello World 2 (WIP)
Posted: Sat Sep 22, 2007 7:43 pm
Hi there,...
eh - just would like to know if im mistaken when i say that the Hello World 2 documentation on how to code a component for 1.5 is ... =) ?! not working ? Forum Search did not bring up an info on that so - execute me if this already has been discussed.
If i may point on line 9 of hello.html.php - version 2
http://dev.joomla.org/component/option, ... lo_world2/
... shouldnt this be something like:
and there seems to be a problem with the breadcrumb part, too - again pls correct me.
- last thing: installation files which should be found as an example at the buttom are empty aaaand part 3 and 4 are ... =) missing.
im not able to do that tutorials - otherwise i would publish them, but i saw that there is a lot going on these days in documentiation so maybe some of you is in mood to do that - or tell me and i do it, or we ask someone to do that for us =) naaah, what ever - saturday, you know.
well - sure not that big deal in this tutorials but ,...
have a nice day
Sven
btw: im not drunk
eh - just would like to know if im mistaken when i say that the Hello World 2 documentation on how to code a component for 1.5 is ... =) ?! not working ? Forum Search did not bring up an info on that so - execute me if this already has been discussed.
If i may point on line 9 of hello.html.php - version 2
http://dev.joomla.org/component/option, ... lo_world2/
Code: Select all
echo '<a href="index.php?option=com_hello&id='. $name[0] .'">'. $name[1] .'</a><br/>';
... shouldnt this be something like:
Code: Select all
echo '<a href="index.php?option=com_hello&task=view&id='. $name[0] .'">'. $name[1] .'</a><br/>';
and there seems to be a problem with the breadcrumb part, too - again pls correct me.
- last thing: installation files which should be found as an example at the buttom are empty aaaand part 3 and 4 are ... =) missing.
im not able to do that tutorials - otherwise i would publish them, but i saw that there is a lot going on these days in documentiation so maybe some of you is in mood to do that - or tell me and i do it, or we ask someone to do that for us =) naaah, what ever - saturday, you know.
well - sure not that big deal in this tutorials but ,...
have a nice day
Sven
btw: im not drunk