Quantcast
Channel: Create a Custom Joomla 2.5 Module
Browsing latest articles
Browse All 36 View Live

Ronildo Costa says:

The link to download the example is not working, it might need be added http:// before www.

View Article



Poornima Alexander says:

Thank you very much for this post. It is really advantageous. Thanks a Lot!

View Article

Brad Traversy says:

Sorry Ronildo, it is fixed now.

View Article

Josh says:

Great article! My favourite among all about joomla 2.5 module coding i've read.

View Article

Mindi says:

Very nice tutorials! Only thing I don't understand is 'How you passed $userCount parameter to database query'. I don't see this in your code. Thanks! Mindi

View Article


Fernando Zamora says:

Great! Thank you. :D

View Article

Johannes says:

Thanks a lot for this great straight-forwar d introduction to Joomla 2.5 development. Exactly what I need to get my feet wet; having to do some Joomla stuff for a client right now. There are two things...

View Article

Brad Traversy says:

Mindi, you are correct, I didnt have the user count in the query. I changed the query in helper.php to use it. Please see above

View Article


BehRang says:

nice tutorial that's worked for me, just can you help if I want to add a drop-down list field to XML file, retrieve data from database? now I created it but the options is manual not from DB !

View Article


darshan says:

i tried it....its showing a error in default.php file in foreach loop,like this: Invalid argument supplied for foreach()

View Article

xalibeut says:

Hi Brad, very good introduction for joomla module creation. How would you go with an AJAX Database Module. I am trying to create a module that will fetch information from a database with ajax. The main...

View Article

Raul says:

I have the same question as BehRang I want to add a drop-down list field to XML file, retrieve data from database? for example table names and display all the tables in the database? Thanks

View Article

Anusha Isaacraj says:

Awesome tutorial ! Working perfect :-)

View Article


Engr. Saiful Islam says:

Very Useful. Thanks.

View Article

sandro says:

Hey, very cool tutorial! It worked fine with me, but I got one question.. How come if I simply change $row->name into $row->email I get an error and nothing works anymore? Even if I have that...

View Article


sandro says:

Hi Brad, it's me again! I got it, sorry.. I have to change the $query too: $query = "SELECT email FROM #__users LIMIT {$userCount}"; but how can I retrieve more than one field? (and.. I know this is...

View Article

Vipul says:

1. How can I make some fields mandatory in the basic options that are defined in the xml file? 2. How can I apply some checks over the entered fields in the options(I want the user to enter URLs only)?

View Article


Brad Traversy says:

To select more than one field just add them to your query after "email" or use an asterisk(*) to select ALL fields on that table SELECT email,field2,fi eld3 FROM #__users LIMIT.... OR SELECT * FROM...

View Article

Brad Traversy says:

I will be making a tutorial on this.. Basically, you need to define a custom field type in order to display database fields. You need to define a class that extends JFormFieldList. See this forum post...

View Article

Armando Quinones says:

Hey there.. what about this scenario... I have a module installed that I edited to change what it does .. I now want to install the original module and keep both .. Should I.. change the values of the...

View Article

Brad Traversy says:

Hi Armando, You should never edit anything in the "modules" folder. If possible, create an html folder in your template folder and use an override. Please see this article on how to do that...

View Article


chieflujja says:

How does these files communicate to each other i have not seen you including or requiring other files from the folder.

View Article


regie says:

hi i have followed all your instructions but it the list of user did not appear on the front-end. the only error i encountered was the language was not found. but the message was successful...

View Article

Ivan Rutter says:

Found it very helpful. Just needed to add en-GB.mod_siteu sers.ini to the mod_siteusers folder to avoid an installation error message. Got required file by downloading sample code and copying across....

View Article

Ben says:

Haven't typed in all of the code yet, but was wondering what you've made some of the code copy/pastable and others a .png. It would be super helpful if I din't have to type it all in and worry about...

View Article


Phil says:

Big thanks to you Brad. I was look for a "how to do" site. Found your article in the first google results and 30 min after my first 'homemade' module was online. Just a further question. How do I...

View Article

jbaptiste says:

How to learn quickly what we need ^^ thanks :)

View Article

farzad says:

thanks :)

View Article

Patrick says:

Super!. Thanks Brad. I want to use the same module twice on same page with different params. I can't get it to work.

View Article



shoeb says:

thanks sir

View Article

ajaysinghrana says:

I am new to joomla and you made it so easy for me to learn how to create a module..but i had a problem in this line to display in default.php.. JText::sprintf( 'USER_LABEL', $row->name) but when i...

View Article

Antonio G. says:

Perfect! Well explained and especially working! Many thanks.

View Article

kins says:

thanks mister Brad usefull. i have a question, you know how i can include the editor (tinymce) in the backend of module? for write some html? i did a copy of default "custom Html" module of joomla, and...

View Article


moses bwalya says:

Hai there brad my module requires me to display values from the DB in a text box and the module has got two combo boxes which the user selects their destination1 and destination2 to retrieve their...

View Article

Futuros7 says:

I read one of your helpful information regarding the error message "error uploading this file to the server". I am a beginner in the Joomla world and was trying to upload a 2.5 template. I tried your...

View Article

Wampamba David says:

The tutorial is actually nice and very helpful. Do you mind helping add 3 more form fields, 2 upload fields and 1 textarea. However I don't want to form to be displayed at the front-end of the website....

View Article

Browsing latest articles
Browse All 36 View Live




Latest Images