Search found 6 matches
- Tue Dec 18, 2007 3:07 pm
- Forum: Submit Your Suggested Tips & Tricks Here
- Topic: ACL in RC3 for own component(s)
- Replies: 0
- Views: 685
ACL in RC3 for own component(s)
Ahoy, I am in the process of developping a series of components that all work together for one specific company, so no complete publishing here. I just want to add my two cents to the community that helps me so much in these forums. First i created a component that supplies a form, in which the admi...
- Thu Nov 29, 2007 1:57 pm
- Forum: Joomla! Coding 101
- Topic: administrator menu section in xml
- Replies: 0
- Views: 371
administrator menu section in xml
Ahoy, So here I am happy coding away in 1.5RC3 making new modules, the administartor's components menu list is growing and growing. Now I figured out howto create subsub menu's to one submenu, but just cannot find a way to group these submenu's together. In every modules' xml installation file I put...
- Wed Nov 07, 2007 8:58 am
- Forum: Joombie Coding Q/A
- Topic: MVC confusion
- Replies: 2
- Views: 587
Re: MVC confusion
Ahoy,
Being a newbie myself I keep searching this forum too, and found a real helper;
http://forum.joomla.org/index.php/topic,230018.0.html
Hope it helps you too!
Being a newbie myself I keep searching this forum too, and found a real helper;
http://forum.joomla.org/index.php/topic,230018.0.html
Hope it helps you too!
- Wed Nov 07, 2007 8:44 am
- Forum: Joomla! Coding 101
- Topic: Help me how to solve this problem
- Replies: 2
- Views: 693
Re: Help me how to solve this problem
Hi,
On the risk of you having solved it by now, I can say I had the same problem.
It was solved by adding a hidden field to the form, containing the value of
the auto_increment id field in the table of the database.
Hope this helps.
On the risk of you having solved it by now, I can say I had the same problem.
It was solved by adding a hidden field to the form, containing the value of
the auto_increment id field in the table of the database.
Hope this helps.
- Fri Nov 02, 2007 6:00 am
- Forum: Joomla! Coding 101
- Topic: double controller?
- Replies: 2
- Views: 773
Re: double controller?
Thank you for your reply Opie, it seems I have to studie more on the available code.
- Tue Oct 30, 2007 6:29 pm
- Forum: Joomla! Coding 101
- Topic: double controller?
- Replies: 2
- Views: 773
double controller?
Ahoy All, After years of happy using Joomla, I have been asked to create a webbased registration system, something like a ticketsystem, and I have tried and looked at the existing components pre 1.5. Still a complete newbie to PHP, i have installed the required programms for 1.5RC3 as indicated in t...