English (United Kingdom)
Jms Multi Site, formerly joomla multisite.
Create, share multiple joomla sites in few clicks !
Home Free download Free download joomla extension
Message
  • EU e-Privacy Directive

    This website uses cookies to manage authentication, navigation, and other functions. By using our website, you agree that we can place these types of cookies on your device.

    View e-Privacy Directive Documents

Free download joomla extension
This section contain the free joomla extensions that can be downloaded.

To download an extension, you must be registered.

DocumentsDate added

Order by : Name | Date | Hits | [ Ascendant ]
file icon hello.ziphot!Tooltip 11/25/2008 Hits: 19319

This "hello."zip file is designed to help you test your DNS configuration when you want to share the same Joomla Installation between multiple website.
The objective of this "Hello World" is to install a file "hello.txt" on your master website and check if you can also see this file from the slave websites.
Whe you arrive to share this "hello.txt" file between multiple domain or sub-domain, this mean that Joomla Multi Sites will be able to manage those multiple website each websites independently like if they was installed in different Joomla Installation.

The "hello.zip"  file contain:

  • hello.txt : This file contain "Hello world";
  • hello.php : This file is a php script that:
    • display the text "Hello world script";
    • display the current path where it is installed
    • test if the Symbolic Links are available on your environment
      This last point is important when your different domains are located and defined into separated directories.
      In this case, the Symbolic Links could be (conditional) used to create a bridge between the master directory and the slave directory. Perhaps you will encounter permission problem to create the bridge between the master and slave directory.
    • When the slave sites is located into another directory than the master website AND the Symbolic Links is present, this script also allow to test the creation of a Symbolic Link between the Slave Site and the Master Website.
      This allows you to verify if the Joomla Multi Site Symbolic Link feature present in the version 1.1.x can be used.

 

If you want to see a sample of results of those scripts and therefore the expected results here are some links that you can use.
Master website URL:

Slave website URL

Notice the both Master and Slave websites display exactly the same "The current path is".
This is because the DNS share the SAME path (share the same joomla installation - share the same files and folders)


file icon Search / Replace utilityhot!Tooltip 03/08/2009 Hits: 18896

This a Joomla 1.5, 1.6, 1.7, 2.5, 3.x and 4.0 native system plugin allow to search and replace any content present in a page.

This can be used for example to replace some keywords that could be placed in "shared articles" and that will be replaced by their specific values in a given website using this Search/Replace plugin.

You could for example use keywords like:

[COMPANY] = This is my company

[DEALER_NAME] = This is the dealer name

Version 1.1

With 1.1.0 version, it is now possible to also enter regular expression.
A regular expression is identified by a tilt as first character

~#\[COMPANY\]#i = This is my company

Version 1.2

The list of Search/Replace can also be provided from external files.
You can provide 2 external files with the Search/Replace patterns.
For example you could use :

  • file #1 = {root}/tmp/searchreplace.php
  • file #2 = {root}/tmp/searchreplace{site_id}.php

As you can see, some keywords can be used in the file names.

  • {root} = the document root directory if the website
  • {site_id} = the Multisites slave site ID.

In this sample, we have use a PHP file extension to allow protect the content of this file.
Here it is a sample of file content

<?php
// no direct access
defined('_JEXEC') or die('Restricted access');
/*
; Put below the Search/Replace expressions
;------------------------------------------

Search1=replace value1
Search2=replace value2

*/

See also power point and PDF

Version 1.3

Add Joomla 1.6 compatibility

Version 1.4

Add processing of keyword {host-N}

Version 1.5

Add PCRED customization and error handling

Version 1.6

Add PHP 5.4 compatibility

Version 1.7

Add Joomla 3.0 and 3.1 compatibility

Version 1.8

Add the possibility to use the keyword {host} and {host-x} in the Search/Replace file name

Version 1.9

Add the possibility to select if the Search/Replace is applied on HEAD or BODY section and not only on the full HTML page content.

When both HEAD and BODY is selected, the Search/Replace is applied on the full HTML content

Version 1.10

Under Joomla 2.5 or higher, avoid that the text area is filtered on html tag. Now accept to enter an html tag into the textarea instead putting the value into a file #1 or file #2

This is the contribution of a customer that has translated the "Articles Sharing for JMS" in catalan language.

It only contain the catalan language files for the back-end (administration) and the front-end of the Articles Sharing.

file icon Multisites ID pluginhot!Tooltip 09/27/2009 Hits: 13050

This a joomla 1.5, 2.5 and joomla 3.x system plugin that allow replacing a special keyword like {{site_id}} by the current value of the MULTISITES_ID.

This maybe usefull to condition some values present anywhere in a page.

It can be used for example to fill a hidden field in form to save the current site id.

Version 1.1.0

Add an alternate Multisites ID definition that can have a variant and that allow replacing the ":master_db:" parameter with another value and also give the possibility to add a dot after that site ID when the slave site id is present.

This allow for example to create URL like "www."yourdomain.com in case of the "master" or "{site_id}."yourdomain.com

Version 1.1.1

Add compatibility with Joomla 1.6

Version 1.2.00

Add the possibility to replace some parts of the multisites id using {{site_id-#}} where the # is the number of the element from right to left of the domain.

For example:
www.jms2win.com
3         2          1

{{site_id-3}} = www
{{site_id-2}} = jms2win
{{site_id-1}} = com

Version 1.2.01

Add compatibility for Joomla 3.x

file icon Multi Sites Google Analyticshot!Tooltip 07/26/2008 Hits: 9440

Multi Sites Google Analytics is a free module for Joomla 1.5, 1.6, 1.7, 2.5 and 3.x that allows you add into your website the Google Analystics script code.

With this joomla module, you can assign different Google Analytics Tracker Identifier (UA-0000000-0) to different domain name. You can also assign a default identifier that will be used any domain name.
This Joomla Module is very suitable when you host multiple domain name to the same Joomla website.
This module is also works with Joomla Multi Sites.

You can also select the kind of Google Analytics script type and also the location where you want to insert the script into the page.

Sample of configuration:

  • www.domain1.com=UA-0000000-1
  • www.domain2.com=UA-0000000-2
  • =UA-0000000-3 <--- Default
  • UA-0000000-3 <--- Default

Visit also the Joomla Multi Sites component that allows sharing the same joomla installation with different configuration per domain. For each domain name (host), joomla multi sites select a configuration file where it can found the corresponding database connection. This allow separate the content of each website and use the same joomla installation for multiple sites.

Version 1.0.1

Use the new Google Analytics Script

Version 1.0.2

Add compatibility with Joomla 1.6

Version 1.1.0

Add the posasibility to select the tracking type anlso the d possibility to add the code in the head section

Version 1.1.1

Add compatibility with Joomla 3.x

  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  Next 
  •  End 
  • »
Page 1 of 2
2Win, Multisite(s) are trademarks of Edwin2Win.
Joomla