Janguo.de
  • Home
  • About
  • Downloads
  • Support
  • Contact
  • Impress

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:

  1. 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.
  2. 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.
  3. The methods JToolBarHelper::deleteListx() and JToolBarHelper::addNewx() no longer exists. Use JToolBarHelper::deleteList() and JToolBarHelper::addNew().
  4. The constant DS for the OS specific directory separator no longer exists. Define it yourself or replace all occurrences of DS by Slashes
  5. 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.
  6. 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.

Virtual Domains

Virtual DomainsVirtual Domains 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.

Jacc Component Creator

JaccJacc is just another component creator. It recognizes the MVC-structure from a set of tables, that you have to import before to your Joomla Database, and creates an installable component, with working backend and a rudimental frontend.

Jacc is for developers.

Jimtawl

JimtawlJimtawl represents a radio station on the web. Show the visitors your programme calendar, programme details, playlists, who is on air. Upload features as mp3, select licenses like creative commons and much more.