Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
systems:joomla:audina_website_v3 [2013/02/27 15:09]
smayr [Workshops and Conventions]
systems:joomla:audina_website_v3 [2013/02/27 15:25] (current)
smayr [User Registration (Component)]
Line 234: Line 234:
      * For calendar 'Events', click on 'Admin Data' to edit calendar and to add/delete events.      * For calendar 'Events', click on 'Admin Data' to edit calendar and to add/delete events.
 == User Registration (Component) == == User Registration (Component) ==
-  * Edit file ''//site///components/com_user/views/register/default.php'' to include this at the top:<code php>+  * Edit file ''<//joomla_root>///components/com_user/views/register/default.php'' to include this at the top:<code php>
 <?php // no direct access <?php // no direct access
 defined('_JEXEC') or die('Restricted access'); defined('_JEXEC') or die('Restricted access');
Line 248: Line 248:
 . . . . . .
 </code> </code>
 +
 +== ChronoContact (Component) ==
 +  * Look for revised ''if'' statement on this plugin called ''$wayneFix'' that cuts off the e-mail from being sent.  See file ''<//joomla_root//>/components/com_chronocontact/plugins/cf_joomla_registration.php''.
 = Backup Files = = Backup Files =
   * A copy of the webserver files can be found in ''/data/backup/www''   * A copy of the webserver files can be found in ''/data/backup/www''