Search found 4 matches
- Sat Oct 27, 2007 2:31 pm
- Forum: Joombie Coding Q/A
- Topic: Understanding how to better communicate with other files in a component
- Replies: 3
- Views: 810
Re: Understanding how to better communicate with other files in a component
Yeah, thanks for you no-reply, Opie. Component development in 1.5 and 1.0 seems pretty similar with a few differences on how to call certain classes. It's the whole API as a whole that is intimidating to a novice. Anyway, I managed to go around the issue. Basically, I do a if(isset($_POS...
- Sat Oct 27, 2007 1:58 am
- Forum: Joombie Coding Q/A
- Topic: Understanding how to better communicate with other files in a component
- Replies: 3
- Views: 810
Understanding how to better communicate with other files in a component
Hey guys, I'm working on a basic component to upload CSV files for Joomla 1.0. The idea as far as I understand Joomla component creation is to have a csv.php that calls for a function in csv.html.php that displays the upload form. This is working fine. However, the validation code I crea...
- Fri Oct 19, 2007 8:57 pm
- Forum: Joomla! Coding 101
- Topic: What should I know to create a component that adds new user profile fields?
- Replies: 4
- Views: 1526
Re: What should I know to create a component that adds new user profile fields?
Thanks for the link and all. It's really great that 1.5 development is planning to make this task much easier.
Right now, however, I'm forced to work on 1.0, so any help to understand how to write a component to extend the user profile in Joomla 1.0 will be much appreciated.
Right now, however, I'm forced to work on 1.0, so any help to understand how to write a component to extend the user profile in Joomla 1.0 will be much appreciated.
- Thu Oct 18, 2007 6:10 pm
- Forum: Joomla! Coding 101
- Topic: What should I know to create a component that adds new user profile fields?
- Replies: 4
- Views: 1526
What should I know to create a component that adds new user profile fields?
Howdy, I'm just starting to learn how to program for Joomla, and my, isn't it huge? Here's what I want to do: I want to extend the user profile in registration and probably everywhere else. That means I would like to hard code some new user fields. I was pointed to CB, but I have to confess th...