Reputation: 75
I have a PHP file, which uses jquery and other, It uploads the image to upload folder , I want to use the same structure to my joomla 1.5 site. I am not sure how can I get this working in side a module . I tried taking all the file with default joomla module structure but I could not see more than the title of my joomla module . Not sure If I am missing something . Please guide me how I can take this to my site ?
img : https://i.sstatic.net/3yk0h.png
Upvotes: 0
Views: 145
Reputation: 19733
We firstly you will need to create a basic Joomla module structure as you will see in the default Joomla module such as "Login". Seeing as you have only provided a screenshot of the files and folders you're using, I am limited to what I can provide you.
So the first link is this:
http://docs.joomla.org/Creating_a_simple_module
It shows you how to create a simple module and after that, have a search on Google for other tutorials.
Also, if you don't want to create you own module, you could always use a pre made one from the Joomla Extensions Directory.
Upvotes: 1