Can i update joomla1.5 having Virtuemart 1.1.4 to joomla 2.5 ( Virtuemart have many custom code ) - joomla1.5

I have a site which have joomla 1.5 having virtuemart 1.1.4 where virtuemart is having many customizations. Also i have some other components but my main customization is in virtuemart so is this possible that i upgrade my joomla from 1.5 to 2.5 and also virtuemart work with it with all customization i did ?

No, It will not be a good idea to upgrade the joomla and virtuemart. There are lots of changes has been made in both joomla and virtuemart so it can create a lot of problem in case you upgrade these.

Related

how to implement categoris in typo3 4.7

I need to categorize my content in typo3 4.7.How can I implement the categories in typo3 4.7.From typo3 6.0.x it is possible to integrate an extension for it.Please help me if anyone knows the solution.Thanks in advance
Sorry, TYPO3 did not have categories before version 6.0, according to the TYPO3 Core API documentation on system categories. If you're stuck with version 4.7, you'll have to write your own category system. You might be using userFunc -- see for instance a userFunc tutorial extension. Or, you might write your own extension, essentially duplicating what was done for 6.0.

Foundation - Zurb Base CMS

Does anybody know CMS works smoothly with Foundation Zurb or easy to adjust. CMS mean MVC ZF Magento ( CMS function ) or WP class software ?
The add-on Foundation for WP is quite strange with some bugs example at the GuruSeo.pl
Thanks in advance Upiter
Yes this is an awesome one! http://foundation.zurb.com/forum/posts/1214-foundation-5--wordpress
I'm using it for this website, just launched last week: http://evalu8ing.com
If you want IE8 support, make sure you remove all references to "rem" units in the sass files.
Take a look to this blank theme http://jointswp.com/ .
I already used it in http://boxlatinomagazine.com and it was not hard to work with it despite that i'm not very experienced with developing themes or child themes.

How i create a vbulletin custom plugin

I want to create a vBulletin custom plug-in but I am new in vBulletin i don't know about the vBulletin. I have tried to download the plug-ins but only commercial user will download the plug-in.
There is no specific tutorial that you can follow to create a specific product, however there is a good tutorial from vBulletin which gives you a good idea on how to create a vBulletin 'product' that can be downloaded and installed by others.
But basically to create a product you need to learn some basics and you have to know, php, html, css, and have a understanding of how vBulletin works. Then take it and put it all together.
To get a good understanding, I would recommend modifying other people's add-ons to suit your needs. That's how I was able to get a good understanding of how vBulletin works and then all you have to do as you progress, is to ask the right questions.
The recommendations bellow are also supported by well know vBulletin coders.
Source.
PHP, basic guide: PHP 5 Tutorial
HTML basic guide: HTML Tutorial - (HTML5 Compliant)
CSS basic guide: CSS Tutorial
vBulletin basic mod guide: Creating a Product

CMS Made Simple FormBuilder captcha issue

Hoping someone can help with a CMS Made Simple form builder question. I have a site that's recently started sending out lots of spam emails through the form. I used form builder to build the form, tried ticking the "Check here to protect your form with a "Captcha" box in Captcha settings, but when I do that, the entire head section of my page disappears, the form html doesn't load and no html after where the form should be is rendered. It basically just destroys the page.
I'm using:
CMS Made Simple 1.6 "New Caledonia",
FormBuilder 0.5.11,
Captcha 0.4
Thanks
Your version of CMSMS was released in June 2009, there has been 4.5 years of development of the core software since then. I suspect your system is trying to install the Captcha module and failing because core files are so out of date.
Consider upgrading and then adding Captcha:
http://docs.cmsmadesimple.org/upgrading/general-information

Could you give me some advices to start coding joomla addons by using joomla framework?

I know php but I need to write a joomla addon by using joomla framework. Could you give me some good advices to start ?
You can start by reading the official documentation : Creating a simple module or if you're using Joomla 1.5 : Creating a Hello World Module for Joomla 1.5
You can browse the Developers Documentation for all topics related to Joomla development.