Import users from Joomla 1.5 to Joomla 3 - joomla3.0

I am using JOOMLA version 3.2, I Want to import the users in my Joomla 3 website from another one website which is developed by Joomla 1.5, Is it possible to do it? Any free extensions available for this?
thanks

You will have to enable PHP XSL Extensions in the server to be able to successfully import users from Joomla 1.5 to Joomla 3.xx. To do this,
1. The PHP XSL library needs to be compiled.
2. The compiled PHP Extension can then be loaded in a custom php.ini under your DocumentRoot.
3. The XSL Extension requires libXML -- does your existing PHP installation have it?
You can enable PHP XSL Extension via Easyapache, or if or shared hosting, open PHP Settings and activate xls ticking its button. The same can also be executed by editing php.ini file, and editing xls extension from Off to On.
All the best!

Related

IBM Mobile First - Generate HTML for mobileweb

We need to create the index.html for the mobilewebapp on Mobile Frist project dynamically on server side.
It's possible to use javascript or java to create index.html ?
Or the only way it's to load a html fragment calling an Adpter ?
In MobileFirst Platform Foundation 7.1 the index.html file is generate when you create the project in MobileFirst Studio. The feature you want is not available built-in.
You could build this feature yourself to create the file and place it in the in the project programmatically and then invoking the build and deploy steps programmatically as well.
In v8.0 you create the HTML file yourself (there are no projects anymore). Here it is simpler to create this file and handle it as there is no deployment required other than registering the app - once.
I suggest that you will look into v8.0.

how recover user profile plugin joomla 3.x

I wanted to edit the plugin in the object adding additional fields. But the guide that I've followed was for an older version of Joomla. Now I want recover the plugin because everything is missed up. How can I do that?

How to save object in to files using visual studio cordova

I'm developing hybrid mobile app using visual studio cordova, angular js and ionic framework. I want to save some objects into a file system.
Are there any specific or common file location that can be access via visual studio cordova to store data. I'm trying to get a platform specific local storage( not html 5 localStorage) place to save data.
any supporting articles or API pls? couldn't find a proper way of doing it.
No there's not a common file location or something like that. This basically leaves you with two options. Either you use a database such as WebSQL, IndexedDb or a native database such as SQLite. Or you use the Cordova file plugin which should provide an abstraction layer for the file system.
Please take a look at the Cordova File plugin repo or the Cordova Async IndexedDb plugin repo.

How to create custom plugin for Joomla 3.3

I have a site on Joomla 2.5 with hikashop 1.5 and for recurring payment from eway payment gateway I have custom code on file /plugins/hikashoppayment/eway/eway.php, and this is working perfectly on my one live site www.clet.edu.au
Now I have another site on joomla 3.3 with hikashop 2.3 and I want to use same previous custom code for same file /plugins/hikashoppayment/eway/eway.php, so how can I integrate existing custom code in current site please help me how to do this for joomla 3.3 plugin.
You can use Custom HTML module application for creating modules or plug in for your website. This is very good application.

Aggregate JavaScript files option is disabled

Options below are disabled in our Drupal UI
Aggregate and compress CSS files
Aggregate JavaScript files
I'm new to Drupal and I need a direction where to look on that problem. We want to enable both options.
our environemt is
Drupal 7.2.3
hosted on Amazon Linux AMI
Your directories probably have the wrong permissions set - go here admin/config/media/file-system to check your configuration and make them writeable.

Resources