This is a discussion on Joomla introduction? within the PHP Programming forums, part of the Web Development category; Hi Jey To insert the module you select the tab "Installer" in admin panel there you have to ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi Jey To insert the module you select the tab "Installer" in admin panel there you have to select the "Modules" sub menu. Then upload the modules zip file Regards Falcon ![]() Last edited by Falcon : 03-20-2008 at 04:16 AM. |
| Sponsored Links |
| |||
| Hi I want to use ajax in my joomla site... Can u please give some hint on it... I am just getting Restricted Access alert... Even i Re-installed the component with that ajax file...
__________________ # #Pugalanthi.N |
| |||
| Quote:
At first you have to insert data to the first table using store funtion then you can bind the second class using the variable used in the first class for example $oRow=mosUser($database); $oRow->id=''; $oRow->username=$_request['user']; $oRow->password=$_request['user']; $oRow->store(); $oRowProfile=mosUserProfile($database); $oRowProfile->id=''; $oRowProfile->userid=$oRow->id; $oRowProfile->name=$_request['name']; $oRowProfile->Store(); I think its helpful for you Regards Falcon ![]() |
| |||
| Quote:
If you are using the ajax page in your site. Don't use this Defined function efined( '_VALID_MOS' ) or die( 'Restricted access' ); it will shows that error. For the ajax page u have to use this define function define( '_VALID_MOS', 1 ); and then you have to include the necessary file like joomla.php, configuration.php and global.php in this format include_once "../../configuration.php"; require_once('../../globals.php'); include_once "../../includes/joomla.php"; I think it will help you Regards Falcon ![]() |
| |||
| hi This are the folder structure in joomla 1.adminstrator 2.cache 3.components 4.editor 5.help 6.images 7.installation 8.includes 9.language 10.mambots 11.media 12.modules 13.templates After installation You have to rename the installation folder Regards Falcon ![]() Last edited by Falcon : 02-08-2008 at 11:35 PM. |
| |||
| Hi I have installed a component in joomla. Every thing is working fine. Now I want to uninstall that component. How can i do this? Can i able to do this from the admin panel???
__________________ # #Pugalanthi.N |
| |||
| Hi pugal You can uninstall the components from admin panel. click installer->components menus there it shows the installed component at the bottom in table format select the component which you want to uninstall and click the unintstall button at the top of the page Regards Falcon ![]() |
| |||
| Hi Falcon, It really help me to learn Joomla to implement in my site. Can i know the way to install the components?
__________________ With, J. Jeyaseelan Everything Possible |
| |||
| Quote:
|
| |||
| Quote:
If you want to install a component for your site, login to the admin panel select the menu Installer->components then browse your component zip file, finally click the upload button. That component will be installed in your site Regards Falcon ![]() |
| |||
| Quote:
Yes there are lot of user defined templates, modules and coponents availabe to download in the following links for joomla. I think it will help you Joomla! Extensions Directory Joomla CMS - Download Joomla Components, Modules, Templates - Home Joomla CMS - Download Joomla Components, Modules, Templates - Home Regards Falcon ![]() |
| |||
| hi, Thanks for the reply and it really help me to get more application easily to my site. So as we have discussed for the installation procedure for the various modules or templates or components we can do this too.
__________________ With, J. Jeyaseelan Everything Possible |
| |||
| Quote:
Yes we can also do those templates, modules, and components, but it has certain file format. We have to follow that file format to create templates, modules and components Regards Falcon ![]() |
| |||
| Quote:
You are right if any developer saw this thread to know about joomla they can easily learn the basic concepts for joomla Regards Falcon ![]() |
| |||
| Quote:
Thankyou for your comment on my replies..... ![]() Regards Falcon ![]() |
| |||
| Quote:
First you have to include that multiple file upload javascript or Ajax class at which component that multiple file upload is needed for you and continue with your normal code for multiple file upload Thanks Falcon ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/php-programming/5045-joomla-introduction.html | |||
| Posted By | For | Type | Date |
| DiscussWeb IT Community - Technical Support and Technology Discussions | This thread | Refback | 02-05-2008 04:37 AM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Introduction to ColdFusion | MasterMind | ColdFusion Programming | 6 | 10-04-2008 09:45 PM |
| joomla disadvantages | senraj | PHP Programming | 18 | 09-30-2008 03:24 AM |
| Introduction myself | Bettypeng | Introductions | 3 | 02-10-2008 12:59 AM |
| An Introduction to SAP | Jeyaseelansarc | eCommerce | 1 | 07-18-2007 07:28 AM |
| HTML Introduction | spid4r | HTML, CSS and Javascript Coding Techniques | 0 | 03-08-2007 10:10 PM |