<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://documentation.jomsocial.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://documentation.jomsocial.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Eric+Tracz</id>
		<title>JomSocial Documentation - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://documentation.jomsocial.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Eric+Tracz"/>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Special:Contributions/Eric_Tracz"/>
		<updated>2026-06-04T10:08:47Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.1</generator>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Migrate_Joomla_2.5_With_JomSocial_2.8.x_to_Joomla_3_and_JomSocial_3.0.x</id>
		<title>Migrate Joomla 2.5 With JomSocial 2.8.x to Joomla 3 and JomSocial 3.0.x</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Migrate_Joomla_2.5_With_JomSocial_2.8.x_to_Joomla_3_and_JomSocial_3.0.x"/>
				<updated>2013-07-31T12:55:35Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: /* Starting the Migration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preparation===&lt;br /&gt;
&lt;br /&gt;
Before doing '''''anything''''' major to your site, '''''always''''' create a full site backup (files + database). A few minutes (literarily) can potentially save you hours of headaches and a poorly- or non-functioning site until the issues have been resolved. We recommend that you use this extension for maintaining backups: [https://www.akeebabackup.com Akeeba Backup]. We have prepared a short tutorial video (under 6 minutes) showing how to backup your site and restore it in case of emergency. &lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|rgCXWCiKSDg|800}}&lt;br /&gt;
&lt;br /&gt;
===Be assured that===&lt;br /&gt;
# Upgrading JomSocial will never delete community information that is stored in the database, such as profile fields, friends, avatars, images, videos, etc. In other words, everything on your community will stay as is.&lt;br /&gt;
# It will not interfere with non-JomSocial database tables.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;WARNING&amp;lt;/font&amp;gt;===&lt;br /&gt;
* All '''''template customizations''''' which do not follow our template override instructions '''will be deleted'''.&lt;br /&gt;
* All '''''template overrides need to be updated'''''; otherwise you will have a crippled JomSocial with limited JomSocial 3 functionality. Please consult your template developer(s) for updates.&lt;br /&gt;
* All '''''modifications''''' to any file in ''/components/com_community and /administrator/components/com_community'' '''will be deleted'''.&lt;br /&gt;
* '''''Third party extensions that rely on hacking''''' JomSocial template/core code to work, will likely fail after the upgrade. You will have to redo the hacks (documenting your hacks for personal reference would always help you greatly in the future).&lt;br /&gt;
* Always consult third-party developers for updated version of the plugins that are designed to work with JomSocial.&lt;br /&gt;
&lt;br /&gt;
===Starting the Migration===&lt;br /&gt;
# Again, '''make sure the backup of the entire site is done'''. &lt;br /&gt;
# Navigate to:  Extensions &amp;gt; Extensions Manager, select '''Manage''' and uninstall '''everything''' that is third party and not native Joomla. That means all templates, plugins, modules, components. Of course including JomSocial.&lt;br /&gt;
# Make sure there are '''no 3rd party extensions left''' and that you indeed have a '''clean''' Joomla site.&lt;br /&gt;
# Open a new tab and go to Joomla.org site and download the update package. The latest Joomla 3 update packages can be found here [http://joomlacode.org/gf/project/joomla/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=6674 Joomla 3 Upgrade Packages]&lt;br /&gt;
# Right click on the latest Stable Update Package and '''Copy Link Address'''.&lt;br /&gt;
# Go back to the tab with your Joomla backend open. Navigate to: Extensions &amp;gt; Extension Manager: Install, in the last field '''Install from URL''' paste the copied URL and click Install.&lt;br /&gt;
# '''Wait for your site to get upgraded.''' It should reload and show you the status of the upgrade in '''Joomla 3 backend'''.&lt;br /&gt;
# '''Install JomSocial 3'''.&lt;br /&gt;
# Install the rest of extensions that you wish to have on your site.&lt;br /&gt;
&lt;br /&gt;
It really is ''that'' simple! ;)&lt;br /&gt;
&lt;br /&gt;
Here you can see a video on Migrating and Upgrading JomSocial:&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|t8m8WeMW85o|800}}&lt;br /&gt;
&lt;br /&gt;
===Third Party Modules and Plugins===&lt;br /&gt;
&lt;br /&gt;
Please consult the developer for an updated version, if necessary. Always good practice to check whether there are updated versions available.&lt;br /&gt;
&lt;br /&gt;
===Translations===&lt;br /&gt;
&lt;br /&gt;
With the new features and enhancements which are part of the new JomSocial releases, there will be a number of new language strings in JomSocial and perhaps changes to the already existing strings.&lt;br /&gt;
&lt;br /&gt;
The '''Frontend''' language file is stored in:&lt;br /&gt;
* /language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Backend''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Modules''' language file is stored in:&lt;br /&gt;
* /language/en-Gb&lt;br /&gt;
The '''Applications &amp;amp; Plugins''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;Known Upgrade Errors&amp;lt;/font&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
'''There was an error uploading this file to the server.'''&amp;lt;br/&amp;gt;&lt;br /&gt;
Some shared servers limit the size of uploaded files to a mere 2MB. The JomSocial component exceeds this limit so you will have to increase two (2) php.ini settings to be at least 6MB. If you are not sure on how to do this, please consult your webhosting provider for assistance.&lt;br /&gt;
# upload_max_filesize = 6M  ; Maximum allowed size for uploaded files.&lt;br /&gt;
# post_max_size = 6M ; Maximum size of POST data that PHP will accept.&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Migrate_Joomla_2.5_With_JomSocial_2.8.x_to_Joomla_3_and_JomSocial_3.0.x</id>
		<title>Migrate Joomla 2.5 With JomSocial 2.8.x to Joomla 3 and JomSocial 3.0.x</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Migrate_Joomla_2.5_With_JomSocial_2.8.x_to_Joomla_3_and_JomSocial_3.0.x"/>
				<updated>2013-07-31T12:54:51Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preparation===&lt;br /&gt;
&lt;br /&gt;
Before doing '''''anything''''' major to your site, '''''always''''' create a full site backup (files + database). A few minutes (literarily) can potentially save you hours of headaches and a poorly- or non-functioning site until the issues have been resolved. We recommend that you use this extension for maintaining backups: [https://www.akeebabackup.com Akeeba Backup]. We have prepared a short tutorial video (under 6 minutes) showing how to backup your site and restore it in case of emergency. &lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|rgCXWCiKSDg|800}}&lt;br /&gt;
&lt;br /&gt;
===Be assured that===&lt;br /&gt;
# Upgrading JomSocial will never delete community information that is stored in the database, such as profile fields, friends, avatars, images, videos, etc. In other words, everything on your community will stay as is.&lt;br /&gt;
# It will not interfere with non-JomSocial database tables.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;WARNING&amp;lt;/font&amp;gt;===&lt;br /&gt;
* All '''''template customizations''''' which do not follow our template override instructions '''will be deleted'''.&lt;br /&gt;
* All '''''template overrides need to be updated'''''; otherwise you will have a crippled JomSocial with limited JomSocial 3 functionality. Please consult your template developer(s) for updates.&lt;br /&gt;
* All '''''modifications''''' to any file in ''/components/com_community and /administrator/components/com_community'' '''will be deleted'''.&lt;br /&gt;
* '''''Third party extensions that rely on hacking''''' JomSocial template/core code to work, will likely fail after the upgrade. You will have to redo the hacks (documenting your hacks for personal reference would always help you greatly in the future).&lt;br /&gt;
* Always consult third-party developers for updated version of the plugins that are designed to work with JomSocial.&lt;br /&gt;
&lt;br /&gt;
===Starting the Migration===&lt;br /&gt;
# Again, '''make sure the backup of the entire site is done'''. &lt;br /&gt;
# Navigate to:  Extensions &amp;gt; Extensions Manager, select '''Manage''' and uninstall '''everything''' that is third party and not native Joomla. That means all templates, plugins, modules, components. Of course including JomSocial.&lt;br /&gt;
# Make sure there are '''no 3rd party extensions left''' and that you indeed have a '''clean''' Joomla site.&lt;br /&gt;
# Open a new tab and go to Joomla.org site and download the update package. The latest Joomla 3 update packages can be found here [http://joomlacode.org/gf/project/joomla/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=6674 Joomla 3 Upgrade Packages]&lt;br /&gt;
# Right click on the latest Stable Update Package and '''Copy Link Address'''.&lt;br /&gt;
# Go back to the tab with your Joomla backend open. Navigate to: Extensions &amp;gt; Extension Manager: Install, in the last field '''Install from URL''' paste the copied URL and click Install.&lt;br /&gt;
# '''Wait for your site to get upgraded.''' It should reload and show you the status of the upgrade in '''Joomla 3 backend'''.&lt;br /&gt;
# '''Install JomSocial 3'''.&lt;br /&gt;
# Install the rest of extensions that you wish to have on your site.&lt;br /&gt;
&lt;br /&gt;
It really is ''that'' simple! ;)&lt;br /&gt;
&lt;br /&gt;
Here you can see a video on Migrating and Upgrading JomSocial:&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|t8m8WeMW85o}}&lt;br /&gt;
&lt;br /&gt;
===Third Party Modules and Plugins===&lt;br /&gt;
&lt;br /&gt;
Please consult the developer for an updated version, if necessary. Always good practice to check whether there are updated versions available.&lt;br /&gt;
&lt;br /&gt;
===Translations===&lt;br /&gt;
&lt;br /&gt;
With the new features and enhancements which are part of the new JomSocial releases, there will be a number of new language strings in JomSocial and perhaps changes to the already existing strings.&lt;br /&gt;
&lt;br /&gt;
The '''Frontend''' language file is stored in:&lt;br /&gt;
* /language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Backend''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Modules''' language file is stored in:&lt;br /&gt;
* /language/en-Gb&lt;br /&gt;
The '''Applications &amp;amp; Plugins''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;Known Upgrade Errors&amp;lt;/font&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
'''There was an error uploading this file to the server.'''&amp;lt;br/&amp;gt;&lt;br /&gt;
Some shared servers limit the size of uploaded files to a mere 2MB. The JomSocial component exceeds this limit so you will have to increase two (2) php.ini settings to be at least 6MB. If you are not sure on how to do this, please consult your webhosting provider for assistance.&lt;br /&gt;
# upload_max_filesize = 6M  ; Maximum allowed size for uploaded files.&lt;br /&gt;
# post_max_size = 6M ; Maximum size of POST data that PHP will accept.&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Migrate_Joomla_2.5_With_JomSocial_2.8.x_to_Joomla_3_and_JomSocial_3.0.x</id>
		<title>Migrate Joomla 2.5 With JomSocial 2.8.x to Joomla 3 and JomSocial 3.0.x</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Migrate_Joomla_2.5_With_JomSocial_2.8.x_to_Joomla_3_and_JomSocial_3.0.x"/>
				<updated>2013-07-31T12:54:44Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preparation===&lt;br /&gt;
&lt;br /&gt;
Before doing '''''anything''''' major to your site, '''''always''''' create a full site backup (files + database). A few minutes (literarily) can potentially save you hours of headaches and a poorly- or non-functioning site until the issues have been resolved. We recommend that you use this extension for maintaining backups: [https://www.akeebabackup.com Akeeba Backup]. We have prepared a short tutorial video (under 6 minutes) showing how to backup your site and restore it in case of emergency. &lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|rgCXWCiKSDg|800px}}&lt;br /&gt;
&lt;br /&gt;
===Be assured that===&lt;br /&gt;
# Upgrading JomSocial will never delete community information that is stored in the database, such as profile fields, friends, avatars, images, videos, etc. In other words, everything on your community will stay as is.&lt;br /&gt;
# It will not interfere with non-JomSocial database tables.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;WARNING&amp;lt;/font&amp;gt;===&lt;br /&gt;
* All '''''template customizations''''' which do not follow our template override instructions '''will be deleted'''.&lt;br /&gt;
* All '''''template overrides need to be updated'''''; otherwise you will have a crippled JomSocial with limited JomSocial 3 functionality. Please consult your template developer(s) for updates.&lt;br /&gt;
* All '''''modifications''''' to any file in ''/components/com_community and /administrator/components/com_community'' '''will be deleted'''.&lt;br /&gt;
* '''''Third party extensions that rely on hacking''''' JomSocial template/core code to work, will likely fail after the upgrade. You will have to redo the hacks (documenting your hacks for personal reference would always help you greatly in the future).&lt;br /&gt;
* Always consult third-party developers for updated version of the plugins that are designed to work with JomSocial.&lt;br /&gt;
&lt;br /&gt;
===Starting the Migration===&lt;br /&gt;
# Again, '''make sure the backup of the entire site is done'''. &lt;br /&gt;
# Navigate to:  Extensions &amp;gt; Extensions Manager, select '''Manage''' and uninstall '''everything''' that is third party and not native Joomla. That means all templates, plugins, modules, components. Of course including JomSocial.&lt;br /&gt;
# Make sure there are '''no 3rd party extensions left''' and that you indeed have a '''clean''' Joomla site.&lt;br /&gt;
# Open a new tab and go to Joomla.org site and download the update package. The latest Joomla 3 update packages can be found here [http://joomlacode.org/gf/project/joomla/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=6674 Joomla 3 Upgrade Packages]&lt;br /&gt;
# Right click on the latest Stable Update Package and '''Copy Link Address'''.&lt;br /&gt;
# Go back to the tab with your Joomla backend open. Navigate to: Extensions &amp;gt; Extension Manager: Install, in the last field '''Install from URL''' paste the copied URL and click Install.&lt;br /&gt;
# '''Wait for your site to get upgraded.''' It should reload and show you the status of the upgrade in '''Joomla 3 backend'''.&lt;br /&gt;
# '''Install JomSocial 3'''.&lt;br /&gt;
# Install the rest of extensions that you wish to have on your site.&lt;br /&gt;
&lt;br /&gt;
It really is ''that'' simple! ;)&lt;br /&gt;
&lt;br /&gt;
Here you can see a video on Migrating and Upgrading JomSocial:&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|t8m8WeMW85o}}&lt;br /&gt;
&lt;br /&gt;
===Third Party Modules and Plugins===&lt;br /&gt;
&lt;br /&gt;
Please consult the developer for an updated version, if necessary. Always good practice to check whether there are updated versions available.&lt;br /&gt;
&lt;br /&gt;
===Translations===&lt;br /&gt;
&lt;br /&gt;
With the new features and enhancements which are part of the new JomSocial releases, there will be a number of new language strings in JomSocial and perhaps changes to the already existing strings.&lt;br /&gt;
&lt;br /&gt;
The '''Frontend''' language file is stored in:&lt;br /&gt;
* /language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Backend''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Modules''' language file is stored in:&lt;br /&gt;
* /language/en-Gb&lt;br /&gt;
The '''Applications &amp;amp; Plugins''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;Known Upgrade Errors&amp;lt;/font&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
'''There was an error uploading this file to the server.'''&amp;lt;br/&amp;gt;&lt;br /&gt;
Some shared servers limit the size of uploaded files to a mere 2MB. The JomSocial component exceeds this limit so you will have to increase two (2) php.ini settings to be at least 6MB. If you are not sure on how to do this, please consult your webhosting provider for assistance.&lt;br /&gt;
# upload_max_filesize = 6M  ; Maximum allowed size for uploaded files.&lt;br /&gt;
# post_max_size = 6M ; Maximum size of POST data that PHP will accept.&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Uploading_Video</id>
		<title>Uploading Video</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Uploading_Video"/>
				<updated>2013-07-31T11:34:38Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Overview===&lt;br /&gt;
&lt;br /&gt;
To upload videos, you will first have to [[Setting Up Video Galleries|enable]] Video Galleries and have at least one [[Creating Video Categories|category created]]. Also, make sure that your server meets all [[Video Linking &amp;amp; Upload Requirements|requirements]] needed for video uploading.&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|SklUestiz2M|800}}&lt;br /&gt;
&lt;br /&gt;
===Starting the Video Upload===&lt;br /&gt;
&lt;br /&gt;
Go to the any '''Video'''-related page and click '''Add''':&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:Videoadd.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The popup window will appear, giving you the option to link or upload a video. Please select '''Upload Video''':&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:Videoadd1.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# '''Select video file''' - Navigate to the physical file on your computer and input it here. Alternatively, click '''Browse''' and an additional popup window to search for file will appear.&lt;br /&gt;
# '''Title''' - This field is also mandatory and will be used as a Video Title.&lt;br /&gt;
# '''Description''' - Description of video that will be uploaded.&lt;br /&gt;
# '''Location''' - If enabled, Video Location field will be displayed.&lt;br /&gt;
# '''Category''' - You must select the category where video will be stored.&lt;br /&gt;
# '''Who can see''' - Privacy setting for the video.&lt;br /&gt;
&lt;br /&gt;
After the fields are filled properly, click '''Upload Video''' and wait for the video to upload. Depending on the video size and your Internet connection, the upload can take anywhere from several seconds to several hours.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:Videoadd2.png]]&lt;br /&gt;
&lt;br /&gt;
===After Uploading===&lt;br /&gt;
&lt;br /&gt;
Once the upload is finished, the video is stored in the '''Pending Videos''' list waiting for the [[Setting up Cron Job|cron job]] to trigger the FFMPEG conversion:&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:Videoadd3.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once the '''Video''' is converted, it will be available to watch on your JomSocial-powered website:&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:Videoadd4.png]]&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/How_to_change_default_cover_for_events_/_groups_/_male_/_female_/_unidentified_users</id>
		<title>How to change default cover for events / groups / male / female / unidentified users</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/How_to_change_default_cover_for_events_/_groups_/_male_/_female_/_unidentified_users"/>
				<updated>2013-07-26T16:21:43Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert|&amp;lt;center&amp;gt;&amp;lt;strong&amp;gt;NOTE:&amp;lt;/strong&amp;gt; The following instructions show how to change core JomSocial files. All changes you make to JomSocial core files will be overwritten with your next upgrade so you'll need to at least re-apply the modifications to core JomSocial files.&amp;lt;/center&amp;gt;|alert}}&lt;br /&gt;
&lt;br /&gt;
If you're wondering how to change the default covers for events, groups, male, female and unidentified users (gender), look no further. The whole operation may take between 30seconds to 5 minutes. Mostly depending on how well you know your computer.&lt;br /&gt;
&lt;br /&gt;
Prepare your versions of covers. The dimensions should be: '''1140px × 428px''' - '''each''' cover/file.&lt;br /&gt;
&lt;br /&gt;
Once your files are ready. Connect via FTP to the server and go to this directory: '''/components/com_community/templates/default/images/cover/'''&lt;br /&gt;
&lt;br /&gt;
In that directory you have the following files:&lt;br /&gt;
&lt;br /&gt;
[[File:cover_files.png]]&lt;br /&gt;
&lt;br /&gt;
* event-default.png&lt;br /&gt;
* group-default.png&lt;br /&gt;
* female-default.png&lt;br /&gt;
* male-default.png&lt;br /&gt;
* undefined-default.png&lt;br /&gt;
&lt;br /&gt;
Make sure that your versions of the files (or file) are named exactly as their original counterparts. After that, rename the original files on the server in the following (or similar) manner:&lt;br /&gt;
&lt;br /&gt;
* '''bak_'''event-default.png&lt;br /&gt;
* '''bak_'''group-default.png&lt;br /&gt;
* '''bak_'''female-default.png&lt;br /&gt;
* '''bak_'''male-default.png&lt;br /&gt;
* '''bak_'''undefined-default.png&lt;br /&gt;
&lt;br /&gt;
Next, upload your files to the directory, clear your browser's cache, site cache and check the frontend. Done.&lt;br /&gt;
&lt;br /&gt;
{{alert|'''Hint:''' It's always a good idea to have a list of all modifications / personalizations done to JomSocial core files and their backups. That way after an upgrade it's easier to re-apply your mods.}}&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/File:Cover_files.png</id>
		<title>File:Cover files.png</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/File:Cover_files.png"/>
				<updated>2013-07-26T16:19:28Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/How_to_change_default_cover_for_events_/_groups_/_male_/_female_/_unidentified_users</id>
		<title>How to change default cover for events / groups / male / female / unidentified users</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/How_to_change_default_cover_for_events_/_groups_/_male_/_female_/_unidentified_users"/>
				<updated>2013-07-26T16:19:16Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert|&amp;lt;center&amp;gt;&amp;lt;strong&amp;gt;NOTE:&amp;lt;/strong&amp;gt; The following instructions show how to change core JomSocial files. All changes you make to JomSocial core files will be overwritten with your next upgrade so you'll need to at least re-apply the modifications to core JomSocial files.&amp;lt;/center&amp;gt;|alert}}&lt;br /&gt;
&lt;br /&gt;
If you're wondering how to change the default covers for events, groups, male, female and unidentified users (gender), look no further. The whole operation may take between 30seconds to 5 minutes. Mostly depending on how well you know your computer.&lt;br /&gt;
&lt;br /&gt;
Prepare your versions of covers. The dimensions should be: '''1140px × 428px''' - '''each''' cover/file.&lt;br /&gt;
&lt;br /&gt;
Once your files are ready. Connect via FTP to the server and go to this directory: /components/com_community/templates/default/images/cover/&lt;br /&gt;
&lt;br /&gt;
In that directory you have the following files:&lt;br /&gt;
&lt;br /&gt;
[[File:cover_files.png]]&lt;br /&gt;
&lt;br /&gt;
* event-default.png&lt;br /&gt;
* group-default.png&lt;br /&gt;
* female-default.png&lt;br /&gt;
* male-default.png&lt;br /&gt;
* undefined-default.png&lt;br /&gt;
&lt;br /&gt;
Make sure that your versions of the files (or file) are named exactly as their original counterparts. After that, rename the original files on the server in the following (or similar) manner:&lt;br /&gt;
&lt;br /&gt;
* '''bak_'''event-default.png&lt;br /&gt;
* '''bak_'''group-default.png&lt;br /&gt;
* '''bak_'''female-default.png&lt;br /&gt;
* '''bak_'''male-default.png&lt;br /&gt;
* '''bak_'''undefined-default.png&lt;br /&gt;
&lt;br /&gt;
Next, upload your files to the directory, clear your browser's cache, site cache and check the frontend. Done :)&lt;br /&gt;
&lt;br /&gt;
I hope that helps you guys make your community more 'personal'.&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/How_to_change_default_cover_for_events_/_groups_/_male_/_female_/_unidentified_users</id>
		<title>How to change default cover for events / groups / male / female / unidentified users</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/How_to_change_default_cover_for_events_/_groups_/_male_/_female_/_unidentified_users"/>
				<updated>2013-07-26T16:18:12Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: Created page with &amp;quot;{{alert|&amp;lt;center&amp;gt;&amp;lt;strong&amp;gt;NOTE:&amp;lt;/strong&amp;gt; The following instructions show how to change core JomSocial files. All changes you make to JomSocial core files will be overwritten wit...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert|&amp;lt;center&amp;gt;&amp;lt;strong&amp;gt;NOTE:&amp;lt;/strong&amp;gt; The following instructions show how to change core JomSocial files. All changes you make to JomSocial core files will be overwritten with your next upgrade so you'll need to at least re-apply the modifications to core JomSocial files.&amp;lt;/center&amp;gt;|alert}}&lt;br /&gt;
&lt;br /&gt;
If you're wondering how to change the default covers for events, groups, male, female and unidentified users (gender), look no further. The whole operation may take between 30seconds to 5 minutes. Mostly depending on how well you know your computer.&lt;br /&gt;
&lt;br /&gt;
Prepare your versions of covers. The dimensions should be: '''1140px × 428px''' - '''each''' cover/file.&lt;br /&gt;
&lt;br /&gt;
Once your files are ready. Connect via FTP to the server and go to this directory: /components/com_community/templates/default/images/cover/&lt;br /&gt;
&lt;br /&gt;
In that directory you have the following files:&lt;br /&gt;
&lt;br /&gt;
* event-default.png&lt;br /&gt;
* group-default.png&lt;br /&gt;
* female-default.png&lt;br /&gt;
* male-default.png&lt;br /&gt;
* undefined-default.png&lt;br /&gt;
&lt;br /&gt;
Make sure that your versions of the files (or file) are named exactly as their original counterparts. After that, rename the original files on the server in the following (or similar) manner:&lt;br /&gt;
&lt;br /&gt;
* '''bak_'''event-default.png&lt;br /&gt;
* '''bak_'''group-default.png&lt;br /&gt;
* '''bak_'''female-default.png&lt;br /&gt;
* '''bak_'''male-default.png&lt;br /&gt;
* '''bak_'''undefined-default.png&lt;br /&gt;
&lt;br /&gt;
Next, upload your files to the directory, clear your browser's cache, site cache and check the frontend. Done :)&lt;br /&gt;
&lt;br /&gt;
I hope that helps you guys make your community more 'personal'.&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Setting_Up_Cron_Job</id>
		<title>Setting Up Cron Job</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Setting_Up_Cron_Job"/>
				<updated>2013-07-23T09:28:48Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert|&amp;lt;center&amp;gt;&amp;lt;strong&amp;gt;NOTE!!!&amp;lt;/strong&amp;gt; This page contains images which show settings examples for resources that are outside of our scope. If your settings are not same as the ones presented here, please contact your webhosting provider for further instructions &amp;lt;/center&amp;gt;|alert}}&lt;br /&gt;
===Overview of Cron Jobs===&lt;br /&gt;
For JomSocial to run properly, you will need to set up a Cron job to run periodically. By unloading a processing task to a scheduled job, JomSocial will be able to run faster and smoother.&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|cRddvh-R6xY|800}}&lt;br /&gt;
&lt;br /&gt;
The Cron job is required to:&lt;br /&gt;
# Avoid excessive processing to send out system emails during a normal page load.&lt;br /&gt;
# Archive old activity stream logs that are no longer relevant.&lt;br /&gt;
# Convert uploaded videos to standardized .swf files.&lt;br /&gt;
# Perform optional administrative jobs such as remove old, unused photo album, which doesn't have any photos&lt;br /&gt;
&lt;br /&gt;
===Built-In Cron Job Option===&lt;br /&gt;
::: [[File:cron.jpg]]&amp;lt;br /&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Use this option if you are not using JomSocial video upload feature. By enabling this, JomSocial will process Cron on every page load, with an interval of five (5) minutes in between. &lt;br /&gt;
&lt;br /&gt;
# This option will only process email-related Crons. It will not run any maintenance script, Amazon S3 transfer, or video conversion.&lt;br /&gt;
# Avoid this option if your site is heavy with concurrent users (10+ users at one time) because it may have effect on performance.&lt;br /&gt;
# Avoid this option if you enable video upload feature and rely on other Cronjob methods instead.&lt;br /&gt;
&lt;br /&gt;
===Cron on Linux Systems===&lt;br /&gt;
On most Linux systems, you can simply run the commands below. We would recommend running the Cron every thirty (30) minutes or less. On a busy site, you might want to run it every ten (10) minutes. The more frequently you run it, the less load there will be on the server.&amp;lt;br/&amp;gt;&lt;br /&gt;
* lynx -source &amp;quot;http://www.domain.com/index.php?option=com_community&amp;amp;task=cron&amp;quot; &amp;gt; /dev/null&lt;br /&gt;
Lynx is a text-based browser that is installed in most hosting environments. If you do not have Lynx installed, you can use other alternatives such as wget, shown below:&lt;br /&gt;
* wget -O /dev/null &amp;quot;http://www.domain.com/index.php?option=com_community&amp;amp;task=cron&amp;quot; &amp;gt; /dev/null&lt;br /&gt;
Don't worry, this operation actually runs very fast and has very little impact on the server, equivalent to a normal single page load.&lt;br /&gt;
&lt;br /&gt;
{{alert|&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; When setting up this command, make sure you put in your full, valid domain name; 'localhost' will not suffice.|alert-info}}&lt;br /&gt;
&lt;br /&gt;
===Setting Up Cron Job in cPanel 11===&lt;br /&gt;
To add a new CronJob in cPanel 11, login to your cPanel and click '''Cronjobs''' under the '''Advanced''' section as the screenshot below.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
::: [[File:cronjob1.jpg]]&lt;br /&gt;
&lt;br /&gt;
After clicking '''Cronjobs''', you will be directed to a page similar to the one below. In this example, click '''Standard''' to proceed.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
::: [[File:cronjob2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Enter the following command in the '''Command to run''' field on the screen shown below it:&amp;lt;br/&amp;gt;&lt;br /&gt;
* lynx -source &amp;quot;http://www.yoursite.com/index.php?option=com_community&amp;amp;task=cron&amp;quot; &amp;gt; /dev/null&lt;br /&gt;
Select '''Every Five Minutes''', '''Every Hour''', '''Every Day''', '''Every Month''', and '''Every Week Day''' so that the action above will be executed every five (5) minutes perpetually.&amp;lt;br/&amp;gt;&lt;br /&gt;
::: [[File:cronjob3.jpg]]&lt;br /&gt;
&lt;br /&gt;
{{alert|&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; In order for the emails to be sent and videos to be converted, the scheduled task ''must be'' executed correctly.|alert-info}}&lt;br /&gt;
&lt;br /&gt;
===Cron Jobs at GoDaddy===&lt;br /&gt;
GoDaddy doesn't support cronjobs from the panel. Using an online cron scheduler (look below) should solve the problem.&lt;br /&gt;
&lt;br /&gt;
===Free Online Cron Scheduler===&lt;br /&gt;
If you are still having trouble with the above options, use any free online Cronjob scheduler service available on the web.&lt;br /&gt;
Do not worry on security because what these sites do is merely accessing index.php?option=com_community&amp;amp;task=cron at certain interval, which is open to anyone.&lt;br /&gt;
&lt;br /&gt;
'''Popular services include:''' &amp;lt;br /&amp;gt;&lt;br /&gt;
* [http://www.setcronjob.com Set CronJob]&lt;br /&gt;
* [http://www.cronless.com/ Cronless]&lt;br /&gt;
* [http://www.joomlarefinery.com/extensions/jr-jcron.html Joomla Rafinery]&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Video_Linking_%26_Upload_Requirements</id>
		<title>Video Linking &amp; Upload Requirements</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Video_Linking_%26_Upload_Requirements"/>
				<updated>2013-07-23T09:20:13Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Video Upload Requirements===&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|SklUestiz2M|800}}&lt;br /&gt;
&lt;br /&gt;
====Video Linking====&lt;br /&gt;
&lt;br /&gt;
Linking from external websites such as YouTube, Metacafe, and Vimeo only requires cURL to be installed, which is available in most webhosting providers' cURL library.&lt;br /&gt;
&lt;br /&gt;
====Video Uploading====&lt;br /&gt;
&lt;br /&gt;
# Video upload uses FFMPEG to convert videos. Most shared webhosting providers disable this option because it consumes a lot of memory and processing power. Please contact your webhosting provider regarding the availability of FFMPEG on your server. It is advisable to have at least VPS before you consider allowing video uploads.&lt;br /&gt;
# Minimum: FFMPEG; to get it running, it also requires exec/passthru/shell_exec/system access.&lt;br /&gt;
# Optional: FLVTool2, for adding metadata to your video.&lt;br /&gt;
&lt;br /&gt;
Unlike other extensions, the path to FFMPEG and FLVTool2 need to be specified on your JomSocial Backend. Go to Site &amp;gt; Configuration and look for the &amp;quot;Videos&amp;quot; section. There you will find the fields to set both paths.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:ffmpegsettings.png]]&lt;br /&gt;
&lt;br /&gt;
One last thing that JomSocial needs to process the video is a Cronjob (scheduled task). Make sure your Cronjob is configured properly by referring to [[Setting up Cron Job|this documentation]].&lt;br /&gt;
&lt;br /&gt;
====Large Photo/video Uploading====&lt;br /&gt;
&lt;br /&gt;
When it comes to large photo/video uploads, there are a few server configurations that you can tweak to get the most out of JomSocial:&lt;br /&gt;
&lt;br /&gt;
'''php.ini'''&lt;br /&gt;
# max_execution_time = 9000; Maximum execution time of each script, in seconds.&lt;br /&gt;
# max_input_time = 9000; Maximum amount of time each script may spend parsing request data.&lt;br /&gt;
# memory_limit = 1024M; Maximum amount of memory a script may consume.&lt;br /&gt;
# post_max_size = 1024M; Maximum size of POST data that PHP will accept.&lt;br /&gt;
# upload_max_filesize = 1024M; Maximum allowed size for uploaded files.&lt;br /&gt;
&lt;br /&gt;
'''my.cnf'''&lt;br /&gt;
# wait_timeout = 120&lt;br /&gt;
# connect_timeout = 120&lt;br /&gt;
&lt;br /&gt;
'''Disable safe_mode and open_basedir'''&lt;br /&gt;
# Some hosting providers have safe_mode and openbase_dir enabled. In order for the photo/video upload to work, you have to disable them. If your webhosting provider allows you to override the Apache&amp;amp;rsquo;s configuration, you need to override the vhost configuration.&lt;br /&gt;
# php_admin_flag safe_mode off&lt;br /&gt;
# php_admin_value open_basedir none&lt;br /&gt;
&lt;br /&gt;
If your webhost allows for .htaccess override, locate your .htaccess file in the root Joomla directory and add these lines into it:&lt;br /&gt;
# php_admin_flag safe_mode off&lt;br /&gt;
# php_admin_value open_basedir none&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/ZenCoder_and_Amazon_S3_Integration</id>
		<title>ZenCoder and Amazon S3 Integration</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/ZenCoder_and_Amazon_S3_Integration"/>
				<updated>2013-07-23T09:19:43Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert|&amp;lt;center&amp;gt;&amp;lt;strong&amp;gt;NOTE!!!&amp;lt;/strong&amp;gt; This page contains images from sources that are outside of our scope. If they are not same as presented here, please refer to the original source documentation.&amp;lt;/center&amp;gt;|alert}}&lt;br /&gt;
&lt;br /&gt;
===Introduction===&lt;br /&gt;
&lt;br /&gt;
ZenCoder makes it easy for a community that has no FFMPEG access on its server to upload and convert videos using a Third-Party video conversion service. Recently, there are some updates on Amazon's AWS service that would require you to setup a special &amp;quot;bucket policy&amp;quot; to allow an external service to add and retrieve files.&lt;br /&gt;
&lt;br /&gt;
After inputting ZenCoder credentials in JomSocial Configuration, you will need to configure Amazon S3 to allow file uploading and downloading from the S3 Bucket.&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
The video shows how to setup video uploads and also features setting up Amazon S3 and Zencoder integration. Amazon S3 and Zencoder integration start at 4:18 in the video.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|SklUestiz2M|800}}&lt;br /&gt;
&lt;br /&gt;
===Setting It Up===&lt;br /&gt;
&lt;br /&gt;
# To get started, please login to the [http://aws.amazon.com/console/ Amazon AWS Console]:&lt;br /&gt;
#;:: [[File:Amazon5.jpg]]&lt;br /&gt;
# Once you have logged in, please select the '''correct bucket''' that you will use for ZenCoder video files:&lt;br /&gt;
#;:: [[File:Amazon1.jpg]]&lt;br /&gt;
# Then click '''Properties''':&lt;br /&gt;
#;:: [[File:Amazon2.jpg]]&lt;br /&gt;
# A bar will appear at the bottom; click '''Add bucket policy''':&lt;br /&gt;
#;:: [[File:Amazon3.jpg]]&lt;br /&gt;
# In the popup window, '''Copy and Paste this Policy''':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;Id&amp;quot;: &amp;quot;ZencoderBucketPolicy&amp;quot;,&lt;br /&gt;
  &amp;quot;Statement&amp;quot;: [&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Sid&amp;quot;: &amp;quot;Stmt1295042087538&amp;quot;,&lt;br /&gt;
      &amp;quot;Effect&amp;quot;: &amp;quot;Allow&amp;quot;,&lt;br /&gt;
      &amp;quot;Principal&amp;quot;: {&lt;br /&gt;
        &amp;quot;AWS&amp;quot;: &amp;quot;arn:aws:iam::395540211253:root&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
      &amp;quot;Action&amp;quot;: [&amp;quot;s3:PutObject&amp;quot;, &amp;quot;s3:GetObject&amp;quot;, &amp;quot;s3:PutObjectAcl&amp;quot;, &amp;quot;s3:GetBucketLocation&amp;quot;, &amp;quot;s3:ListBucketMultipartUploads&amp;quot;, &amp;quot;s3:ListMultipartUploadParts&amp;quot;],&lt;br /&gt;
      &amp;quot;Resource&amp;quot;: &amp;quot;arn:aws:s3:::MY-BUCKET/*&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  ]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
::: [[File:Amazon4.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You are '''''almost''''' ready, but '''first''', you will need to change the '''MY-BUCKET''' text in the above code.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Replace 'MY-BUCKET' with your own bucket name.&lt;br /&gt;
# Do not delete the /* that appears after the bucket name. This is important to ensure that all files within the bucket will have the preconfigured access privilege.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=cornflowerblue&amp;gt;Save and you are now ready to go!&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://app.zencoder.com/docs/guides/getting-started/working-with-s3 Reference]&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/ZenCoder_and_Amazon_S3_Integration</id>
		<title>ZenCoder and Amazon S3 Integration</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/ZenCoder_and_Amazon_S3_Integration"/>
				<updated>2013-07-23T09:19:30Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert|&amp;lt;center&amp;gt;&amp;lt;strong&amp;gt;NOTE!!!&amp;lt;/strong&amp;gt; This page contains images from sources that are outside of our scope. If they are not same as presented here, please refer to the original source documentation.&amp;lt;/center&amp;gt;|alert}}&lt;br /&gt;
&lt;br /&gt;
===Introduction===&lt;br /&gt;
&lt;br /&gt;
ZenCoder makes it easy for a community that has no FFMPEG access on its server to upload and convert videos using a Third-Party video conversion service. Recently, there are some updates on Amazon's AWS service that would require you to setup a special &amp;quot;bucket policy&amp;quot; to allow an external service to add and retrieve files.&lt;br /&gt;
&lt;br /&gt;
After inputting ZenCoder credentials in JomSocial Configuration, you will need to configure Amazon S3 to allow file uploading and downloading from the S3 Bucket.&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
The video shows how to setup video uploads and also features setting up Amazon S3 and Zencoder integration. Amazon S3 and Zencoder integration start at 4:18 in the video.&lt;br /&gt;
{{#ev:youtube|SklUestiz2M|800}}&lt;br /&gt;
&lt;br /&gt;
===Setting It Up===&lt;br /&gt;
&lt;br /&gt;
# To get started, please login to the [http://aws.amazon.com/console/ Amazon AWS Console]:&lt;br /&gt;
#;:: [[File:Amazon5.jpg]]&lt;br /&gt;
# Once you have logged in, please select the '''correct bucket''' that you will use for ZenCoder video files:&lt;br /&gt;
#;:: [[File:Amazon1.jpg]]&lt;br /&gt;
# Then click '''Properties''':&lt;br /&gt;
#;:: [[File:Amazon2.jpg]]&lt;br /&gt;
# A bar will appear at the bottom; click '''Add bucket policy''':&lt;br /&gt;
#;:: [[File:Amazon3.jpg]]&lt;br /&gt;
# In the popup window, '''Copy and Paste this Policy''':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;Id&amp;quot;: &amp;quot;ZencoderBucketPolicy&amp;quot;,&lt;br /&gt;
  &amp;quot;Statement&amp;quot;: [&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Sid&amp;quot;: &amp;quot;Stmt1295042087538&amp;quot;,&lt;br /&gt;
      &amp;quot;Effect&amp;quot;: &amp;quot;Allow&amp;quot;,&lt;br /&gt;
      &amp;quot;Principal&amp;quot;: {&lt;br /&gt;
        &amp;quot;AWS&amp;quot;: &amp;quot;arn:aws:iam::395540211253:root&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
      &amp;quot;Action&amp;quot;: [&amp;quot;s3:PutObject&amp;quot;, &amp;quot;s3:GetObject&amp;quot;, &amp;quot;s3:PutObjectAcl&amp;quot;, &amp;quot;s3:GetBucketLocation&amp;quot;, &amp;quot;s3:ListBucketMultipartUploads&amp;quot;, &amp;quot;s3:ListMultipartUploadParts&amp;quot;],&lt;br /&gt;
      &amp;quot;Resource&amp;quot;: &amp;quot;arn:aws:s3:::MY-BUCKET/*&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  ]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
::: [[File:Amazon4.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You are '''''almost''''' ready, but '''first''', you will need to change the '''MY-BUCKET''' text in the above code.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Replace 'MY-BUCKET' with your own bucket name.&lt;br /&gt;
# Do not delete the /* that appears after the bucket name. This is important to ensure that all files within the bucket will have the preconfigured access privilege.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=cornflowerblue&amp;gt;Save and you are now ready to go!&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://app.zencoder.com/docs/guides/getting-started/working-with-s3 Reference]&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/System_Requirements</id>
		<title>System Requirements</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/System_Requirements"/>
				<updated>2013-07-23T09:15:34Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert|'''WARNING''' - These system requirements are for '''JomSocial 3'''. To see the requirements for earlier versions, please, [[Jomsocial 2 System Requirements|click here]]|alert-danger}}&lt;br /&gt;
==Joomla! Requirements==&lt;br /&gt;
{{alert|'''JomSocial is an extension for Joomla. To be able to use JomSocial, you would first need to install Joomla on your web host.'''|alert}}&lt;br /&gt;
We recommend using the latest stable version of Joomla (currently 3.1) to enjoy its latest features and security improvements. JomSocial 3 supports the minimum of:&lt;br /&gt;
* Joomla! 2.5.6 or above&lt;br /&gt;
* Joomla! 3.0 and above&lt;br /&gt;
To see full compatibility sheet list, please, visit [[Joomla Versions Compatibility|this page]]&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|IriHrkWt2_A|800}}&lt;br /&gt;
&lt;br /&gt;
==Server Requirements==&lt;br /&gt;
# PHP 5.3.1 or above&lt;br /&gt;
# MySQL 4.1 or above&lt;br /&gt;
#* '''Temporary Tables''' - Your database user must have the priviledge to create temporary tables.&lt;br /&gt;
# JomSocial 3 also requires several PHP extensions, which are available in most webhosting providers:&lt;br /&gt;
#* '''GD library''' - at least v1.8 with libjpeg to process images. Alternatively, you can use [http://www.imagemagick.org/script/index.php imagemagick]&lt;br /&gt;
#* '''cURL library''' - for [[Linking Video|Video Linking]] and [[Setting up Facebook Connect|Facebook Connect]]&lt;br /&gt;
#* '''zip'''&lt;br /&gt;
#* '''fsockopen''' - for [[Setting up Facebook Connect|Facebook Connect]]&lt;br /&gt;
# For video uploads, you will need:&lt;br /&gt;
#* '''[http://ffmpeg.org/ FFMPEG]''' - to convert uploaded videos. Most shared webhosting providers disable this option because it consumes a lot of memory and processing power. Please consult your webhosting provider regarding the availability of FFMPEG on your server. It is advisable to at least have VPS before you consider allowing video uploading.&lt;br /&gt;
#* '''exec/passthru/shell_exec/system access'''&lt;br /&gt;
#*  '''(Optional) FLVTool2''' -, for adding metadata to your video&lt;br /&gt;
# [[Setting up Cron Job|Cron Jobs]].- To trigger emails ready to be send, as well as triggering the FFMPEG to convert videos&lt;br /&gt;
&lt;br /&gt;
{{alert|'''Note in ImageMagick:''' To process images, photo upload relies heavily on the GD Library, which uses a lot of memory. For better performance, use ImageMagick instead, if your server supports it.|alert-info}}&lt;br /&gt;
{{alert|If you want to allow big images and video files upload (over 1GB) please, [[Video Linking &amp;amp; Upload Requirements|'''check full requirements here''']]|alert}}&lt;br /&gt;
&lt;br /&gt;
==System Specifications==&lt;br /&gt;
===PHP and MySQL Configurations===&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
  &amp;lt;caption&amp;gt;'''To be able to install JomSocial 3, your server PHP and MySQL environment will have to meet these specifications'''&amp;lt;/caption&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
      &amp;lt;th class=&amp;quot;span1&amp;quot;&amp;gt;&amp;lt;center&amp;gt;'''File'''&amp;lt;/center&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
      &amp;lt;th class=&amp;quot;span3&amp;quot;&amp;gt;&amp;lt;center&amp;gt;'''Value'''&amp;lt;/center&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
      &amp;lt;th class=&amp;quot;span4 warning&amp;quot;&amp;gt;&amp;lt;center&amp;gt;'''Minimum'''&amp;lt;/center&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
      &amp;lt;th class=&amp;quot;span4 success&amp;quot;&amp;gt;&amp;lt;center&amp;gt;'''Recommended'''&amp;lt;/center&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;!-- First Table Row --&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;center&amp;gt;php.ini&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;center&amp;gt;{{pop|max_execution_time|Maximum Execution Time|Maximum execution time of each script, in seconds.}}&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td class=&amp;quot;warning&amp;quot;&amp;gt;&amp;lt;center&amp;gt;30&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td class=&amp;quot;success&amp;quot;&amp;gt;&amp;lt;center&amp;gt;300&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;!-- First Table Row --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Second Table Row --&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;center&amp;gt;php.ini&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;center&amp;gt;{{pop|max_input_time|Maximum Input Tme|Maximum amount of time each script may spend parsing request data}}&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td class=&amp;quot;warning&amp;quot;&amp;gt;&amp;lt;center&amp;gt;30&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td class=&amp;quot;success&amp;quot;&amp;gt;&amp;lt;center&amp;gt;300&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;!-- Second Table Row --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Third Table Row --&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;center&amp;gt;php.ini&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;center&amp;gt;{{pop|memory_limit|PHP Memory Limit|Maximum amount of memory a script may consume}}&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td class=&amp;quot;warning&amp;quot;&amp;gt;&amp;lt;center&amp;gt;128M&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td class=&amp;quot;success&amp;quot;&amp;gt;&amp;lt;center&amp;gt;1024M&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;!-- Third Table Row --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Fourth Table Row --&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;center&amp;gt;php.ini&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;center&amp;gt;{{pop|post_max_size|Maximum Size of POST Data|Maximum size of POST data that PHP will accept}}&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td class=&amp;quot;warning&amp;quot;&amp;gt;&amp;lt;center&amp;gt;6M&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td class=&amp;quot;success&amp;quot;&amp;gt;&amp;lt;center&amp;gt;4096M&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;!-- Fourth Table Row --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Fifth Table Row --&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;center&amp;gt;php.ini&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;center&amp;gt;{{pop|upload_max_filesize|Maximum Filesize for Upload|Maximum allowed size for uploaded files.}}&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td class=&amp;quot;warning&amp;quot;&amp;gt;&amp;lt;center&amp;gt;6M&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td class=&amp;quot;success&amp;quot;&amp;gt;&amp;lt;center&amp;gt;4096M&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;!-- Fifth Table Row --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Sixt Table Row --&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;center&amp;gt;my.cnf&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;center&amp;gt;connect_timeout&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td class=&amp;quot;warning&amp;quot;&amp;gt;&amp;lt;center&amp;gt;10&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td class=&amp;quot;success&amp;quot;&amp;gt;&amp;lt;center&amp;gt;120&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;!-- Sixt Table Row --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Seventh Table Row --&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;center&amp;gt;my.cnf&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;center&amp;gt;wait_timeout&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td class=&amp;quot;warning&amp;quot;&amp;gt;&amp;lt;center&amp;gt;10&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td class=&amp;quot;success&amp;quot;&amp;gt;&amp;lt;center&amp;gt;120&amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;!-- Seventh Table Row --&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===How to Check for System Specifications===&lt;br /&gt;
You can check most of the requirements below by accessing Joomla's backend via your Administrator Panel and going to Help &amp;gt; System Info &amp;gt; System Information and PHP Information tab. However, for the most complete overview of your server configuration, contact your webhosting provider.&lt;br /&gt;
::: [[File:jsysinfo.png]]&lt;br /&gt;
::: [[File:jphpinfo.png]]&lt;br /&gt;
&lt;br /&gt;
==Additional Requirements==&lt;br /&gt;
'''Disable safe_mode and open_basedir'''&lt;br /&gt;
Some webhosting providers have safe_mode and openbase_dir enabled. In order for the photo/video upload to work, you have to disable them. If your webhosting provier allows you to override the Apache's configuration, you need to override the vhost configuration.&lt;br /&gt;
# php_admin_flag safe_mode off&lt;br /&gt;
# php_admin_value open_basedir none&lt;br /&gt;
&lt;br /&gt;
If your webhosting provider allows for .htaccess override, locate your .htaccess file in the Joomla root directory and add these lines into it:&lt;br /&gt;
# php_admin_flag safe_mode off&lt;br /&gt;
# php_admin_value open_basedir none&lt;br /&gt;
&lt;br /&gt;
==A Note on PHP Memory Requirements==&lt;br /&gt;
JomSocial is developed to run adequately on a system with just 32MB of memory allocated to PHP. However, please note that the development site uses the default template with no additional third-party modules or plugins enabled. Sites with third-party plugins and modules enabled will consume a lot more memory; thus, we recommend that you increase your memory limit.&lt;br /&gt;
&lt;br /&gt;
That having been said, since all applications will run better with more memory, we recommend that you allocate at least 128MB of memory to PHP. The following tasks will consume a lot of memory:&lt;br /&gt;
# resizing uploaded user avatar&lt;br /&gt;
# resizing any photos uploaded by user&lt;br /&gt;
# converting uploaded videos to .mp4&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Jomsocial 2 System Requirements]]&lt;br /&gt;
* [[Setting Up Cron Job]]&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Setting_up_Facebook_Connect</id>
		<title>Setting up Facebook Connect</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Setting_up_Facebook_Connect"/>
				<updated>2013-07-23T09:14:34Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert|&amp;lt;center&amp;gt;Before you begin implementing the '''Facebook Connect''' feature on your website, make sure you have read the [https://developers.facebook.com/policy/ '''Facebook Connect Policy''']&amp;lt;/center&amp;gt;|alert}}&lt;br /&gt;
===Overview===&lt;br /&gt;
Facebook Connect is a system that allows any user with a Facebook account to join your site easily with just one single click. It saves your visitor the hassle of registering to yet another site and maintaining another username and password. With this system, your site can easily verify the identity of your site visitor and log them into your site easily.&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|VxQBh6bZSzo|800}}&lt;br /&gt;
&lt;br /&gt;
Facebook Connect delivers a number of benefits, including:&lt;br /&gt;
&lt;br /&gt;
*'''Traffic''' - Enable over a billion Facebook users to share your content with their friends on Facebook. Let users publish a story, invite their friends, or send an event. Their friends can then click to visit your site.&lt;br /&gt;
*'''Engagement''' - Users can immediately find their friends and engage. More friends leads to more activity and more page views. Connected users create 15-60% more content than users who have not connected with Facebook Connect.&lt;br /&gt;
*'''Registration''' - Every website wants registration to be easy. We can offer access to one billion users, simple registration, and robust data. By increasing traffic, user engagement, and registrations, you can grow your revenue and increase your monetization opportunities.&lt;br /&gt;
&lt;br /&gt;
===Creating the Facebook App===&lt;br /&gt;
::: [[File:fbc1.jpg]]&lt;br /&gt;
&lt;br /&gt;
To setup Facebook connect, you will first need to create a new application in Facebook by accessing https://developers.facebook.com/apps. You are required to have a Facebook account.&lt;br /&gt;
At the top right, there should be a button called '''Create New App'''; click it.&lt;br /&gt;
Give your application a '''name'''. This name will appear as your applications and you are not restricted to use any name. You will have to read through Facebook&amp;amp;rsquo;s Terms of Service before accepting it.&lt;br /&gt;
&lt;br /&gt;
You will then be redirected to your application's '''Basic Info''' page. Please be sure to fill in every detail shown in the picture below that is marked with an asterisk (*).&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:fbc2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Do not leave the '''App Domain''' field empty. Enter the '''domain name''' as shown in the image above.&lt;br /&gt;
Please be certain that the '''Site URL''' is in the full format, i.e: http://www.mysitedomain.com. &lt;br /&gt;
Save the changes.&lt;br /&gt;
&lt;br /&gt;
===Using the Keys In JomSocial===&lt;br /&gt;
&lt;br /&gt;
Go to JomSocial Configuration &amp;gt; Facebook Connect and paste the '''App ID''' into the '''Facebook API Key''' and the '''App Secret''' into the '''Facebook Application Secret''' field.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:fbc3.jpg]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=cornflowerblue&amp;gt;'''Congratulations!'''&amp;lt;/font&amp;gt; JomSocial Facebook Connect is now set up on your website!&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{alert|&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; It may take from a few minutes to an hour for your application to be active on all Facebook servers.|alert-info}}&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Setting_up_Amazon_S3</id>
		<title>Setting up Amazon S3</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Setting_up_Amazon_S3"/>
				<updated>2013-07-23T09:14:08Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Overview===&lt;br /&gt;
&lt;br /&gt;
In JomSocial, we provide a way to store your JomSocial data remotely on Amazon S3, the online storage service by Amazon Web Services. For more information regarding '''Amazon S3''', please [http://aws.amazon.com/s3/ click here].&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|QnsrK0qrqmM|800}}&lt;br /&gt;
&lt;br /&gt;
===Setting Up===&lt;br /&gt;
&lt;br /&gt;
::: [[File:Amazon config0.jpg]]&lt;br /&gt;
&lt;br /&gt;
# In JomSocial's Backend, click '''Configuration'''.&lt;br /&gt;
# From there, click '''Remote Storage''' found at the top-left of the configuration bar.&lt;br /&gt;
# Under '''Storage Method'''s, choose whether you want to store the data locally, via '''Local Server''', or in the '''Amazon S3''' cloud.&lt;br /&gt;
# For Amazon S3, fill in the required fields with your Amazon S3 details.&lt;br /&gt;
# The '''Bucket Path''' here refers to the name of the bucket that you want to store the data. &amp;lt;font color=cornflowerblue&amp;gt;For example, if the URL of your Amazon S3 looks like this: http://bucket-name.s3.amazonaws.com/images/avatar/****.jpg, then the '''Bucket Name''' is '''bucket-name'''.&amp;lt;/font&amp;gt;&lt;br /&gt;
# If you're opting for Amazon S3's '''Reduced Redundancy Storage''', change the '''Amazon Storage Class''' from '''Standard''' to '''Reduced Redundancy'''. For more information regarding '''Reduced Redundancy Storage''', please [http://aws.amazon.com/about-aws/whats-new/2010/05/19/announcing-amazon-s3-reduced-redundancy-storage/ click here].&lt;br /&gt;
&lt;br /&gt;
{{alert|&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; The '''Bucket Name''' should only contain lower case letters, no special characters, no numbers, and no capital letters.|alert-info}}&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Setting_up_Amazon_S3</id>
		<title>Setting up Amazon S3</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Setting_up_Amazon_S3"/>
				<updated>2013-07-23T09:13:59Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Overview===&lt;br /&gt;
&lt;br /&gt;
In JomSocial, we provide a way to store your JomSocial data remotely on Amazon S3, the online storage service by Amazon Web Services. For more information regarding '''Amazon S3''', please [http://aws.amazon.com/s3/ click here].&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|QnsrK0qrqmM|400}}&lt;br /&gt;
&lt;br /&gt;
===Setting Up===&lt;br /&gt;
&lt;br /&gt;
::: [[File:Amazon config0.jpg]]&lt;br /&gt;
&lt;br /&gt;
# In JomSocial's Backend, click '''Configuration'''.&lt;br /&gt;
# From there, click '''Remote Storage''' found at the top-left of the configuration bar.&lt;br /&gt;
# Under '''Storage Method'''s, choose whether you want to store the data locally, via '''Local Server''', or in the '''Amazon S3''' cloud.&lt;br /&gt;
# For Amazon S3, fill in the required fields with your Amazon S3 details.&lt;br /&gt;
# The '''Bucket Path''' here refers to the name of the bucket that you want to store the data. &amp;lt;font color=cornflowerblue&amp;gt;For example, if the URL of your Amazon S3 looks like this: http://bucket-name.s3.amazonaws.com/images/avatar/****.jpg, then the '''Bucket Name''' is '''bucket-name'''.&amp;lt;/font&amp;gt;&lt;br /&gt;
# If you're opting for Amazon S3's '''Reduced Redundancy Storage''', change the '''Amazon Storage Class''' from '''Standard''' to '''Reduced Redundancy'''. For more information regarding '''Reduced Redundancy Storage''', please [http://aws.amazon.com/about-aws/whats-new/2010/05/19/announcing-amazon-s3-reduced-redundancy-storage/ click here].&lt;br /&gt;
&lt;br /&gt;
{{alert|&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; The '''Bucket Name''' should only contain lower case letters, no special characters, no numbers, and no capital letters.|alert-info}}&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Setting_up_Amazon_S3</id>
		<title>Setting up Amazon S3</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Setting_up_Amazon_S3"/>
				<updated>2013-07-23T09:13:40Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Overview===&lt;br /&gt;
&lt;br /&gt;
In JomSocial, we provide a way to store your JomSocial data remotely on Amazon S3, the online storage service by Amazon Web Services. For more information regarding '''Amazon S3''', please [http://aws.amazon.com/s3/ click here].&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|QnsrK0qrqmM|400px}}&lt;br /&gt;
&lt;br /&gt;
===Setting Up===&lt;br /&gt;
&lt;br /&gt;
::: [[File:Amazon config0.jpg]]&lt;br /&gt;
&lt;br /&gt;
# In JomSocial's Backend, click '''Configuration'''.&lt;br /&gt;
# From there, click '''Remote Storage''' found at the top-left of the configuration bar.&lt;br /&gt;
# Under '''Storage Method'''s, choose whether you want to store the data locally, via '''Local Server''', or in the '''Amazon S3''' cloud.&lt;br /&gt;
# For Amazon S3, fill in the required fields with your Amazon S3 details.&lt;br /&gt;
# The '''Bucket Path''' here refers to the name of the bucket that you want to store the data. &amp;lt;font color=cornflowerblue&amp;gt;For example, if the URL of your Amazon S3 looks like this: http://bucket-name.s3.amazonaws.com/images/avatar/****.jpg, then the '''Bucket Name''' is '''bucket-name'''.&amp;lt;/font&amp;gt;&lt;br /&gt;
# If you're opting for Amazon S3's '''Reduced Redundancy Storage''', change the '''Amazon Storage Class''' from '''Standard''' to '''Reduced Redundancy'''. For more information regarding '''Reduced Redundancy Storage''', please [http://aws.amazon.com/about-aws/whats-new/2010/05/19/announcing-amazon-s3-reduced-redundancy-storage/ click here].&lt;br /&gt;
&lt;br /&gt;
{{alert|&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; The '''Bucket Name''' should only contain lower case letters, no special characters, no numbers, and no capital letters.|alert-info}}&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Uploading_Video</id>
		<title>Uploading Video</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Uploading_Video"/>
				<updated>2013-06-26T10:24:05Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Overview===&lt;br /&gt;
&lt;br /&gt;
To upload videos, you will first have to [[Setting Up Video Galleries|enable]] Video Galleries and have at least one [[Creating Video Categories|category created]]. Also, make sure that your server meets all [[Video Linking &amp;amp; Upload Requirements|requirements]] needed for video uploading.&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|SklUestiz2M}}&lt;br /&gt;
&lt;br /&gt;
===Starting the Video Upload===&lt;br /&gt;
&lt;br /&gt;
Go to the any '''Video'''-related page and click '''Add''':&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:Videoadd.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The popup window will appear, giving you the option to link or upload a video. Please select '''Upload Video''':&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:Videoadd1.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# '''Select video file''' - Navigate to the physical file on your computer and input it here. Alternatively, click '''Browse''' and an additional popup window to search for file will appear.&lt;br /&gt;
# '''Title''' - This field is also mandatory and will be used as a Video Title.&lt;br /&gt;
# '''Description''' - Description of video that will be uploaded.&lt;br /&gt;
# '''Location''' - If enabled, Video Location field will be displayed.&lt;br /&gt;
# '''Category''' - You must select the category where video will be stored.&lt;br /&gt;
# '''Who can see''' - Privacy setting for the video.&lt;br /&gt;
&lt;br /&gt;
After the fields are filled properly, click '''Upload Video''' and wait for the video to upload. Depending on the video size and your Internet connection, the upload can take anywhere from several seconds to several hours.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:Videoadd2.png]]&lt;br /&gt;
&lt;br /&gt;
===After Uploading===&lt;br /&gt;
&lt;br /&gt;
Once the upload is finished, the video is stored in the '''Pending Videos''' list waiting for the [[Setting up Cron Job|cron job]] to trigger the FFMPEG conversion:&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:Videoadd3.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once the '''Video''' is converted, it will be available to watch on your JomSocial-powered website:&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:Videoadd4.png]]&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/What_are_Events</id>
		<title>What are Events</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/What_are_Events"/>
				<updated>2013-06-25T15:01:04Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert|&amp;lt;center&amp;gt;NOTE!!! This page is not complete. Please, treat it as work in progress.&amp;lt;/center&amp;gt;|alert}}&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
Events is a built-in core feature which allows community members to announce and promote new events on the site. It is designed to fit most communities and allows users to quickly and easily promote their events while providing easy moderation for community Administrators. Events are not mandatory and can be completely disabled at any time.&lt;br /&gt;
&lt;br /&gt;
===Event Features===&lt;br /&gt;
&lt;br /&gt;
# '''Create public events''' - Public events can be attended by anyone. The Event&amp;amp;squo;s information and details can also be viewed by anyone.&lt;br /&gt;
# '''Private events''' - Unlike public events, users&amp;amp;rsquo; invitations have to be approved by the Event Administrator in order for the requester to attend the event. The event information and details can be seen by anyone. Only the recent activities will be hidden. Events created in private groups can only be viewed and attended by private group members.&lt;br /&gt;
# '''Start Group Events''' - If enabled, users will be able to create Events in Groups.&lt;br /&gt;
# '''Invite your friends''' - Every Event Admin can invite friends to join the event (There is a limitation on this feature in Group Events).&lt;br /&gt;
&lt;br /&gt;
{{alert|&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* You '''cannot''' force people to participate.&lt;br /&gt;
* You '''cannot''' sell tickets for events.&lt;br /&gt;
* You '''cannot''' use granular privacy like the kind found in the photo and video galleries.|alert-info}}&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Installation_-_Old</id>
		<title>Installation - Old</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Installation_-_Old"/>
				<updated>2013-06-20T13:58:00Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert| &amp;lt;center&amp;gt;&amp;lt;strong&amp;gt;NOTE!!!&amp;lt;/strong&amp;gt; This page covers the installation process for JomSocial 2.6 and bellow. If you're looking for the JomSocial 2.8 installation guide, please, [[Installation|click here]] &amp;lt;/center&amp;gt;|alert}}&lt;br /&gt;
&lt;br /&gt;
===Before you begin===&lt;br /&gt;
If you are upgrading JomSocial, please refer to this [[Upgrading|upgrading]] documentation&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|72Qe6ZBWB8M}}&lt;br /&gt;
&lt;br /&gt;
===Installing the Component===&lt;br /&gt;
Installing JomSocial is really straightforward. After downloading the file, make sure you extract it first.&lt;br /&gt;
[[File:extractall.png]]&lt;br /&gt;
&lt;br /&gt;
You will be using 'com_community_[version].zip' for the installation&lt;br /&gt;
[[File:installation2.png]]&lt;br /&gt;
&lt;br /&gt;
'''Lets get started:'''&lt;br /&gt;
&lt;br /&gt;
1. Login to your Joomla administration area and go to Site &amp;gt; System Information &amp;gt; Directory Permission. Make sure all directories listed are writable.&lt;br /&gt;
[[File:installation3.png]]&lt;br /&gt;
[[File:installation4.png]]&lt;br /&gt;
&lt;br /&gt;
2. Go to Extensions &amp;gt; Extension Manager. At Upload Package File, browse for the 'com_community_[version].zip' file and choose it. Then, click on &amp;quot;Complete your installation&amp;quot; to begin.&lt;br /&gt;
[[File:installation5.png]]&lt;br /&gt;
[[File:installation6.png]]&lt;br /&gt;
[[File:installation7.png]]&lt;br /&gt;
&lt;br /&gt;
3. The JomSocial Installer screen appears. Make sure all the requirements are checked as 'Yes'. Click on 'Next' and wait until the installation finishes.&lt;br /&gt;
[[File:installation8.png]]&lt;br /&gt;
&lt;br /&gt;
4. You will be greeted with the Installation Completed screen. Congratulations!&lt;br /&gt;
[[File:installation9.png]]&lt;br /&gt;
&lt;br /&gt;
===Alternative installation method===&lt;br /&gt;
You can also install JomSocial by manually uploading all the files to your web host via FTP. Follow the steps below:&lt;br /&gt;
&lt;br /&gt;
1. Extract the 'com_community_[version].zip' file.&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:installation10.png]]&lt;br /&gt;
&lt;br /&gt;
2. Upload the extracted folder to your joomla/tmp directory using your FTP client.&lt;br /&gt;
[[File:installation11.png]]&lt;br /&gt;
&lt;br /&gt;
3. Go to Extensions &amp;gt; Extension Manager. At the &amp;quot;Install from Directory&amp;quot; section, point to the folder that you have uploaded just now. Then click on Install.&lt;br /&gt;
[[File:installation12.png]]&lt;br /&gt;
&lt;br /&gt;
===What's next?===&lt;br /&gt;
Go to your Joomla front page, and you will notice a new menu item called &amp;quot;JomSocial&amp;quot;. Users are now able to register, add friends and share photos in your community!&lt;br /&gt;
[[File:installation13.png]]&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Setting_up_Amazon_S3</id>
		<title>Setting up Amazon S3</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Setting_up_Amazon_S3"/>
				<updated>2013-06-20T13:54:08Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Overview===&lt;br /&gt;
&lt;br /&gt;
In JomSocial, we provide a way to store your JomSocial data remotely on Amazon S3, the online storage service by Amazon Web Services. For more information regarding '''Amazon S3''', please [http://aws.amazon.com/s3/ click here].&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|QnsrK0qrqmM}}&lt;br /&gt;
&lt;br /&gt;
===Setting Up===&lt;br /&gt;
&lt;br /&gt;
::: [[File:Amazon config0.jpg]]&lt;br /&gt;
&lt;br /&gt;
# In JomSocial's Backend, click '''Configuration'''.&lt;br /&gt;
# From there, click '''Remote Storage''' found at the top-left of the configuration bar.&lt;br /&gt;
# Under '''Storage Method'''s, choose whether you want to store the data locally, via '''Local Server''', or in the '''Amazon S3''' cloud.&lt;br /&gt;
# For Amazon S3, fill in the required fields with your Amazon S3 details.&lt;br /&gt;
# The '''Bucket Path''' here refers to the name of the bucket that you want to store the data. &amp;lt;font color=cornflowerblue&amp;gt;For example, if the URL of your Amazon S3 looks like this: http://bucket-name.s3.amazonaws.com/images/avatar/****.jpg, then the '''Bucket Name''' is '''bucket-name'''.&amp;lt;/font&amp;gt;&lt;br /&gt;
# If you're opting for Amazon S3's '''Reduced Redundancy Storage''', change the '''Amazon Storage Class''' from '''Standard''' to '''Reduced Redundancy'''. For more information regarding '''Reduced Redundancy Storage''', please [http://aws.amazon.com/about-aws/whats-new/2010/05/19/announcing-amazon-s3-reduced-redundancy-storage/ click here].&lt;br /&gt;
&lt;br /&gt;
{{alert|&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; The '''Bucket Name''' should only contain lower case letters, no special characters, no numbers, and no capital letters.|alert-info}}&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Custom_Profile_Fields</id>
		<title>Custom Profile Fields</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Custom_Profile_Fields"/>
				<updated>2013-06-20T13:51:12Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
Custom '''Profile Fields''' allow the site Administrator to configure any combination of custom information fields that will be shown in the user profiles.&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|4F_9MEJc5TQ}}&lt;br /&gt;
&lt;br /&gt;
===Accessing the Field Configuration===&lt;br /&gt;
&lt;br /&gt;
# From the '''Components''' dropdown menu at the site Backend, select '''JomSocial'''.&lt;br /&gt;
# Then, select '''Custom Profiles'''.&lt;br /&gt;
&lt;br /&gt;
::: [[File:Jsconfigcustomprofiles.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The page with all of the '''Custom Profile Fields''' in the site will appear.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:Customprofilefieldsdefault.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{alert|&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; During the initial installation, JomSocial adds the default custom profile fields, as shown on the image above. You are not limited to those fields. You can delete them, change them, or even add your own.|alert-info}}&lt;br /&gt;
&lt;br /&gt;
===Manipulating with Fields===&lt;br /&gt;
&lt;br /&gt;
====Available Field Types====&lt;br /&gt;
&lt;br /&gt;
* '''Textbox''' - Creates the textbox field.&lt;br /&gt;
* '''Textarea''' - Makes the textarea field.&lt;br /&gt;
* '''Select''' - Allows you to create a dropdown list of options where only one of the available options can be selected.&lt;br /&gt;
* '''Select List''' - Same as '''Select''' field but not in dropdown format. The list is expanded by default.&lt;br /&gt;
* '''Multiple Select''' - Expanded list of options where more then one value can be selected by holding the CTRL button.&lt;br /&gt;
* '''Radio Buttons''' - Creates the list of radio buttons. Only one of the available options can be selected.&lt;br /&gt;
* '''Checkbox''' - Creates a list of checkboxes.&lt;br /&gt;
* '''Country''' - Makes a dropdown of all the countries available for selection.&lt;br /&gt;
* '''Gender''' - A gender field simply allows users to select their gender.&lt;br /&gt;
* '''Email''' - Cloaked email field.&lt;br /&gt;
* '''Time''' - Time field creates the dropdowns for HH MM SS.&lt;br /&gt;
* '''Date''' - Creates the date field.&lt;br /&gt;
* '''URL''' - Allows creation of the weblink field.&lt;br /&gt;
* '''Label''' - Creates the label field.&lt;br /&gt;
* '''Birthdate''' - Allows creation of birthdate field.&lt;br /&gt;
&lt;br /&gt;
===Available Options===&lt;br /&gt;
&lt;br /&gt;
* '''Name''' - Name of the field (please, see [[Translate Elements|this page]] if you want to make fields multilingual.&lt;br /&gt;
* '''Field Code''' - An unique field code - can later be used in API.&lt;br /&gt;
* '''Type''' - Type of field.&lt;br /&gt;
* '''Published''' - Enables the individual profile field.&lt;br /&gt;
* '''Searchable''' - If enabled, the field will be searchable in the advanced search list.&lt;br /&gt;
* '''Visible''' - If enabled, field will be visible on users profile page.&lt;br /&gt;
* '''Required''' - Makes field required. Profile can not be saved or created if the field with '''Required''' tag is not properly populated.&lt;br /&gt;
* '''Registration''' - Field is available on registration page.&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Video_Linking_%26_Upload_Requirements</id>
		<title>Video Linking &amp; Upload Requirements</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Video_Linking_%26_Upload_Requirements"/>
				<updated>2013-06-20T13:49:01Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Video Upload Requirements===&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|SklUestiz2M}}&lt;br /&gt;
&lt;br /&gt;
====Video Linking====&lt;br /&gt;
&lt;br /&gt;
Linking from external websites such as YouTube, Metacafe, and Vimeo only requires cURL to be installed, which is available in most webhosting providers' cURL library.&lt;br /&gt;
&lt;br /&gt;
====Video Uploading====&lt;br /&gt;
&lt;br /&gt;
# Video upload uses FFMPEG to convert videos. Most shared webhosting providers disable this option because it consumes a lot of memory and processing power. Please contact your webhosting provider regarding the availability of FFMPEG on your server. It is advisable to have at least VPS before you consider allowing video uploads.&lt;br /&gt;
# Minimum: FFMPEG; to get it running, it also requires exec/passthru/shell_exec/system access.&lt;br /&gt;
# Optional: FLVTool2, for adding metadata to your video.&lt;br /&gt;
&lt;br /&gt;
Unlike other extensions, the path to FFMPEG and FLVTool2 need to be specified on your JomSocial Backend. Go to Site &amp;gt; Configuration and look for the &amp;quot;Videos&amp;quot; section. There you will find the fields to set both paths.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:ffmpegsettings.png]]&lt;br /&gt;
&lt;br /&gt;
One last thing that JomSocial needs to process the video is a Cronjob (scheduled task). Make sure your Cronjob is configured properly by referring to [[Setting up Cron Job|this documentation]].&lt;br /&gt;
&lt;br /&gt;
====Large Photo/video Uploading====&lt;br /&gt;
&lt;br /&gt;
When it comes to large photo/video uploads, there are a few server configurations that you can tweak to get the most out of JomSocial:&lt;br /&gt;
&lt;br /&gt;
'''php.ini'''&lt;br /&gt;
# max_execution_time = 9000; Maximum execution time of each script, in seconds.&lt;br /&gt;
# max_input_time = 9000; Maximum amount of time each script may spend parsing request data.&lt;br /&gt;
# memory_limit = 1024M; Maximum amount of memory a script may consume.&lt;br /&gt;
# post_max_size = 1024M; Maximum size of POST data that PHP will accept.&lt;br /&gt;
# upload_max_filesize = 1024M; Maximum allowed size for uploaded files.&lt;br /&gt;
&lt;br /&gt;
'''my.cnf'''&lt;br /&gt;
# wait_timeout = 120&lt;br /&gt;
# connect_timeout = 120&lt;br /&gt;
&lt;br /&gt;
'''Disable safe_mode and open_basedir'''&lt;br /&gt;
# Some hosting providers have safe_mode and openbase_dir enabled. In order for the photo/video upload to work, you have to disable them. If your webhosting provider allows you to override the Apache&amp;amp;rsquo;s configuration, you need to override the vhost configuration.&lt;br /&gt;
# php_admin_flag safe_mode off&lt;br /&gt;
# php_admin_value open_basedir none&lt;br /&gt;
&lt;br /&gt;
If your webhost allows for .htaccess override, locate your .htaccess file in the root Joomla directory and add these lines into it:&lt;br /&gt;
# php_admin_flag safe_mode off&lt;br /&gt;
# php_admin_value open_basedir none&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Setting_Up_Cron_Job</id>
		<title>Setting Up Cron Job</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Setting_Up_Cron_Job"/>
				<updated>2013-06-20T13:46:37Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert|&amp;lt;center&amp;gt;&amp;lt;strong&amp;gt;NOTE!!!&amp;lt;/strong&amp;gt; This page contains images which show settings examples for resources that are outside of our scope. If your settings are not same as the ones presented here, please contact your webhosting provider for further instructions &amp;lt;/center&amp;gt;|alert}}&lt;br /&gt;
===Overview of Cron Jobs===&lt;br /&gt;
For JomSocial to run properly, you will need to set up a Cron job to run periodically. By unloading a processing task to a scheduled job, JomSocial will be able to run faster and smoother.&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|cRddvh-R6xY}}&lt;br /&gt;
&lt;br /&gt;
The Cron job is required to:&lt;br /&gt;
# Avoid excessive processing to send out system emails during a normal page load.&lt;br /&gt;
# Archive old activity stream logs that are no longer relevant.&lt;br /&gt;
# Convert uploaded videos to standardized .swf files.&lt;br /&gt;
# Perform optional administrative jobs such as remove old, unused photo album, which doesn't have any photos&lt;br /&gt;
&lt;br /&gt;
===Built-In Cron Job Option===&lt;br /&gt;
::: [[File:cron.jpg]]&amp;lt;br /&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Use this option if you are not using JomSocial video upload feature. By enabling this, JomSocial will process Cron on every page load, with an interval of five (5) minutes in between. &lt;br /&gt;
&lt;br /&gt;
# This option will only process email-related Crons. It will not run any maintenance script, Amazon S3 transfer, or video conversion.&lt;br /&gt;
# Avoid this option if your site is heavy with concurrent users (10+ users at one time) because it may have effect on performance.&lt;br /&gt;
# Avoid this option if you enable video upload feature and rely on other Cronjob methods instead.&lt;br /&gt;
&lt;br /&gt;
===Cron on Linux Systems===&lt;br /&gt;
On most Linux systems, you can simply run the commands below. We would recommend running the Cron every thirty (30) minutes or less. On a busy site, you might want to run it every ten (10) minutes. The more frequently you run it, the less load there will be on the server.&amp;lt;br/&amp;gt;&lt;br /&gt;
* lynx -source &amp;quot;http://www.domain.com/index.php?option=com_community&amp;amp;task=cron&amp;quot; &amp;gt; /dev/null&lt;br /&gt;
Lynx is a text-based browser that is installed in most hosting environments. If you do not have Lynx installed, you can use other alternatives such as wget, shown below:&lt;br /&gt;
* wget -O /dev/null &amp;quot;http://www.domain.com/index.php?option=com_community&amp;amp;task=cron&amp;quot; &amp;gt; /dev/null&lt;br /&gt;
Don't worry, this operation actually runs very fast and has very little impact on the server, equivalent to a normal single page load.&lt;br /&gt;
&lt;br /&gt;
{{alert|&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; When setting up this command, make sure you put in your full, valid domain name; 'localhost' will not suffice.|alert-info}}&lt;br /&gt;
&lt;br /&gt;
===Setting Up Cron Job in cPanel 11===&lt;br /&gt;
To add a new CronJob in cPanel 11, login to your cPanel and click '''Cronjobs''' under the '''Advanced''' section as the screenshot below.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
::: [[File:cronjob1.jpg]]&lt;br /&gt;
&lt;br /&gt;
After clicking '''Cronjobs''', you will be directed to a page similar to the one below. In this example, click '''Standard''' to proceed.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
::: [[File:cronjob2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Enter the following command in the '''Command to run''' field on the screen shown below it:&amp;lt;br/&amp;gt;&lt;br /&gt;
* lynx -source &amp;quot;http://www.yoursite.com/index.php?option=com_community&amp;amp;task=cron&amp;quot; &amp;gt; /dev/null&lt;br /&gt;
Select '''Every Five Minutes''', '''Every Hour''', '''Every Day''', '''Every Month''', and '''Every Week Day''' so that the action above will be executed every five (5) minutes perpetually.&amp;lt;br/&amp;gt;&lt;br /&gt;
::: [[File:cronjob3.jpg]]&lt;br /&gt;
&lt;br /&gt;
{{alert|&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; In order for the emails to be sent and videos to be converted, the scheduled task ''must be'' executed correctly.|alert-info}}&lt;br /&gt;
&lt;br /&gt;
===Cron Jobs at GoDaddy===&lt;br /&gt;
GoDaddy doesn't support cronjobs from the panel. Using an online cron scheduler (look below) should solve the problem.&lt;br /&gt;
&lt;br /&gt;
===Free Online Cron Scheduler===&lt;br /&gt;
If you are still having trouble with the above options, use any free online Cronjob scheduler service available on the web.&lt;br /&gt;
Do not worry on security because what these sites do is merely accessing index.php?option=com_community&amp;amp;task=cron at certain interval, which is open to anyone.&lt;br /&gt;
&lt;br /&gt;
'''Popular services include:''' &amp;lt;br /&amp;gt;&lt;br /&gt;
* [http://www.setcronjob.com Set CronJob]&lt;br /&gt;
* [http://www.cronless.com/ Cronless]&lt;br /&gt;
* [http://www.joomlarefinery.com/extensions/jr-jcron.html Joomla Rafinery]&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Setting_up_Facebook_Connect</id>
		<title>Setting up Facebook Connect</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Setting_up_Facebook_Connect"/>
				<updated>2013-06-20T13:45:47Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert|&amp;lt;center&amp;gt;Before you begin implementing the '''Facebook Connect''' feature on your website, make sure you have read the [https://developers.facebook.com/policy/ '''Facebook Connect Policy''']&amp;lt;/center&amp;gt;|alert}}&lt;br /&gt;
===Overview===&lt;br /&gt;
Facebook Connect is a system that allows any user with a Facebook account to join your site easily with just one single click. It saves your visitor the hassle of registering to yet another site and maintaining another username and password. With this system, your site can easily verify the identity of your site visitor and log them into your site easily.&lt;br /&gt;
&lt;br /&gt;
===Video tutorial===&lt;br /&gt;
{{#ev:youtube|VxQBh6bZSzo}}&lt;br /&gt;
&lt;br /&gt;
Facebook Connect delivers a number of benefits, including:&lt;br /&gt;
&lt;br /&gt;
*'''Traffic''' - Enable over a billion Facebook users to share your content with their friends on Facebook. Let users publish a story, invite their friends, or send an event. Their friends can then click to visit your site.&lt;br /&gt;
*'''Engagement''' - Users can immediately find their friends and engage. More friends leads to more activity and more page views. Connected users create 15-60% more content than users who have not connected with Facebook Connect.&lt;br /&gt;
*'''Registration''' - Every website wants registration to be easy. We can offer access to one billion users, simple registration, and robust data. By increasing traffic, user engagement, and registrations, you can grow your revenue and increase your monetization opportunities.&lt;br /&gt;
&lt;br /&gt;
===Creating the Facebook App===&lt;br /&gt;
::: [[File:fbc1.jpg]]&lt;br /&gt;
&lt;br /&gt;
To setup Facebook connect, you will first need to create a new application in Facebook by accessing https://developers.facebook.com/apps. You are required to have a Facebook account.&lt;br /&gt;
At the top right, there should be a button called '''Create New App'''; click it.&lt;br /&gt;
Give your application a '''name'''. This name will appear as your applications and you are not restricted to use any name. You will have to read through Facebook&amp;amp;rsquo;s Terms of Service before accepting it.&lt;br /&gt;
&lt;br /&gt;
You will then be redirected to your application's '''Basic Info''' page. Please be sure to fill in every detail shown in the picture below that is marked with an asterisk (*).&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:fbc2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Do not leave the '''App Domain''' field empty. Enter the '''domain name''' as shown in the image above.&lt;br /&gt;
Please be certain that the '''Site URL''' is in the full format, i.e: http://www.mysitedomain.com. &lt;br /&gt;
Save the changes.&lt;br /&gt;
&lt;br /&gt;
===Using the Keys In JomSocial===&lt;br /&gt;
&lt;br /&gt;
Go to JomSocial Configuration &amp;gt; Facebook Connect and paste the '''App ID''' into the '''Facebook API Key''' and the '''App Secret''' into the '''Facebook Application Secret''' field.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::: [[File:fbc3.jpg]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=cornflowerblue&amp;gt;'''Congratulations!'''&amp;lt;/font&amp;gt; JomSocial Facebook Connect is now set up on your website!&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{alert|&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; It may take from a few minutes to an hour for your application to be active on all Facebook servers.|alert-info}}&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Upgrade_From_JomSocial_2.8.x_to_JomSocial_3.0.x_on_Joomla_2.5</id>
		<title>Upgrade From JomSocial 2.8.x to JomSocial 3.0.x on Joomla 2.5</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Upgrade_From_JomSocial_2.8.x_to_JomSocial_3.0.x_on_Joomla_2.5"/>
				<updated>2013-06-20T13:41:31Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert|&amp;lt;center&amp;gt;&amp;lt;strong&amp;gt;IMPORTANT!!!&amp;lt;/strong&amp;gt; This page explains how to &amp;lt;strong&amp;gt;upgrade by using the installation package.&amp;lt;/strong&amp;gt; If you want to learn how to &amp;lt;strong&amp;gt;upgrade using patch files&amp;lt;/strong&amp;gt;, please [[Updating|click here]] &amp;lt;br/&amp;gt;&lt;br /&gt;
'''Note:''' You can not upgrade from version to version using patch files. Patch files are used only for updating within the branch&amp;lt;/center&amp;gt;|alert-error}}&lt;br /&gt;
===Upgrading to JomSocial 3===&lt;br /&gt;
&lt;br /&gt;
Before doing '''''anything''''' major to your site, '''''always''''' create a full site backup (files + database). A few minutes (literarily) can potentially save you hours of headaches and a poorly- or non-functioning site until the issues have been resolved.&lt;br /&gt;
We recommend that you use this extension for maintaining backups: [https://www.akeebabackup.com Akeeba Backup]. We have prepared a short tutorial video (under 6 minutes) showing how to backup your site and restore it in case of emergency. &lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|rgCXWCiKSDg}}&lt;br /&gt;
&lt;br /&gt;
You can learn more about creating a Joomla backup by reading this [http://docs.joomla.org/Backup documentation]. If you find it too inconvenient to do a complete backup of all your files, at the very least, please have backups of:&lt;br /&gt;
* {root}/components/com_community&lt;br /&gt;
* {root}/administrator/components/com_community&lt;br /&gt;
* {root}/templates/mycurrentdirectory/html/com_community&lt;br /&gt;
* {root}/plugins/community&amp;lt;br/&amp;gt;&lt;br /&gt;
Make sure you are running at least PHP 5.3 Joomla 2.5.6 or above, the max_upload in php.ini is greater than 4MB, and most importantly Joomla! is running well, i.e. regular installation of other extensions work flawlessly. Read our [[System Requirements|system requirement]] before you proceed.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Go to Administration -&amp;gt; Help &amp;gt; System Info -&amp;gt; Directory Permission and make sure everything is &amp;lt;font color=green&amp;gt;'''Green'''&amp;lt;/font&amp;gt;.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
::: [[File:directory.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Be assured that===&lt;br /&gt;
# Upgrading JomSocial will never delete community information that is stored in the database, such as profile fields, friends, avatars, images, videos, etc. In other words, everything on your community will stay as is.&lt;br /&gt;
# It will not interfere with non-JomSocial database tables.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;WARNING&amp;lt;/font&amp;gt;===&lt;br /&gt;
* All '''''template customizations''''' which do not follow our template override instructions '''will be deleted'''.&lt;br /&gt;
* All '''''template overrides need to be updated'''''; otherwise you will have a crippled JomSocial with limited JomSocial 3 functionality. Please consult your template developer(s) for updates.&lt;br /&gt;
* All '''''modifications''''' to any file in ''/components/com_community and /administrator/components/com_community'' '''will be deleted'''.&lt;br /&gt;
* '''''Third party extensions that rely on hacking''''' JomSocial template/core code to work, will likely fail after the upgrade. You will have to redo the hacks (documenting your hacks for personal reference would always help you greatly in the future).&lt;br /&gt;
* Always consult third-party developers for updated version of the plugins that are designed to work with JomSocial.&lt;br /&gt;
&lt;br /&gt;
===Starting the Upgrade===&lt;br /&gt;
# Uninstall the older JomSocial version by going to Extensions &amp;gt; Extensions Manager, select '''Manage''', select '''JomSocial/Community''', click '''Uninstall'''. Make sure that '''all''' JomSocial related modules, plugins, extensions are uninstalled.&lt;br /&gt;
# Go back to 'Install', upload the JomSocial installation package and follow the onscreen instructions (press 'next' a lot).&lt;br /&gt;
&lt;br /&gt;
It really is ''that'' simple! ;)&lt;br /&gt;
&lt;br /&gt;
Here's a video of the upgrade process:&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|fBzNlXp6uvE}}&lt;br /&gt;
&lt;br /&gt;
===Third Party Modules and Plugins===&lt;br /&gt;
&lt;br /&gt;
Please consult the developer for an updated version, if necessary. Always good practice to check whether there are updated versions available.&lt;br /&gt;
&lt;br /&gt;
===Translations===&lt;br /&gt;
&lt;br /&gt;
With the new features and enhancements which are part of the new JomSocial releases, there will be a number of new language strings in JomSocial and perhaps changes to the already existing strings.&lt;br /&gt;
&lt;br /&gt;
The '''Frontend''' language file is stored in:&lt;br /&gt;
* /language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Backend''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Modules''' language file is stored in:&lt;br /&gt;
* /language/en-Gb&lt;br /&gt;
The '''Applications &amp;amp; Plugins''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;Known Upgrade Errors&amp;lt;/font&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
'''There was an error uploading this file to the server.'''&amp;lt;br/&amp;gt;&lt;br /&gt;
Some shared servers limit the size of uploaded files to a mere 2MB. The JomSocial component exceeds this limit so you will have to increase two (2) php.ini settings to be at least 6MB. If you are not sure on how to do this, please consult your webhosting provider for assistance.&lt;br /&gt;
# upload_max_filesize = 6M  ; Maximum allowed size for uploaded files.&lt;br /&gt;
# post_max_size = 6M ; Maximum size of POST data that PHP will accept.&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Migrate_Joomla_2.5_With_JomSocial_2.8.x_to_Joomla_3_and_JomSocial_3.0.x</id>
		<title>Migrate Joomla 2.5 With JomSocial 2.8.x to Joomla 3 and JomSocial 3.0.x</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Migrate_Joomla_2.5_With_JomSocial_2.8.x_to_Joomla_3_and_JomSocial_3.0.x"/>
				<updated>2013-06-20T13:39:28Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: /* Starting the Migration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preparation===&lt;br /&gt;
&lt;br /&gt;
Before doing '''''anything''''' major to your site, '''''always''''' create a full site backup (files + database). A few minutes (literarily) can potentially save you hours of headaches and a poorly- or non-functioning site until the issues have been resolved. Here's a short video (under 6 minutes)&lt;br /&gt;
We recommend that you use this extension for maintaining backups: [https://www.akeebabackup.com Akeeba Backup]. We have prepared a short tutorial video (under 6 minutes) showing how to backup your site and restore it in case of emergency. &lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|rgCXWCiKSDg}}&lt;br /&gt;
&lt;br /&gt;
===Be assured that===&lt;br /&gt;
# Upgrading JomSocial will never delete community information that is stored in the database, such as profile fields, friends, avatars, images, videos, etc. In other words, everything on your community will stay as is.&lt;br /&gt;
# It will not interfere with non-JomSocial database tables.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;WARNING&amp;lt;/font&amp;gt;===&lt;br /&gt;
* All '''''template customizations''''' which do not follow our template override instructions '''will be deleted'''.&lt;br /&gt;
* All '''''template overrides need to be updated'''''; otherwise you will have a crippled JomSocial with limited JomSocial 3 functionality. Please consult your template developer(s) for updates.&lt;br /&gt;
* All '''''modifications''''' to any file in ''/components/com_community and /administrator/components/com_community'' '''will be deleted'''.&lt;br /&gt;
* '''''Third party extensions that rely on hacking''''' JomSocial template/core code to work, will likely fail after the upgrade. You will have to redo the hacks (documenting your hacks for personal reference would always help you greatly in the future).&lt;br /&gt;
* Always consult third-party developers for updated version of the plugins that are designed to work with JomSocial.&lt;br /&gt;
&lt;br /&gt;
===Starting the Migration===&lt;br /&gt;
# Again, '''make sure the backup of the entire site is done'''. &lt;br /&gt;
# Navigate to:  Extensions &amp;gt; Extensions Manager, select '''Manage''' and uninstall '''everything''' that is third party and not native Joomla. That means all templates, plugins, modules, components. Of course including JomSocial.&lt;br /&gt;
# Make sure there are '''no 3rd party extensions left''' and that you indeed have a '''clean''' Joomla site.&lt;br /&gt;
# Open a new tab and go to Joomla.org site and download the update package. The latest Joomla 3 update packages can be found here [http://joomlacode.org/gf/project/joomla/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=6674 Joomla 3 Upgrade Packages]&lt;br /&gt;
# Right click on the latest Stable Update Package and '''Copy Link Address'''.&lt;br /&gt;
# Go back to the tab with your Joomla backend open. Navigate to: Extensions &amp;gt; Extension Manager: Install, in the last field '''Install from URL''' paste the copied URL and click Install.&lt;br /&gt;
# '''Wait for your site to get upgraded.''' It should reload and show you the status of the upgrade in '''Joomla 3 backend'''.&lt;br /&gt;
# '''Install JomSocial 3'''.&lt;br /&gt;
# Install the rest of extensions that you wish to have on your site.&lt;br /&gt;
&lt;br /&gt;
It really is ''that'' simple! ;)&lt;br /&gt;
&lt;br /&gt;
Here you can see a video on Migrating and Upgrading JomSocial:&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|t8m8WeMW85o}}&lt;br /&gt;
&lt;br /&gt;
===Third Party Modules and Plugins===&lt;br /&gt;
&lt;br /&gt;
Please consult the developer for an updated version, if necessary. Always good practice to check whether there are updated versions available.&lt;br /&gt;
&lt;br /&gt;
===Translations===&lt;br /&gt;
&lt;br /&gt;
With the new features and enhancements which are part of the new JomSocial releases, there will be a number of new language strings in JomSocial and perhaps changes to the already existing strings.&lt;br /&gt;
&lt;br /&gt;
The '''Frontend''' language file is stored in:&lt;br /&gt;
* /language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Backend''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Modules''' language file is stored in:&lt;br /&gt;
* /language/en-Gb&lt;br /&gt;
The '''Applications &amp;amp; Plugins''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;Known Upgrade Errors&amp;lt;/font&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
'''There was an error uploading this file to the server.'''&amp;lt;br/&amp;gt;&lt;br /&gt;
Some shared servers limit the size of uploaded files to a mere 2MB. The JomSocial component exceeds this limit so you will have to increase two (2) php.ini settings to be at least 6MB. If you are not sure on how to do this, please consult your webhosting provider for assistance.&lt;br /&gt;
# upload_max_filesize = 6M  ; Maximum allowed size for uploaded files.&lt;br /&gt;
# post_max_size = 6M ; Maximum size of POST data that PHP will accept.&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Migrate_Joomla_2.5_With_JomSocial_2.8.x_to_Joomla_3_and_JomSocial_3.0.x</id>
		<title>Migrate Joomla 2.5 With JomSocial 2.8.x to Joomla 3 and JomSocial 3.0.x</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Migrate_Joomla_2.5_With_JomSocial_2.8.x_to_Joomla_3_and_JomSocial_3.0.x"/>
				<updated>2013-06-20T13:37:28Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preparation===&lt;br /&gt;
&lt;br /&gt;
Before doing '''''anything''''' major to your site, '''''always''''' create a full site backup (files + database). A few minutes (literarily) can potentially save you hours of headaches and a poorly- or non-functioning site until the issues have been resolved. Here's a short video (under 6 minutes)&lt;br /&gt;
We recommend that you use this extension for maintaining backups: [https://www.akeebabackup.com Akeeba Backup]. We have prepared a short tutorial video (under 6 minutes) showing how to backup your site and restore it in case of emergency. &lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|rgCXWCiKSDg}}&lt;br /&gt;
&lt;br /&gt;
===Be assured that===&lt;br /&gt;
# Upgrading JomSocial will never delete community information that is stored in the database, such as profile fields, friends, avatars, images, videos, etc. In other words, everything on your community will stay as is.&lt;br /&gt;
# It will not interfere with non-JomSocial database tables.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;WARNING&amp;lt;/font&amp;gt;===&lt;br /&gt;
* All '''''template customizations''''' which do not follow our template override instructions '''will be deleted'''.&lt;br /&gt;
* All '''''template overrides need to be updated'''''; otherwise you will have a crippled JomSocial with limited JomSocial 3 functionality. Please consult your template developer(s) for updates.&lt;br /&gt;
* All '''''modifications''''' to any file in ''/components/com_community and /administrator/components/com_community'' '''will be deleted'''.&lt;br /&gt;
* '''''Third party extensions that rely on hacking''''' JomSocial template/core code to work, will likely fail after the upgrade. You will have to redo the hacks (documenting your hacks for personal reference would always help you greatly in the future).&lt;br /&gt;
* Always consult third-party developers for updated version of the plugins that are designed to work with JomSocial.&lt;br /&gt;
&lt;br /&gt;
===Starting the Migration===&lt;br /&gt;
# Again, make sure the backup of the entire site is done. &lt;br /&gt;
# Navigate to:  Extensions &amp;gt; Extensions Manager, select '''Manage''' and uninstall '''everything''' that is third party and not native Joomla. That means all templates, plugins, modules, components. Of course including JomSocial.&lt;br /&gt;
# Make sure there are no 3rd party extensions left and that you indeed have a 'clean' Joomla site.&lt;br /&gt;
# Open a new tab and go to Joomla.org site and download the update package. The latest Joomla 3 update packages can be found here [http://joomlacode.org/gf/project/joomla/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=6674 Joomla 3 Upgrade Packages]&lt;br /&gt;
# Right click on the latest Stable Update Package and 'Copy Link Address'.&lt;br /&gt;
# Go back to the tab with your Joomla backend open. Navigate to: Extensions &amp;gt; Extension Manager: Install, in the last field 'Install from URL' paste the copied URL and click Install.&lt;br /&gt;
# Wait for your site to get upgraded. It should reload and show you the status of the upgrade in Joomla 3 backend.&lt;br /&gt;
# Install JomSocial.&lt;br /&gt;
# Install the rest of extensions that you wish to have on your site.&lt;br /&gt;
&lt;br /&gt;
It really is ''that'' simple! ;)&lt;br /&gt;
&lt;br /&gt;
Here you can see a video on Migrating and Upgrading JomSocial:&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|t8m8WeMW85o}}&lt;br /&gt;
&lt;br /&gt;
===Third Party Modules and Plugins===&lt;br /&gt;
&lt;br /&gt;
Please consult the developer for an updated version, if necessary. Always good practice to check whether there are updated versions available.&lt;br /&gt;
&lt;br /&gt;
===Translations===&lt;br /&gt;
&lt;br /&gt;
With the new features and enhancements which are part of the new JomSocial releases, there will be a number of new language strings in JomSocial and perhaps changes to the already existing strings.&lt;br /&gt;
&lt;br /&gt;
The '''Frontend''' language file is stored in:&lt;br /&gt;
* /language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Backend''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Modules''' language file is stored in:&lt;br /&gt;
* /language/en-Gb&lt;br /&gt;
The '''Applications &amp;amp; Plugins''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;Known Upgrade Errors&amp;lt;/font&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
'''There was an error uploading this file to the server.'''&amp;lt;br/&amp;gt;&lt;br /&gt;
Some shared servers limit the size of uploaded files to a mere 2MB. The JomSocial component exceeds this limit so you will have to increase two (2) php.ini settings to be at least 6MB. If you are not sure on how to do this, please consult your webhosting provider for assistance.&lt;br /&gt;
# upload_max_filesize = 6M  ; Maximum allowed size for uploaded files.&lt;br /&gt;
# post_max_size = 6M ; Maximum size of POST data that PHP will accept.&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Upgrade_From_JomSocial_2.8.x_to_JomSocial_3.0.x_on_Joomla_2.5</id>
		<title>Upgrade From JomSocial 2.8.x to JomSocial 3.0.x on Joomla 2.5</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Upgrade_From_JomSocial_2.8.x_to_JomSocial_3.0.x_on_Joomla_2.5"/>
				<updated>2013-06-19T16:36:45Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert|&amp;lt;center&amp;gt;&amp;lt;strong&amp;gt;IMPORTANT!!!&amp;lt;/strong&amp;gt; This page explains how to &amp;lt;strong&amp;gt;upgrade by using the installation package.&amp;lt;/strong&amp;gt; If you want to learn how to &amp;lt;strong&amp;gt;upgrade using patch files&amp;lt;/strong&amp;gt;, please [[Updating|click here]] &amp;lt;/center&amp;gt;|alert-error}}&lt;br /&gt;
===Upgrading to JomSocial 3===&lt;br /&gt;
&lt;br /&gt;
Before doing '''''anything''''' major to your site, '''''always''''' create a full site backup (files + database). A few minutes (literarily) can potentially save you hours of headaches and a poorly- or non-functioning site until the issues have been resolved.&lt;br /&gt;
We recommend that you use this extension for maintaining backups: [https://www.akeebabackup.com Akeeba Backup]. We have prepared a short tutorial video (under 6 minutes) showing how to backup your site and restore it in case of emergency. &lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|rgCXWCiKSDg}}&lt;br /&gt;
&lt;br /&gt;
You can learn more about creating a Joomla backup by reading this [http://docs.joomla.org/Backup documentation]. If you find it too inconvenient to do a complete backup of all your files, at the very least, please have backups of:&lt;br /&gt;
* {root}/components/com_community&lt;br /&gt;
* {root}/administrator/components/com_community&lt;br /&gt;
* {root}/templates/mycurrentdirectory/html/com_community&lt;br /&gt;
* {root}/plugins/community&amp;lt;br/&amp;gt;&lt;br /&gt;
Make sure you are running at least PHP 5.3 Joomla 2.5.6 or above, the max_upload in php.ini is greater than 4MB, and most importantly Joomla! is running well, i.e. regular installation of other extensions work flawlessly. Read our [[System Requirements|system requirement]] before you proceed.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Go to Administration -&amp;gt; Help &amp;gt; System Info -&amp;gt; Directory Permission and make sure everything is &amp;lt;font color=green&amp;gt;'''Green'''&amp;lt;/font&amp;gt;.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
::: [[File:directory.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Be assured that===&lt;br /&gt;
# Upgrading JomSocial will never delete community information that is stored in the database, such as profile fields, friends, avatars, images, videos, etc. In other words, everything on your community will stay as is.&lt;br /&gt;
# It will not interfere with non-JomSocial database tables.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;WARNING&amp;lt;/font&amp;gt;===&lt;br /&gt;
* All '''''template customizations''''' which do not follow our template override instructions '''will be deleted'''.&lt;br /&gt;
* All '''''template overrides need to be updated'''''; otherwise you will have a crippled JomSocial with limited JomSocial 3 functionality. Please consult your template developer(s) for updates.&lt;br /&gt;
* All '''''modifications''''' to any file in ''/components/com_community and /administrator/components/com_community'' '''will be deleted'''.&lt;br /&gt;
* '''''Third party extensions that rely on hacking''''' JomSocial template/core code to work, will likely fail after the upgrade. You will have to redo the hacks (documenting your hacks for personal reference would always help you greatly in the future).&lt;br /&gt;
* Always consult third-party developers for updated version of the plugins that are designed to work with JomSocial.&lt;br /&gt;
&lt;br /&gt;
===Starting the Upgrade===&lt;br /&gt;
# Uninstall the older JomSocial version by going to Extensions &amp;gt; Extensions Manager, select '''Manage''', select '''JomSocial/Community''', click '''Uninstall'''. Make sure that '''all''' JomSocial related modules, plugins, extensions are uninstalled.&lt;br /&gt;
# Go back to 'Install', upload the JomSocial installation package and follow the onscreen instructions (press 'next' a lot).&lt;br /&gt;
&lt;br /&gt;
It really is ''that'' simple! ;)&lt;br /&gt;
&lt;br /&gt;
===Third Party Modules and Plugins===&lt;br /&gt;
&lt;br /&gt;
Please consult the developer for an updated version, if necessary. Always good practice to check whether there are updated versions available.&lt;br /&gt;
&lt;br /&gt;
===Translations===&lt;br /&gt;
&lt;br /&gt;
With the new features and enhancements which are part of the new JomSocial releases, there will be a number of new language strings in JomSocial and perhaps changes to the already existing strings.&lt;br /&gt;
&lt;br /&gt;
The '''Frontend''' language file is stored in:&lt;br /&gt;
* /language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Backend''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Modules''' language file is stored in:&lt;br /&gt;
* /language/en-Gb&lt;br /&gt;
The '''Applications &amp;amp; Plugins''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;Known Upgrade Errors&amp;lt;/font&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
'''There was an error uploading this file to the server.'''&amp;lt;br/&amp;gt;&lt;br /&gt;
Some shared servers limit the size of uploaded files to a mere 2MB. The JomSocial component exceeds this limit so you will have to increase two (2) php.ini settings to be at least 4MB. If you are not sure on how to do this, please consult your webhosting provider for assistance.&lt;br /&gt;
# upload_max_filesize = 4M  ; Maximum allowed size for uploaded files.&lt;br /&gt;
# post_max_size = 4M ; Maximum size of POST data that PHP will accept.&lt;br /&gt;
&lt;br /&gt;
'''ERROR: Could not find an XML setup file in the package.''' &amp;lt;br/&amp;gt;&lt;br /&gt;
Make sure you have unpacked com_community_pro_unzip_first_(''VERSION'').zip before installing the package. You will see four files:&amp;lt;br/&amp;gt;&lt;br /&gt;
# apps_unzip_first_version.zip&lt;br /&gt;
# '''com_community_pro_version.zip (Use this file to install JomSocial)'''&lt;br /&gt;
# modules_unzip_first_version.zip&lt;br /&gt;
# ReadMe.txt&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	<entry>
		<id>http://documentation.jomsocial.com/wiki/Upgrade_From_JomSocial_2.8.x_to_JomSocial_3.0.x_on_Joomla_2.5</id>
		<title>Upgrade From JomSocial 2.8.x to JomSocial 3.0.x on Joomla 2.5</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/wiki/Upgrade_From_JomSocial_2.8.x_to_JomSocial_3.0.x_on_Joomla_2.5"/>
				<updated>2013-06-19T16:33:33Z</updated>
		
		<summary type="html">&lt;p&gt;Eric Tracz: Created page with &amp;quot;{{alert|&amp;lt;center&amp;gt;&amp;lt;strong&amp;gt;IMPORTANT!!!&amp;lt;/strong&amp;gt; This page explains how to &amp;lt;strong&amp;gt;upgrade by using the installation package.&amp;lt;/strong&amp;gt; If you want to learn how to &amp;lt;strong&amp;gt;upgrade...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{alert|&amp;lt;center&amp;gt;&amp;lt;strong&amp;gt;IMPORTANT!!!&amp;lt;/strong&amp;gt; This page explains how to &amp;lt;strong&amp;gt;upgrade by using the installation package.&amp;lt;/strong&amp;gt; If you want to learn how to &amp;lt;strong&amp;gt;upgrade using patch files&amp;lt;/strong&amp;gt;, please [[Updating|click here]] &amp;lt;/center&amp;gt;|alert-error}}&lt;br /&gt;
===Upgrading to JomSocial 2.8.x===&lt;br /&gt;
&lt;br /&gt;
Before doing '''''anything''''' major to your site, '''''always''''' create a full site backup (files + database). A few minutes (literarily) can potentially save you hours of headaches and a poorly- or non-functioning site until the issues have been resolved.&lt;br /&gt;
We recommend that you use this extension for maintaining backups: [https://www.akeebabackup.com Akeeba Backup]. We have prepared a short tutorial video (under 6 minutes) showing how to backup your site and restore it in case of emergency. &lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|rgCXWCiKSDg}}&lt;br /&gt;
&lt;br /&gt;
You can learn more about creating a Joomla backup by reading this [http://docs.joomla.org/Backup documentation]. If you find it too inconvenient to do a complete backup of all your files, at the very least, please have backups of:&lt;br /&gt;
* {root}/components/com_community&lt;br /&gt;
* {root}/administrator/components/com_community&lt;br /&gt;
* {root}/templates/mycurrentdirectory/html/com_community&lt;br /&gt;
* {root}/plugins/community&amp;lt;br/&amp;gt;&lt;br /&gt;
Make sure you are running at least PHP 5.3 Joomla 2.5.6 or above, the max_upload in php.ini is greater than 4MB, and most importantly Joomla! is running well, i.e. regular installation of other extensions work flawlessly. Read our [[System Requirements|system requirement]] before you proceed.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Go to Administration -&amp;gt; Help &amp;gt; System Info -&amp;gt; Directory Permission and make sure everything is &amp;lt;font color=green&amp;gt;'''Green'''&amp;lt;/font&amp;gt;.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
::: [[File:directory.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Be assured that===&lt;br /&gt;
# Upgrading JomSocial will never delete community information that is stored in the database, such as profile fields, friends, avatars, images, videos, etc. In other words, everything on your community will stay as is.&lt;br /&gt;
# It will not interfere with non-JomSocial database tables.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;WARNING&amp;lt;/font&amp;gt;===&lt;br /&gt;
* All '''''template customizations''''' which do not follow our template override instructions '''will be deleted'''.&lt;br /&gt;
* All '''''template overrides need to be updated'''''; otherwise you will have a crippled JomSocial with limited JomSocial 2.8 functionality. Please consult your template developer(s) for updates.&lt;br /&gt;
* All '''''modifications''''' to any file in ''/components/com_community and /administrator/components/com_community'' '''will be deleted'''.&lt;br /&gt;
* '''''Third party extensions that rely on hacking''''' JomSocial template/core code to work, will likely fail after the upgrade. You will have to redo the hacks (documenting your hacks for personal reference would always help you greatly in the future).&lt;br /&gt;
* Always consult third-party developers for updated version of the plugins that are designed to work with JomSocial.&lt;br /&gt;
&lt;br /&gt;
===Starting the Upgrade===&lt;br /&gt;
# Uninstall the older JomSocial version by going to Extensions &amp;gt; Extensions Manager, select '''Manage''', select '''JomSocial/Community''', click '''Uninstall'''. Make sure that '''all''' JomSocial related modules, plugins, extensions are uninstalled.&lt;br /&gt;
# Go back to 'Install', upload the JomSocial installation package and follow the onscreen instructions (press 'next' a lot).&lt;br /&gt;
&lt;br /&gt;
It really is ''that'' simple! ;)&lt;br /&gt;
&lt;br /&gt;
===Third Party Modules and Plugins===&lt;br /&gt;
&lt;br /&gt;
Please consult the developer for an updated version, if necessary. Always good practice to check whether there are updated versions available.&lt;br /&gt;
&lt;br /&gt;
===Translations===&lt;br /&gt;
&lt;br /&gt;
With the new features and enhancements which are part of the new JomSocial releases, there will be a number of new language strings in JomSocial and perhaps changes to the already existing strings.&lt;br /&gt;
&lt;br /&gt;
The '''Frontend''' language file is stored in:&lt;br /&gt;
* /language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Backend''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb/en-Gb.com_community.ini&lt;br /&gt;
The '''Modules''' language file is stored in:&lt;br /&gt;
* /language/en-Gb&lt;br /&gt;
The '''Applications &amp;amp; Plugins''' language file is stored in:&lt;br /&gt;
* /administrator/language/en-Gb&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=red&amp;gt;Known Upgrade Errors&amp;lt;/font&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
'''There was an error uploading this file to the server.'''&amp;lt;br/&amp;gt;&lt;br /&gt;
Some shared servers limit the size of uploaded files to a mere 2MB. The JomSocial component exceeds this limit so you will have to increase two (2) php.ini settings to be at least 4MB. If you are not sure on how to do this, please consult your webhosting provider for assistance.&lt;br /&gt;
# upload_max_filesize = 4M  ; Maximum allowed size for uploaded files.&lt;br /&gt;
# post_max_size = 4M ; Maximum size of POST data that PHP will accept.&lt;br /&gt;
&lt;br /&gt;
'''ERROR: Could not find an XML setup file in the package.''' &amp;lt;br/&amp;gt;&lt;br /&gt;
Make sure you have unpacked com_community_pro_unzip_first_(''VERSION'').zip before installing the package. You will see four files:&amp;lt;br/&amp;gt;&lt;br /&gt;
# apps_unzip_first_version.zip&lt;br /&gt;
# '''com_community_pro_version.zip (Use this file to install JomSocial)'''&lt;br /&gt;
# modules_unzip_first_version.zip&lt;br /&gt;
# ReadMe.txt&lt;/div&gt;</summary>
		<author><name>Eric Tracz</name></author>	</entry>

	</feed>