Home
Virtual Domains Stable
- Details
- Created on Sunday, 17 July 2011 22:41
Stable Version for Virtual Domains is 1.1, Codename McCoy (Joomla 1.5, 1.6, 1.7, 2.5).
There is also a Release Candidate, that can be used for Joomla 2.5.7 upwards.
Virtual Domains is a Component for Joomla (>=1.5) that provides Multi-domain capability for Joomla without changing the Joomla core files. Simply register any number of additional available domains in the components backend and define their properties.
You can run different web sites from a single Joomla installation with specific designs, (default) languages, home page content and navigation.
- Download Virtual Domains (Joomla 1.5)
- Download Virtual Domains (Joomla 1.6/1.7)
- Download Virtual Domains (Joomla 2.5/3.0)
- Dokumentation
- Community Forum/Help
Migration of JACC produced components to Joomla 3.x
- Details
- Created on Monday, 29 October 2012 14:52
To make run components, which are created by JACC, with Joomla 3.x, you will have to make the following changes:
- the name of initial components file in the admin can no longer be admin. <component>.php. Rename this file to <component>.php and change the files name in the manifest XML.
- The classes JView, JController and JModel are now interface and may therefore no longer be called directly. Change from extend JView , extend JController etc. to extend JViewLegacy, extend JControllerLegacy etc.
- The methods JToolBarHelper::deleteListx() and JToolBarHelper::addNewx() no longer exists. Use JToolBarHelper::deleteList() and JToolBarHelper::addNew().
- The constant DS for the OS specific directory separator no longer exists. Define it yourself or replace all occurrences of DS by Slashes
- All forms within the list views that are generated by JACCin the backend (tmpl/default.php) lacks the document.id. E.g. under 3.x this will block the function of the edit buttons.
You must complete id="adminForm" in the form tag. - Replace all occurences of $ form-> bind ($ item) in the backend view.html.php's methods _displayForm with the following lines:
if(!version_compare(JVERSION,'3.0','lt')) { $form->bind(JArrayHelper::fromObject($item)); } else { $form->bind($item); }
New Forum for Virtual Domains
- Details
- Created on Saturday, 31 October 2009 22:43
The last months a lot of questions on Virtual Domains reached me. So i set up a forum for you. You may post your questions there. That will make support more easy for me.
Thank you.



