Liferay: Migrate Theme from 6.1 to 6.2 - migration

We want soon upgrade the portal from Liferay 6.1.30 GA3 to 6.2. The backend of portlets seem be simple to migrate. But the changes of theme technology is huge :) I mean the way to bootstrap is very welcome, but how is it with the migration of existing (6.1) theme?
Our theme based on standard Liferay 6.1 styled theme. However, I'm looking for some guideline how to migrate e.g. Liferay 6.1 classic theme to 6.2.

you can follow Liferay Portal 6.2 Developer's Guide
https://www.liferay.com/zh/documentation/liferay-portal/6.2/development/-/ai/alloyui-2-0-bootstrap-migration-liferay-portal-6-2-dev-guide-02-en

As you said themes between 6.1 and 6.2 changed a lot. You maybe will be able to migrate a theme from the two versions, but you maybe won't get full bootstrap power.
When migrating from 6.0 ,6.1 to the 6.2 usually you should consider to built a new theme and maybe also to re-design your template to follow "mobile-first" approach of bootstrap.
Source: Liferay Symposium (Italy) 2013

Related

Has anyone identified issues when using Blue Prism version 6.2?

I am attempting to begin building an automation sequence for a client however they are only able to use Blueprism version 6.2 right now. Does anyone know of installing, coding, scheduling, or running issues with this version? Can you also link where the issue has been discussed/resolved?
Ensure they are using the latest patch level for 6.2 (which is 6.2.2) in order to ensure they do not experience issues around scheduling. Details will be available in the Release Notes for 6.2.2 on the Blue Prism portal.

WAS 6 to WAS 8.5 migration

I need to migrate my application to WAS 6.1 to WAS 8.5.5. I would need list of things to be taken care before migration and what are all the major changes involved.
I googled and sufficient informations I couldnt get. Can some one please help me on this ?
One thing to do is to setup an eclipse with IBM WebSphere Application Server Migration Toolkit and then import your application source code (you may even analyse your binaries with Migration Toolkit for Application Binaries) in the workspace.
You then run Software Analyzer and select the Websphere Migration rules.

Creation a mobile version of a prestashop website

I have a prestashop website version 1.4 I want to create this website version mobile ,
please if you have any advice to start or any tutoriel because i search in the net and i don't found somthing useful.
Upgrade to prestashop 1.6 with the OneClickUpgrade module, and use the default prestashop 1.6 skin. I've made the upgrade this way from 1.4 to 1.6 without any problem.
The default 1.6 skin is responsive, so your website will work with mobiles, tablets and computers.
Then adapt the default skin to your actual website colors.
Before doing it, backup your database and your files.
I think it is easier to upgrade than to create your own responsive skin.

socialengine: how to migrate SE3 plugins to SE4?

I was purchased a socialengine plugin to manage my subscription plans named 'plugin subscription' and this plugin only supports SocialEngine v3+.
now i need to use the same plugin with my another social engine v4 site.how can i migrate the plugin which supports social engine 3 to socialengine 4.
Thanks in advance.
Sorry, you cant easy migrate from 3 to 4. Try to find SE4 version of this plugin, this is common way.

social engine upgrade theme

I have a project in social engine 3.x . I have upgraded it into social engine 4.x. I want to upgrade social engine 3.x old theme into social engine 4.x theme.
Social Engine 4 uses new way of handling templates, and a lot of stuff you got used to in SE 3.x - like Smarty parts and stuff, is handled differently. Copy a existing theme, rename it and start editing CSS and layout files of modules/widgets.
The New SE4 has an entirely new template engine. If you want to migrate, make sure you redesign the css and other files as the SE4 architecture.