Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to do a small edit in an exististing module. That module parses articles from the given categories and post em at index. I wanted to add another element (ID) so the user could give the id from an article that isnt in a category and post that Also.

Im completly new to module development and even the easiest task seems really complex for me right now. So i created the text field at my xml manifest file, and i can add a value and here comes my question/s.

If im not mistaken the list type fields are getting saved somewhere in the db and you can retrieve em calling as a list that has default elements.

PHP
$params = JFactory::getApplication()->getParams();
$model->setState('params', $appParams);
$modell->setState('list.start');

It maybe sounds dumb but i didnt find anything about text fields !! Or maybe i didnt understood it. So i would like someone to enlight me on how we genneraly retrieve the values user gives at backend so we can echo em at frontend.

And also if someone could recommend me a book or something that could help me with joomla module development ( I tried Joomla Development A beginners Guide by Hagen Graf and Learning Joomla 3 Extension Development 3rd Edition , but they didnt help me alot as u can see :D )

Thanks for your time.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900