CINXE.COM
Joomla! - Index page
<!DOCTYPE html> <html dir="ltr" lang="en-gb"> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://forum.joomla.org/","20170711100448","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1499767488"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Joomla! - Index page</title> <link rel="alternate" type="application/atom+xml" title="Feed - Joomla!" href="https://web.archive.org/web/20170711100448/https://forum.joomla.org/feed.php"> <script> WebFontConfig = { google: { families: ['Open+Sans:600:cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic'] } }; (function(d) { var wf = d.createElement('script'), s = d.scripts[0]; wf.src = 'https://web.archive.org/web/20170711100448/https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js'; wf.async = true; s.parentNode.insertBefore(wf, s); })(document); </script> <script src="https://web.archive.org/web/20170711100448js_/https://www.joomla.org/media/jui/js/jquery.min.js" type="text/javascript"></script> <script src="https://web.archive.org/web/20170711100448js_/https://www.joomla.org/media/jui/js/jquery-noconflict.js" type="text/javascript"></script> <script src="https://web.archive.org/web/20170711100448js_/https://www.joomla.org/media/jui/js/bootstrap.min.js" type="text/javascript"></script> <link href="/web/20170711100448cs_/https://forum.joomla.org/styles/joomla/theme/stylesheet.css?assets_version=102.361" rel="stylesheet"> <link href="/web/20170711100448cs_/https://forum.joomla.org/styles/joomla/theme/en/stylesheet.css?assets_version=102" rel="stylesheet"> <link href="/web/20170711100448cs_/https://forum.joomla.org/styles/joomla/theme/responsive.css?assets_version=102" rel="stylesheet" media="all and (max-width: 700px)"> <!--[if lte IE 9]> <link href="./styles/joomla/theme/tweaks.css?assets_version=102" rel="stylesheet"> <![endif]--> <script type="text/javascript"> function ctSetCookie(c_name, value) { document.cookie = c_name + "=" + escape(value) + "; path=/"; } ctSetCookie("ct_ps_timestamp", Math.floor(new Date().getTime()/1000)); ctSetCookie("ct_fkp_timestamp", "0"); ctSetCookie("ct_pointer_data", "0"); ctSetCookie("ct_timezone", "0"); setTimeout(function(){ ctSetCookie("ct_checkjs", "b7064befd33d2a191dedd20e057c6db0"); ctSetCookie("ct_timezone", new Date().getTimezoneOffset()/60); },1000); //Stop observing function function ctMouseStopData(){ if(typeof window.addEventListener == "function") window.removeEventListener("mousemove", ctFunctionMouseMove); else window.detachEvent("onmousemove", ctFunctionMouseMove); clearInterval(ctMouseReadInterval); clearInterval(ctMouseWriteDataInterval); } //Stop key listening function function ctKeyStopStopListening(){ if(typeof window.addEventListener == "function"){ window.removeEventListener("mousedown", ctFunctionFirstKey); window.removeEventListener("keydown", ctFunctionFirstKey); }else{ window.detachEvent("mousedown", ctFunctionFirstKey); window.detachEvent("keydown", ctFunctionFirstKey); } } var d = new Date(), ctTimeMs = new Date().getTime(), ctMouseEventTimerFlag = true, //Reading interval flag ctMouseData = "[", ctMouseDataCounter = 0; //Reading interval var ctMouseReadInterval = setInterval(function(){ ctMouseEventTimerFlag = true; }, 300); //Writting interval var ctMouseWriteDataInterval = setInterval(function(){ var ctMouseDataToSend = ctMouseData.slice(0,-1).concat("]"); ctSetCookie("ct_pointer_data", ctMouseDataToSend); }, 3000); //Logging mouse position each 300 ms var ctFunctionMouseMove = function output(event){ if(ctMouseEventTimerFlag == true){ var mouseDate = new Date(); ctMouseData += "[" + event.pageY + "," + event.pageX + "," + (mouseDate.getTime() - ctTimeMs) + "],"; ctMouseDataCounter++; ctMouseEventTimerFlag = false; if(ctMouseDataCounter >= 100) ctMouseStopData(); } } //Writing first key press timestamp var ctFunctionFirstKey = function output(event){ var KeyTimestamp = Math.floor(new Date().getTime()/1000); ctSetCookie("ct_fkp_timestamp", KeyTimestamp); ctKeyStopStopListening(); } if(typeof window.addEventListener == "function"){ window.addEventListener("mousemove", ctFunctionMouseMove); window.addEventListener("mousedown", ctFunctionFirstKey); window.addEventListener("keydown", ctFunctionFirstKey); }else{ window.attachEvent("onmousemove", ctFunctionMouseMove); window.attachEvent("mousedown", ctFunctionFirstKey); window.attachEvent("keydown", ctFunctionFirstKey); } </script> <link href="https://web.archive.org/web/20170711100448cs_/https://cdn.joomla.org/template/css/v3_template.min.css?v1.3.3" rel="stylesheet"> <script> jQuery(document).ready(function ($) { var navTop, isFixed = false; processScrollInit(); processScroll(); function processScrollInit() { if ($('.subnav-wrapper').length) { navTop = $('.subnav-wrapper').length && $('.subnav-wrapper').offset().top - 30; // Fix the container top $('.body .container-main').css('top', $('.subnav-wrapper').height() + $('#mega-menu').height()); // Only apply the scrollspy when the toolbar is not collapsed if (document.body.clientWidth > 480) { $('.subnav-wrapper').height($('.subnav').outerHeight()); $('.subnav').affix({ offset: {top: $('.subnav').offset().top - $('#mega-menu').height()} }); } } } function processScroll() { if ($('.subnav-wrapper').length) { var scrollTop = $(window).scrollTop(); if (scrollTop >= navTop && !isFixed) { isFixed = true; $('.subnav-wrapper').addClass('subhead-fixed'); // Fix the container top $('.body .container-main').css('top', $('.subnav-wrapper').height() + $('#mega-menu').height()); } else if (scrollTop <= navTop && isFixed) { isFixed = false; $('.subnav-wrapper').removeClass('subhead-fixed'); } } } }); </script> <script> var _prum = [['id', '59300ad15992c776ad970068'], ['mark', 'firstbyte', (new Date()).getTime()]]; (function() { var s = document.getElementsByTagName('script')[0] , p = document.createElement('script'); p.async = 'async'; p.src = '//web.archive.org/web/20170711100448/https://rum-static.pingdom.net/prum.min.js'; s.parentNode.insertBefore(p, s); })(); </script> <script> dataLayer = [{ 'forumID': '0', 'topicID': '0' }]; </script> </head> <body id="phpbb" class="nojs notouch section-index ltr "> <!-- Google Tag Manager --> <noscript><iframe src="//web.archive.org/web/20170711100448if_/https://www.googletagmanager.com/ns.html?id=GTM-TWSN2R" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//web.archive.org/web/20170711100448/https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TWSN2R');</script> <!-- End Google Tag Manager --> <a name="top"></a> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <div class="nav-collapse collapse"> <ul id="nav-joomla" class="nav"> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <span dir="ltr"><span aria-hidden="true" class="icon-joomla"></span> Joomla!<sup>®</sup></span> <span class="caret"></span> </a> <ul class="dropdown-menu"> <li> <a href="https://web.archive.org/web/20170711100448/https://www.joomla.org/"> <span aria-hidden="true" class="icon-joomla"></span> <span dir="ltr">Joomla!</span> Home </a> </li> <li class="divider"><span></span></li> <li class="nav-header"><span>Support <span dir="ltr">Joomla!</span></span></li> <li><a href="https://web.archive.org/web/20170711100448/https://www.joomla.org/contribute-to-joomla.html">Contribute</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://community.joomla.org/the-joomla-shop.html">The <span dir="ltr">Joomla!</span> Shop</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://www.joomla.org/sponsorship">Sponsorship</a></li> <li class="divider"><span></span></li> <li class="nav-header"><span>Try <span dir="ltr">Joomla!</span></span></li> <li><a href="https://web.archive.org/web/20170711100448/https://demo.joomla.org/">Demo</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://www.joomla.com/">Free Hosted Website</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">About <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://web.archive.org/web/20170711100448/https://www.joomla.org/about-joomla.html">About <span dir="ltr">Joomla!</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://www.joomla.org/core-features.html">Core Features</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://www.joomla.org/about-joomla/the-project.html">The Project</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://www.joomla.org/about-joomla/the-project/leadership-team.html">Leadership</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://opensourcematters.org/">Open Source Matters</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Download & Extend <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://web.archive.org/web/20170711100448/https://downloads.joomla.org/">Joomla! Downloads</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://extensions.joomla.org/">Extensions Directory</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://community.joomla.org/translations.html">Language Packages</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://showcase.joomla.org/">Showcase Directory</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://certification.joomla.org/">Certification Program</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">News <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://web.archive.org/web/20170711100448/https://www.joomla.org/announcements.html">Announcements</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://community.joomla.org/blogs.html">Blogs</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://magazine.joomla.org/">Magazine</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://community.joomla.org/connect.html"><span dir="ltr">Joomla!</span> Connect</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://www.joomla.org/mailing-lists.html">Mailing Lists</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://web.archive.org/web/20170711100448/https://community.joomla.org/">Community Portal</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://community.joomla.org/events.html"><span dir="ltr">Joomla!</span> Events</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://tm.joomla.org/">Trademark & Licensing</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://community.joomla.org/user-groups.html">User Groups</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://showcase.joomla.org/">Showcase Directory</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://volunteers.joomla.org/">Volunteers Portal</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Support <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://web.archive.org/web/20170711100448/https://forum.joomla.org/">Forum</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://docs.joomla.org/">Documentation</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://issues.joomla.org/">Issue Tracker</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://resources.joomla.org/">Resources Directory</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://community.joomla.org/joomla-training.html"><span dir="ltr">Joomla!</span> Training</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Developers <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://web.archive.org/web/20170711100448/https://developer.joomla.org/">Developer Network</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://docs.joomla.org/">Documentation</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://docs.joomla.org/Bug_Squad">Bug Squad</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://developer.joomla.org/security.html">Security Centre</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://api.joomla.org/">API Documentation</a></li> <li><a href="https://web.archive.org/web/20170711100448/http://joomlacode.org/">JoomlaCode</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://framework.joomla.org/"><span dir="ltr">Joomla!</span> Framework</a></li> </ul> </li> </ul> <div id="nav-search" class="navbar-search pull-right"> <form action="/web/20170711100448/https://forum.joomla.org/results.php" id="searchbox_007628682600509520926:higrppcfurc"><div class="search-box-area"><input type="hidden" name="cx" value="007628682600509520926:higrppcfurc"/><input type="hidden" name="cof" value="FORID:9"/><input type="text" class="text inputbox" name="q" size="25"/></div></form><script type="text/javascript" src="https://web.archive.org/web/20170711100448js_/https://www.google.com/coop/cse/brand?form=searchbox_007628682600509520926%3Ahigrppcfurc&lang=en"></script> </div> </div> </div> </div> </nav> <header class="header"> <div class="container"> <div class="row-fluid"> <div class="span7"> <h1 class="page-title"> The Joomla! Forum™ </h1> </div> <div class="span5"> <div class="btn-toolbar pull-right"> <div class="btn-group"> <a href="https://web.archive.org/web/20170711100448/https://downloads.joomla.org/" class="btn btn-large btn-warning">Download</a> </div> <div class="btn-group"> <a href="https://web.archive.org/web/20170711100448/https://demo.joomla.org/" class="btn btn-large btn-primary">Demo</a> </div> </div> </div> </div> </div> </header> <div class="clear"></div> <div class="subnav-wrapper"> <div class="subnav"> <div class="container"> <ul class="nav menu nav-pills"> <li><a href="https://web.archive.org/web/20170711100448/http://forum.joomla.org/">Home</a></li> <li><a href="./ucp.php?mode=register&sid=5e7590a55f392701443f66095caeae8b">Register</a></li> <li><a href="/web/20170711100448/https://forum.joomla.org/viewtopic.php?f=8&t=65">Forum rules</a></li> <li><a href="./faq.php?sid=5e7590a55f392701443f66095caeae8b">FAQ</a></li> <li><a href="./memberlist.php?mode=team&sid=5e7590a55f392701443f66095caeae8b">The team</a></li> <li><a href="./ucp.php?mode=login&sid=5e7590a55f392701443f66095caeae8b">Login</a></li> </ul> </div> </div> </div> <div id="outerwrap"><div id="wrap"> <a id="top" class="anchor" accesskey="t"></a> <div id="page-header"> <div class="navbar" role="navigation"> <div class="inner"> <ul id="nav-main" class="linklist bulletin" role="menubar" style=""> <li id="quick-links" class="small-icon responsive-menu dropdown-container hidden" data-skip-responsive="true"> <a href="#" class="responsive-menu-link dropdown-trigger">Quick links</a> <div class="dropdown hidden"> <div class="pointer"><div class="pointer-inner"></div></div> <ul class="dropdown-contents" role="menu"> <li class="separator"></li> <li class="small-icon icon-team"><a href="./memberlist.php?mode=team&sid=5e7590a55f392701443f66095caeae8b" role="menuitem">The team</a></li> <li class="separator"></li> </ul> </div> </li> <li class="small-icon icon-faq" style="display:none;" data-skip-responsive="true"><a href="./faq.php?sid=5e7590a55f392701443f66095caeae8b" rel="help" title="Frequently Asked Questions" role="menuitem">FAQ</a></li> <li class="small-icon icon-logout rightside" data-skip-responsive="true"><a href="./ucp.php?mode=login&sid=5e7590a55f392701443f66095caeae8b" title="Login" accesskey="x" role="menuitem">Login</a></li> <li class="small-icon icon-register rightside" data-skip-responsive="true"><a href="./ucp.php?mode=register&sid=5e7590a55f392701443f66095caeae8b" role="menuitem">Register</a></li> </ul> <ul id="nav-breadcrumbs" class="linklist navlinks" role="menubar"> <li class="small-icon icon-home breadcrumbs"> <span class="crumb" itemtype="http://data-vocabulary.org/Breadcrumb" itemscope=""><a href="./index.php?sid=5e7590a55f392701443f66095caeae8b" accesskey="h" data-navbar-reference="index" itemprop="url"><span itemprop="title">Board index</span></a></span> </li> </ul> </div> </div> </div> <a id="start_here" class="anchor"></a> <div id="page-body" role="main"> <div style="text-align:center;"> <ins data-revive-zoneid="66" data-revive-id="4bacaeba2f8655edc9ca810c946aab5a"></ins> </div> <p class="right responsive-center time">It is currently Tue Jul 11, 2017 10:04 am</p> <div class="forabg"> <div class="inner"> <ul class="topiclist"> <li class="header"> <dl class="icon"> <dt><div class="list-inner"><a href="./viewforum.php?f=504&sid=5e7590a55f392701443f66095caeae8b">Joomla! Announcements</a></div></dt> <dd class="topics">Topics</dd> <dd class="posts">Posts</dd> <dd class="lastpost"><span>Last post</span></dd> </dl> </li> </ul> <ul class="topiclist forums"> <li class="row"> <dl class="icon forum_read_subforum"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Announcements" href="https://forum.joomla.org/feed.php?f=8"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Announcements" /></a> --> <a href="./viewforum.php?f=8&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Announcements</a> <br/>Announcements from the Joomla! Project for the attention of all Users. We encourage all Joomla! users to subscribe to this forum or check it regularly. <br/><strong><span style="color: red">Joomla! Security Updates</strong></span>: <!-- m --><a class="postlink" href="https://web.archive.org/web/20170711100448/http://feeds.joomla.org/JoomlaSecurityNews">http://feeds.joomla.org/JoomlaSecurityNews</a><!-- m --> | <strong><span style="color: red">Joomla! Vulnerable Extensions</strong></span>: <!-- m --><a class="postlink" href="https://web.archive.org/web/20170711100448/http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions">http://feeds.joomla.org/JoomlaSecurityV ... Extensions</a><!-- m --> <br/><strong>Subforum:</strong> <a href="./viewforum.php?f=9&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Announcements Discussions</a> <div class="responsive-show" style="display: none;"> Topics: <strong>456</strong> </div> </div> </dt> <dd class="topics">456 <dfn>Topics</dfn></dd> <dd class="posts">11126 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=9&p=3483109&sid=5e7590a55f392701443f66095caeae8b#p3483109" title="Re: Discuss Joomla! 3.7.3" class="lastsubject">Re: Discuss Joomla! 3.7.3</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=381600&sid=5e7590a55f392701443f66095caeae8b" class="username">ribo</a> <a href="./viewtopic.php?f=9&p=3483109&sid=5e7590a55f392701443f66095caeae8b#p3483109"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Mon Jul 10, 2017 10:48 am</span> </dd> </dl> </li> </ul> </div> </div> <div class="forabg"> <div class="inner"> <ul class="topiclist"> <li class="header"> <dl class="icon"> <dt><div class="list-inner"><a href="./viewforum.php?f=705&sid=5e7590a55f392701443f66095caeae8b">Joomla! 3.x - Ask Support Questions Here</a></div></dt> <dd class="topics">Topics</dd> <dd class="posts">Posts</dd> <dd class="lastpost"><span>Last post</span></dd> </dl> </li> </ul> <ul class="topiclist forums"> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - General Questions/New to Joomla! 3.x" href="https://forum.joomla.org/feed.php?f=706"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - General Questions/New to Joomla! 3.x" /></a> --> <a href="./viewforum.php?f=706&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">General Questions/New to Joomla! 3.x</a> <br/>General questions relating to Joomla! 3.x. Please consider the availability of third-party templates and extensions when deciding which Joomla version to use. <br/><strong>Moderator:</strong> <a style="color:#660000;" href="./memberlist.php?mode=group&g=41&sid=5e7590a55f392701443f66095caeae8b">General Support Moderators</a> <div class="responsive-show" style="display: none;"> Topics: <strong>23510</strong> </div> </div> </dt> <dd class="topics">23510 <dfn>Topics</dfn></dd> <dd class="posts">96259 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=706&p=3483335&sid=5e7590a55f392701443f66095caeae8b#p3483335" title="Re: Changing Order of Appearance for System Log" class="lastsubject">Re: Changing Order of Appeara…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=449950&sid=5e7590a55f392701443f66095caeae8b" class="username">Jeymar42</a> <a href="./viewtopic.php?f=706&p=3483335&sid=5e7590a55f392701443f66095caeae8b#p3483335"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jul 11, 2017 9:53 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read_subforum"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Installation Joomla! 3.x" href="https://forum.joomla.org/feed.php?f=707"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Installation Joomla! 3.x" /></a> --> <a href="./viewforum.php?f=707&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Installation Joomla! 3.x</a> <br/>Need help installing Joomla! 3.x? For all Joomla! 3.x installation issues please use this forum. Note: Users creating new sites can use either version 2.5 or 3.x. Please consider the availability of third-party templates and extensions when deciding which Joomla version to use. <br/><strong>Moderator:</strong> <a style="color:#660000;" href="./memberlist.php?mode=group&g=41&sid=5e7590a55f392701443f66095caeae8b">General Support Moderators</a> <br/><strong>Subforum:</strong> <a href="./viewforum.php?f=717&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Joomla! 3.x on IIS webserver</a> <div class="responsive-show" style="display: none;"> Topics: <strong>2559</strong> </div> </div> </dt> <dd class="topics">2559 <dfn>Topics</dfn></dd> <dd class="posts">13674 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=707&p=3483322&sid=5e7590a55f392701443f66095caeae8b#p3483322" title="Re: Install Joomla 3.7.3:Create Database in CPanel" class="lastsubject">Re: Install Joomla 3.7.3:Crea…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=818944&sid=5e7590a55f392701443f66095caeae8b" class="username">melismoham</a> <a href="./viewtopic.php?f=707&p=3483322&sid=5e7590a55f392701443f66095caeae8b#p3483322"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jul 11, 2017 9:09 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read_subforum"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Administration Joomla! 3.x" href="https://forum.joomla.org/feed.php?f=708"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Administration Joomla! 3.x" /></a> --> <a href="./viewforum.php?f=708&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Administration Joomla! 3.x</a> <br/>Need help with the Administration of your Joomla! 3.x site? This is the spot for you. <br/><strong>Moderator:</strong> <a style="color:#660000;" href="./memberlist.php?mode=group&g=41&sid=5e7590a55f392701443f66095caeae8b">General Support Moderators</a> <br/><strong>Subforum:</strong> <a href="./viewforum.php?f=719&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Access Control List (ACL) in Joomla! 3.x</a> <div class="responsive-show" style="display: none;"> Topics: <strong>7847</strong> </div> </div> </dt> <dd class="topics">7847 <dfn>Topics</dfn></dd> <dd class="posts">34378 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=708&p=3483314&sid=5e7590a55f392701443f66095caeae8b#p3483314" title="Re: Banner menu item missing in admin" class="lastsubject">Re: Banner menu item missing …</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=707787&sid=5e7590a55f392701443f66095caeae8b" class="username">mediegruppen</a> <a href="./viewtopic.php?f=708&p=3483314&sid=5e7590a55f392701443f66095caeae8b#p3483314"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jul 11, 2017 8:25 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Migrating and Upgrading to Joomla! 3.x" href="https://forum.joomla.org/feed.php?f=710"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Migrating and Upgrading to Joomla! 3.x" /></a> --> <a href="./viewforum.php?f=710&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Migrating and Upgrading to Joomla! 3.x</a> <br/>Need help upgrading your Joomla! website or converting to Joomla! 3.x? Please consider the availability of third-party templates and extensions when deciding which Joomla version to use. <br/><strong>Moderator:</strong> <a style="color:#660000;" href="./memberlist.php?mode=group&g=41&sid=5e7590a55f392701443f66095caeae8b">General Support Moderators</a> <div class="responsive-show" style="display: none;"> Topics: <strong>3859</strong> </div> </div> </dt> <dd class="topics">3859 <dfn>Topics</dfn></dd> <dd class="posts">23305 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=710&p=3483260&sid=5e7590a55f392701443f66095caeae8b#p3483260" title="Re: "ERROR: AJAX Loading Error: error" During Update" class="lastsubject">Re: "ERROR: AJAX Loading Erro…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=2567&sid=5e7590a55f392701443f66095caeae8b" class="username">leolam</a> <a href="./viewtopic.php?f=710&p=3483260&sid=5e7590a55f392701443f66095caeae8b#p3483260"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jul 11, 2017 5:28 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Security in Joomla! 3.x" href="https://forum.joomla.org/feed.php?f=714"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Security in Joomla! 3.x" /></a> --> <a href="./viewforum.php?f=714&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Security in Joomla! 3.x</a> <br/>Discussion regarding Joomla! 3.x security issues. <br/><strong>Moderators:</strong> <a href="./memberlist.php?mode=viewprofile&u=43445&sid=5e7590a55f392701443f66095caeae8b" style="color: #660000;" class="username-coloured">Bernard T</a>, <a href="./memberlist.php?mode=viewprofile&u=28000&sid=5e7590a55f392701443f66095caeae8b" style="color: #660000;" class="username-coloured">mandville</a>, <a href="./memberlist.php?mode=viewprofile&u=140392&sid=5e7590a55f392701443f66095caeae8b" style="color: #660000;" class="username-coloured">fcoulter</a>, <a href="./memberlist.php?mode=viewprofile&u=67439&sid=5e7590a55f392701443f66095caeae8b" style="color: #660000;" class="username-coloured">PhilD</a>, <a style="color:#660000;" href="./memberlist.php?mode=group&g=41&sid=5e7590a55f392701443f66095caeae8b">General Support Moderators</a> <div class="responsive-show" style="display: none;"> Topics: <strong>1231</strong> </div> </div> </dt> <dd class="topics">1231 <dfn>Topics</dfn></dd> <dd class="posts">7787 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=714&p=3483268&sid=5e7590a55f392701443f66095caeae8b#p3483268" title="Re: Blank white 404 error page due to the rules which were added by Joomla in the .htaccess file. Wich rules should be u" class="lastsubject">Re: Blank white 404 error pag…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=2567&sid=5e7590a55f392701443f66095caeae8b" class="username">leolam</a> <a href="./viewtopic.php?f=714&p=3483268&sid=5e7590a55f392701443f66095caeae8b#p3483268"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jul 11, 2017 6:03 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Extensions for Joomla! 3.x" href="https://forum.joomla.org/feed.php?f=715"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Extensions for Joomla! 3.x" /></a> --> <a href="./viewforum.php?f=715&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Extensions for Joomla! 3.x</a> <br/>This forum is for general questions about extensions for Joomla! 3.x. <br/><strong>Moderators:</strong> <a href="./memberlist.php?mode=viewprofile&u=471&sid=5e7590a55f392701443f66095caeae8b" style="color: #000066;" class="username-coloured">pe7er</a>, <a style="color:#660000;" href="./memberlist.php?mode=group&g=41&sid=5e7590a55f392701443f66095caeae8b">General Support Moderators</a> <div class="responsive-show" style="display: none;"> Topics: <strong>8110</strong> </div> </div> </dt> <dd class="topics">8110 <dfn>Topics</dfn></dd> <dd class="posts">24841 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=715&p=3483316&sid=5e7590a55f392701443f66095caeae8b#p3483316" title="Re: 404 Component not found with caching on" class="lastsubject">Re: 404 Component not found w…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=815153&sid=5e7590a55f392701443f66095caeae8b" class="username">Behemoth_2000</a> <a href="./viewtopic.php?f=715&p=3483316&sid=5e7590a55f392701443f66095caeae8b#p3483316"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jul 11, 2017 8:38 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Templates for Joomla! 3.x" href="https://forum.joomla.org/feed.php?f=713"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Templates for Joomla! 3.x" /></a> --> <a href="./viewforum.php?f=713&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Templates for Joomla! 3.x</a> <br/>Everything to do with Joomla! 3.x templates and templating. <br/><strong>Moderator:</strong> <a style="color:#660000;" href="./memberlist.php?mode=group&g=41&sid=5e7590a55f392701443f66095caeae8b">General Support Moderators</a> <div class="responsive-show" style="display: none;"> Topics: <strong>4838</strong> </div> </div> </dt> <dd class="topics">4838 <dfn>Topics</dfn></dd> <dd class="posts">19539 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=713&p=3483311&sid=5e7590a55f392701443f66095caeae8b#p3483311" title="Re: Multilanguage menu dont work on t3 template" class="lastsubject">Re: Multilanguage menu dont w…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=381600&sid=5e7590a55f392701443f66095caeae8b" class="username">ribo</a> <a href="./viewtopic.php?f=713&p=3483311&sid=5e7590a55f392701443f66095caeae8b#p3483311"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jul 11, 2017 8:10 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Search Engine Optimization (Joomla! SEO) in Joomla! 3.x" href="https://forum.joomla.org/feed.php?f=712"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Search Engine Optimization (Joomla! SEO) in Joomla! 3.x" /></a> --> <a href="./viewforum.php?f=712&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Search Engine Optimization (Joomla! SEO) in Joomla! 3.x</a> <br/>Discuss Search Engine Optimization in relation to Joomla! 3.x. This forum will also have discussions on SEF/SEO Joomla! 3.x extensions. <br/><strong>Moderator:</strong> <a style="color:#660000;" href="./memberlist.php?mode=group&g=41&sid=5e7590a55f392701443f66095caeae8b">General Support Moderators</a> <div class="responsive-show" style="display: none;"> Topics: <strong>1177</strong> </div> </div> </dt> <dd class="topics">1177 <dfn>Topics</dfn></dd> <dd class="posts">7218 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=712&p=3483278&sid=5e7590a55f392701443f66095caeae8b#p3483278" title="Re: I'm having 3 problems please help me" class="lastsubject">Re: I'm having 3 problems ple…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=818908&sid=5e7590a55f392701443f66095caeae8b" class="username">john693</a> <a href="./viewtopic.php?f=712&p=3483278&sid=5e7590a55f392701443f66095caeae8b#p3483278"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jul 11, 2017 6:28 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Language - Joomla! 3.x" href="https://forum.joomla.org/feed.php?f=711"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Language - Joomla! 3.x" /></a> --> <a href="./viewforum.php?f=711&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Language - Joomla! 3.x</a> <br/>General questions regarding the use of languages in Joomla! 3.x. <br/><strong>Moderators:</strong> <a href="./memberlist.php?mode=viewprofile&u=14&sid=5e7590a55f392701443f66095caeae8b" style="color: #666600;" class="username-coloured">infograf768</a>, <a style="color:#660000;" href="./memberlist.php?mode=group&g=41&sid=5e7590a55f392701443f66095caeae8b">General Support Moderators</a> <div class="responsive-show" style="display: none;"> Topics: <strong>1054</strong> </div> </div> </dt> <dd class="topics">1054 <dfn>Topics</dfn></dd> <dd class="posts">5636 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=711&p=3483154&sid=5e7590a55f392701443f66095caeae8b#p3483154" title="Re: two content languages for EN-US" class="lastsubject">Re: two content languages for…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=224484&sid=5e7590a55f392701443f66095caeae8b" style="color: #000066;" class="username-coloured">imanickam</a> <a href="./viewtopic.php?f=711&p=3483154&sid=5e7590a55f392701443f66095caeae8b#p3483154"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Mon Jul 10, 2017 2:38 pm</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Performance - Joomla! 3.x" href="https://forum.joomla.org/feed.php?f=709"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Performance - Joomla! 3.x" /></a> --> <a href="./viewforum.php?f=709&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Performance - Joomla! 3.x</a> <br/>Discussion regarding Joomla! 3.x Performance issues. <br/><strong>Moderator:</strong> <a style="color:#660000;" href="./memberlist.php?mode=group&g=41&sid=5e7590a55f392701443f66095caeae8b">General Support Moderators</a> <div class="responsive-show" style="display: none;"> Topics: <strong>729</strong> </div> </div> </dt> <dd class="topics">729 <dfn>Topics</dfn></dd> <dd class="posts">3394 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=709&p=3483281&sid=5e7590a55f392701443f66095caeae8b#p3483281" title="Re: How can I optimize my website against bots?" class="lastsubject">Re: How can I optimize my web…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=818908&sid=5e7590a55f392701443f66095caeae8b" class="username">john693</a> <a href="./viewtopic.php?f=709&p=3483281&sid=5e7590a55f392701443f66095caeae8b#p3483281"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jul 11, 2017 6:41 am</span> </dd> </dl> </li> </ul> </div> </div> <div class="forabg"> <div class="inner"> <ul class="topiclist"> <li class="header"> <dl class="icon"> <dt><div class="list-inner"><a href="./viewforum.php?f=513&sid=5e7590a55f392701443f66095caeae8b">Joomla! Older Version Support</a></div></dt> <dd class="topics">Topics</dd> <dd class="posts">Posts</dd> <dd class="lastpost"><span>Last post</span></dd> </dl> </li> </ul> <ul class="topiclist forums"> <li class="row"> <dl class="icon forum_read_subforum"> <dt title="No unread posts"> <div class="list-inner"> <a href="./viewforum.php?f=614&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Joomla! 2.5</a> <br/><strong>Subforums:</strong> <a href="./viewforum.php?f=615&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">General Questions/New to Joomla! 2.5</a>, <a href="./viewforum.php?f=622&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Installation Joomla! 2.5</a>, <a href="./viewforum.php?f=623&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Joomla! 2.5 on IIS webserver</a>, <a href="./viewforum.php?f=624&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Administration Joomla! 2.5</a>, <a href="./viewforum.php?f=673&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Access Control List (ACL) in Joomla! 2.5</a>, <a href="./viewforum.php?f=620&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Extensions for Joomla! 2.5</a>, <a href="./viewforum.php?f=619&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Templates for Joomla! 2.5</a> <div class="responsive-show" style="display: none;"> Topics: <strong>88437</strong> </div> </div> </dt> <dd class="topics">88437 <dfn>Topics</dfn></dd> <dd class="posts">327398 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=624&p=3482482&sid=5e7590a55f392701443f66095caeae8b#p3482482" title="Re: Cannot get recaptcha to display on registration form..." class="lastsubject">Re: Cannot get recaptcha to d…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=818774&sid=5e7590a55f392701443f66095caeae8b" class="username">tgregory</a> <a href="./viewtopic.php?f=624&p=3482482&sid=5e7590a55f392701443f66095caeae8b#p3482482"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Wed Jul 05, 2017 9:41 pm</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read_subforum"> <dt title="No unread posts"> <div class="list-inner"> <a href="./viewforum.php?f=506&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Joomla! 1.5</a> <br/><strong>Subforums:</strong> <a href="./viewforum.php?f=428&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">General Questions/New to Joomla! 1.5</a>, <a href="./viewforum.php?f=429&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Installation 1.5</a>, <a href="./viewforum.php?f=543&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Joomla! 1.5 on IIS webserver</a>, <a href="./viewforum.php?f=431&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Administration 1.5</a>, <a href="./viewforum.php?f=430&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Migrating and Upgrading to Joomla! 1.5</a>, <a href="./viewforum.php?f=432&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Security in Joomla! 1.5</a>, <a href="./viewforum.php?f=470&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Extensions for Joomla! 1.5</a>, <a href="./viewforum.php?f=466&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Templates for Joomla! 1.5</a>, <a href="./viewforum.php?f=544&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Search Engine Optimization (Joomla! SEO) in Joomla! 1.5</a>, <a href="./viewforum.php?f=485&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Language - Joomla! 1.5</a>, <a href="./viewforum.php?f=433&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Performance - Joomla! 1.5</a> <div class="responsive-show" style="display: none;"> Topics: <strong>261298</strong> </div> </div> </dt> <dd class="topics">261298 <dfn>Topics</dfn></dd> <dd class="posts">955991 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=431&p=3482878&sid=5e7590a55f392701443f66095caeae8b#p3482878" title="Remove FORCE SSL for Admin login" class="lastsubject">Remove FORCE SSL for Admin lo…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=818887&sid=5e7590a55f392701443f66095caeae8b" class="username">lumptolaughter</a> <a href="./viewtopic.php?f=431&p=3482878&sid=5e7590a55f392701443f66095caeae8b#p3482878"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Fri Jul 07, 2017 10:37 pm</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read_subforum"> <dt title="No unread posts"> <div class="list-inner"> <a href="./viewforum.php?f=505&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Joomla! 1.0</a> <div class="responsive-show" style="display: none;"> Topics: <strong>148861</strong> </div> </div> </dt> <dd class="topics">148861 <dfn>Topics</dfn></dd> <dd class="posts">605319 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=35&p=3482803&sid=5e7590a55f392701443f66095caeae8b#p3482803" title="Re: Moving old Joomla site between two directories" class="lastsubject">Re: Moving old Joomla site be…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=412577&sid=5e7590a55f392701443f66095caeae8b" class="username">il_cipo</a> <a href="./viewtopic.php?f=35&p=3482803&sid=5e7590a55f392701443f66095caeae8b#p3482803"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Fri Jul 07, 2017 2:36 pm</span> </dd> </dl> </li> </ul> </div> </div> <div class="forabg"> <div class="inner"> <ul class="topiclist"> <li class="header"> <dl class="icon"> <dt><div class="list-inner"><a href="./viewforum.php?f=542&sid=5e7590a55f392701443f66095caeae8b">Joomla! International Language Support</a></div></dt> <dd class="topics">Topics</dd> <dd class="posts">Posts</dd> <dd class="lastpost"><span>Last post</span></dd> </dl> </li> </ul> <ul class="topiclist forums"> <li class="row"> <dl class="icon forum_read_subforum"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - International Zone" href="https://forum.joomla.org/feed.php?f=511"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - International Zone" /></a> --> <a href="./viewforum.php?f=511&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">International Zone</a> <br/><strong>Subforums:</strong> <a href="./viewforum.php?f=243&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Albanian Forum</a>, <a href="./viewforum.php?f=17&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Arabic Forum</a>, <a href="./viewforum.php?f=568&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Azeri Forum</a>, <a href="./viewforum.php?f=274&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Basque Forum</a>, <a href="./viewforum.php?f=753&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Belarusian Forum</a>, <a href="./viewforum.php?f=64&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Bengali Forum</a>, <a href="./viewforum.php?f=104&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Bosnian Forum</a>, <a href="./viewforum.php?f=95&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Catalan Forum</a>, <a href="./viewforum.php?f=98&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Chinese Forum</a>, <a href="./viewforum.php?f=150&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Croatian Forum</a>, <a href="./viewforum.php?f=16&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Danish Forum</a>, <a href="./viewforum.php?f=13&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Dutch Forum</a>, <a href="./viewforum.php?f=21&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Filipino Forum</a>, <a href="./viewforum.php?f=25&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Finnish Forum</a>, <a href="./viewforum.php?f=19&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">French Forum</a>, <a href="./viewforum.php?f=14&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">German Forum</a>, <a href="./viewforum.php?f=50&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Greek Forum</a>, <a href="./viewforum.php?f=172&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Hebrew Forum</a>, <a href="./viewforum.php?f=403&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Hungarian Forum</a>, <a href="./viewforum.php?f=162&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Indic Languages Forum</a>, <a href="./viewforum.php?f=53&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Indonesian Forum</a>, <a href="./viewforum.php?f=55&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Italian Forum</a>, <a href="./viewforum.php?f=141&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Japanese Forum</a>, <a href="./viewforum.php?f=569&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Khmer Forum</a>, <a href="./viewforum.php?f=358&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Latvian Forum</a>, <a href="./viewforum.php?f=189&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Lithuanian Forum</a>, <a href="./viewforum.php?f=215&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Malaysian Forum</a>, <a href="./viewforum.php?f=191&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Maltese Forum</a>, <a href="./viewforum.php?f=97&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Norwegian Forum</a>, <a href="./viewforum.php?f=102&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Persian Forum</a>, <a href="./viewforum.php?f=18&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Polish Forum</a>, <a href="./viewforum.php?f=23&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Portuguese Forum</a>, <a href="./viewforum.php?f=30&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Romanian Forum</a>, <a href="./viewforum.php?f=26&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Russian Forum</a>, <a href="./viewforum.php?f=29&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Serbian/Montenegrin Forum</a>, <a href="./viewforum.php?f=402&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Slovak Forum</a>, <a href="./viewforum.php?f=157&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Slovenian Forum</a>, <a href="./viewforum.php?f=24&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Spanish Forum</a>, <a href="./viewforum.php?f=63&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Swedish Forum</a>, <a href="./viewforum.php?f=545&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Tamil Forum</a>, <a href="./viewforum.php?f=15&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Thai Forum</a>, <a href="./viewforum.php?f=51&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Turkish Forum</a>, <a href="./viewforum.php?f=340&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Urdu Forum</a>, <a href="./viewforum.php?f=171&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Vietnamese Forum</a>, <a href="./viewforum.php?f=151&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Welsh Forum</a> <div class="responsive-show" style="display: none;"> Topics: <strong>120388</strong> </div> </div> </dt> <dd class="topics">120388 <dfn>Topics</dfn></dd> <dd class="posts">586380 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=15&p=3483334&sid=5e7590a55f392701443f66095caeae8b#p3483334" title="Re: แหล่งเรียนรู้ และคุ่มือเอกสารการใช้งา&#" class="lastsubject">Re: แหล่งเรียนรู้ และคุ่มือเอ…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=805324&sid=5e7590a55f392701443f66095caeae8b" class="username">chaiwat2536</a> <a href="./viewtopic.php?f=15&p=3483334&sid=5e7590a55f392701443f66095caeae8b#p3483334"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jul 11, 2017 9:46 am</span> </dd> </dl> </li> </ul> </div> </div> <div class="forabg"> <div class="inner"> <ul class="topiclist"> <li class="header"> <dl class="icon"> <dt><div class="list-inner"><a href="./viewforum.php?f=507&sid=5e7590a55f392701443f66095caeae8b">Other Forums</a></div></dt> <dd class="topics">Topics</dd> <dd class="posts">Posts</dd> <dd class="lastpost"><span>Last post</span></dd> </dl> </li> </ul> <ul class="topiclist forums"> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Open Source Products for Joomla!" href="https://forum.joomla.org/feed.php?f=46"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Open Source Products for Joomla!" /></a> --> <a href="./viewforum.php?f=46&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Open Source Products for Joomla!</a> <br/>Do you have an Open Source Product available for Joomla!? Let everyone know here. <br/><strong>Moderator:</strong> <a href="./memberlist.php?mode=viewprofile&u=19591&sid=5e7590a55f392701443f66095caeae8b" style="color: #660000;" class="username-coloured">normdouglas</a> <div class="responsive-show" style="display: none;"> Topics: <strong>1917</strong> </div> </div> </dt> <dd class="topics">1917 <dfn>Topics</dfn></dd> <dd class="posts">12572 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=46&p=3480351&sid=5e7590a55f392701443f66095caeae8b#p3480351" title="Options Manager Lite - Export / Import Options of Components" class="lastsubject">Options Manager Lite - Export…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=471&sid=5e7590a55f392701443f66095caeae8b" style="color: #000066;" class="username-coloured">pe7er</a> <a href="./viewtopic.php?f=46&p=3480351&sid=5e7590a55f392701443f66095caeae8b#p3480351"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jun 20, 2017 3:52 pm</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Joomla! Events" href="https://forum.joomla.org/feed.php?f=306"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Joomla! Events" /></a> --> <a href="./viewforum.php?f=306&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Joomla! Events</a> <br/>The purpose of this forum is for announcements of approved Joomla events, all other event announcements are welcomed for submission to JoomlaConnect. <br/><strong>Moderators:</strong> <a href="./memberlist.php?mode=viewprofile&u=94&sid=5e7590a55f392701443f66095caeae8b" class="username">rdeutz</a>, <a style="color:#006400;" href="./memberlist.php?mode=group&g=20&sid=5e7590a55f392701443f66095caeae8b">OSM</a> <div class="responsive-show" style="display: none;"> Topics: <strong>377</strong> </div> </div> </dt> <dd class="topics">377 <dfn>Topics</dfn></dd> <dd class="posts">2715 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=306&p=3462611&sid=5e7590a55f392701443f66095caeae8b#p3462611" title="Re: JoomlaDay in France 2017, May 12 and 13" class="lastsubject">Re: JoomlaDay in France 2017,…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=811879&sid=5e7590a55f392701443f66095caeae8b" class="username">Aavazeh</a> <a href="./viewtopic.php?f=306&p=3462611&sid=5e7590a55f392701443f66095caeae8b#p3462611"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Sat Feb 25, 2017 6:45 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Site Showcase" href="https://forum.joomla.org/feed.php?f=514"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Site Showcase" /></a> --> <a href="./viewforum.php?f=514&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Site Showcase</a> <br/>Have you seen: <!-- m --><a class="postlink" href="https://web.archive.org/web/20170711100448/http://community.joomla.org/showcase">http://community.joomla.org/showcase</a><!-- m --> <br/>In this forum you are only permitted to post one topic on your site. Threads in here are pruned automatically. <br/><strong>Moderator:</strong> <a href="./memberlist.php?mode=viewprofile&u=28000&sid=5e7590a55f392701443f66095caeae8b" style="color: #660000;" class="username-coloured">mandville</a> <div class="responsive-show" style="display: none;"> Topics: <strong>4</strong> </div> </div> </dt> <dd class="topics">4 <dfn>Topics</dfn></dd> <dd class="posts">6 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> by <a href="./memberlist.php?mode=viewprofile&u=256388&sid=5e7590a55f392701443f66095caeae8b" class="username">astarmaths</a> <a href="./viewtopic.php?f=514&p=3482704&sid=5e7590a55f392701443f66095caeae8b#p3482704"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Thu Jul 06, 2017 10:48 pm</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - The Lounge" href="https://forum.joomla.org/feed.php?f=48"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - The Lounge" /></a> --> <a href="./viewforum.php?f=48&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">The Lounge</a> <br/>Relax and enjoy The Lounge. For all Non-Joomla! topics or ones that don't fit anywhere else. Normal forum rules apply. <div class="responsive-show" style="display: none;"> Topics: <strong>4871</strong> </div> </div> </dt> <dd class="topics">4871 <dfn>Topics</dfn></dd> <dd class="posts">33965 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=48&p=3482812&sid=5e7590a55f392701443f66095caeae8b#p3482812" title="Re: Why Joomla?" class="lastsubject">Re: Why Joomla?</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=685653&sid=5e7590a55f392701443f66095caeae8b" class="username">mjparadac</a> <a href="./viewtopic.php?f=48&p=3482812&sid=5e7590a55f392701443f66095caeae8b#p3482812"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Fri Jul 07, 2017 3:25 pm</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Registered Joomla! User Groups" href="https://forum.joomla.org/feed.php?f=562"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Registered Joomla! User Groups" /></a> --> <a href="./viewforum.php?f=562&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Registered Joomla! User Groups</a> <br/>For discussion regarding Registered Joomla User Groups. All non-registered user group announcements can be submitted for possible inclusion to JoomlaConnect instead of this forum <div class="responsive-show" style="display: none;"> Topics: <strong>168</strong> </div> </div> </dt> <dd class="topics">168 <dfn>Topics</dfn></dd> <dd class="posts">1425 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=562&p=3483244&sid=5e7590a55f392701443f66095caeae8b#p3483244" title="Re: Atlanta Joomla Group?" class="lastsubject">Re: Atlanta Joomla Group?</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=354309&sid=5e7590a55f392701443f66095caeae8b" class="username">jgress-</a> <a href="./viewtopic.php?f=562&p=3483244&sid=5e7590a55f392701443f66095caeae8b#p3483244"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jul 11, 2017 4:13 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Joomla! Ideas Forum" href="https://forum.joomla.org/feed.php?f=575"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Joomla! Ideas Forum" /></a> --> <a href="./viewforum.php?f=575&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Joomla! Ideas Forum</a> <br/>Do you have an idea for the Joomla community that you can help implement? Discuss in here. <div class="responsive-show" style="display: none;"> Topics: <strong>316</strong> </div> </div> </dt> <dd class="topics">316 <dfn>Topics</dfn></dd> <dd class="posts">1783 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=575&p=3479994&sid=5e7590a55f392701443f66095caeae8b#p3479994" title="Re: Joomla podcast" class="lastsubject">Re: Joomla podcast</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=84482&sid=5e7590a55f392701443f66095caeae8b" class="username">andypooz</a> <a href="./viewtopic.php?f=575&p=3479994&sid=5e7590a55f392701443f66095caeae8b#p3479994"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Sun Jun 18, 2017 12:00 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Community Blog Discussions" href="https://forum.joomla.org/feed.php?f=704"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Community Blog Discussions" /></a> --> <a href="./viewforum.php?f=704&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Community Blog Discussions</a> <br/>This board is for discussions about joomla.org blog posts. <div class="responsive-show" style="display: none;"> Topics: <strong>110</strong> </div> </div> </dt> <dd class="topics">110 <dfn>Topics</dfn></dd> <dd class="posts">2472 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=704&p=3469388&sid=5e7590a55f392701443f66095caeae8b#p3469388" title="Re: App Store study group forming" class="lastsubject">Re: App Store study group for…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=735974&sid=5e7590a55f392701443f66095caeae8b" class="username">victoriayz</a> <a href="./viewtopic.php?f=704&p=3469388&sid=5e7590a55f392701443f66095caeae8b#p3469388"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Wed Apr 12, 2017 2:42 pm</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Help wanted in the community" href="https://forum.joomla.org/feed.php?f=681"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Help wanted in the community" /></a> --> <a href="./viewforum.php?f=681&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Help wanted in the community</a> <br/>Do you want to help out within the Joomla community? In this forum you can find help requests from various areas within the Joomla project. <br/><strong>Moderators:</strong> <a href="./memberlist.php?mode=viewprofile&u=471&sid=5e7590a55f392701443f66095caeae8b" style="color: #000066;" class="username-coloured">pe7er</a>, <a href="./memberlist.php?mode=viewprofile&u=208380&sid=5e7590a55f392701443f66095caeae8b" class="username">QBParis</a> <div class="responsive-show" style="display: none;"> Topics: <strong>34</strong> </div> </div> </dt> <dd class="topics">34 <dfn>Topics</dfn></dd> <dd class="posts">35 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=681&p=3074468&sid=5e7590a55f392701443f66095caeae8b#p3074468" title="Joomla! Marketing and PR Team: representatives wanted" class="lastsubject">Joomla! Marketing and PR Team…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=471&sid=5e7590a55f392701443f66095caeae8b" style="color: #000066;" class="username-coloured">pe7er</a> <a href="./viewtopic.php?f=681&p=3074468&sid=5e7590a55f392701443f66095caeae8b#p3074468"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Aug 27, 2013 4:17 pm</span> </dd> </dl> </li> </ul> </div> </div> <div class="forabg"> <div class="inner"> <ul class="topiclist"> <li class="header"> <dl class="icon"> <dt><div class="list-inner"><a href="./viewforum.php?f=646&sid=5e7590a55f392701443f66095caeae8b">Joomla! Development Forums</a></div></dt> <dd class="topics">Topics</dd> <dd class="posts">Posts</dd> <dd class="lastpost"><span>Last post</span></dd> </dl> </li> </ul> <ul class="topiclist forums"> <li class="row"> <dl class="icon forum_read_subforum"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Joomla! Development" href="https://forum.joomla.org/feed.php?f=509"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Joomla! Development" /></a> --> <a href="./viewforum.php?f=509&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Joomla! Development</a> <br/><strong>Moderator:</strong> <a href="./memberlist.php?mode=viewprofile&u=218211&sid=5e7590a55f392701443f66095caeae8b" style="color: #000066;" class="username-coloured">ooffick</a> <br/><strong>Subforums:</strong> <a href="./viewforum.php?f=727&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Joomla! 3.x Coding</a>, <a href="./viewforum.php?f=728&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Joomla! 3.x Bug Reporting</a>, <a href="./viewforum.php?f=796&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">User eXperience (UX)</a>, <a href="./viewforum.php?f=642&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Joomla! 2.5 Coding</a>, <a href="./viewforum.php?f=579&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Joomla! 2.5 Bug Reporting</a> <div class="responsive-show" style="display: none;"> Topics: <strong>4677</strong> </div> </div> </dt> <dd class="topics">4677 <dfn>Topics</dfn></dd> <dd class="posts">16749 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=727&p=3483206&sid=5e7590a55f392701443f66095caeae8b#p3483206" title="Re: How to include multiple templates in same template package, like beez fruits inside beez3" class="lastsubject">Re: How to include multiple t…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=224484&sid=5e7590a55f392701443f66095caeae8b" style="color: #000066;" class="username-coloured">imanickam</a> <a href="./viewtopic.php?f=727&p=3483206&sid=5e7590a55f392701443f66095caeae8b#p3483206"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Mon Jul 10, 2017 7:47 pm</span> </dd> </dl> </li> </ul> </div> </div> <div class="forabg"> <div class="inner"> <ul class="topiclist"> <li class="header"> <dl class="icon"> <dt><div class="list-inner"><a href="./viewforum.php?f=508&sid=5e7590a55f392701443f66095caeae8b">Joomla! Official Sites & Infrastructure</a></div></dt> <dd class="topics">Topics</dd> <dd class="posts">Posts</dd> <dd class="lastpost"><span>Last post</span></dd> </dl> </li> </ul> <ul class="topiclist forums"> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Extensions.Joomla.org - Feedback/Information" href="https://forum.joomla.org/feed.php?f=262"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Extensions.Joomla.org - Feedback/Information" /></a> --> <a href="./viewforum.php?f=262&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Extensions.Joomla.org - Feedback/Information</a> <br/>Here you can contact the editors of our <a href="https://web.archive.org/web/20170711100448/http://extensions.joomla.org/" class="postlink">Extensions site</a>, as well as access infomation relating to this site. <br/><strong>Moderator:</strong> <a style="color:##D2BE0;" href="./memberlist.php?mode=group&g=16&sid=5e7590a55f392701443f66095caeae8b">JED Team</a> <div class="responsive-show" style="display: none;"> Topics: <strong>2382</strong> </div> </div> </dt> <dd class="topics">2382 <dfn>Topics</dfn></dd> <dd class="posts">16499 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=262&p=3483313&sid=5e7590a55f392701443f66095caeae8b#p3483313" title="Submitting and waiting, does it work ?" class="lastsubject">Submitting and waiting, does …</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=201317&sid=5e7590a55f392701443f66095caeae8b" class="username">SOAMJENA</a> <a href="./viewtopic.php?f=262&p=3483313&sid=5e7590a55f392701443f66095caeae8b#p3483313"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jul 11, 2017 8:17 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Resources.joomla.org - Feedback/Information" href="https://forum.joomla.org/feed.php?f=563"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Resources.joomla.org - Feedback/Information" /></a> --> <a href="./viewforum.php?f=563&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Resources.joomla.org - Feedback/Information</a> <br/>Here you can contact the editors of our <a href="https://web.archive.org/web/20170711100448/http://resources.joomla.org/" class="postlink">Resources site</a>, as well as access infomation relating to this site. <br/><strong>Moderator:</strong> <a style="color:##D2BE0;" href="./memberlist.php?mode=group&g=52&sid=5e7590a55f392701443f66095caeae8b">JRD Team</a> <div class="responsive-show" style="display: none;"> Topics: <strong>71</strong> </div> </div> </dt> <dd class="topics">71 <dfn>Topics</dfn></dd> <dd class="posts">370 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=563&p=3472194&sid=5e7590a55f392701443f66095caeae8b#p3472194" title="Re: Change Username" class="lastsubject">Re: Change Username</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=807196&sid=5e7590a55f392701443f66095caeae8b" class="username">towerofreview</a> <a href="./viewtopic.php?f=563&p=3472194&sid=5e7590a55f392701443f66095caeae8b#p3472194"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Mon May 01, 2017 2:59 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Documentation - Feedback/Information/Suggestions" href="https://forum.joomla.org/feed.php?f=303"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Documentation - Feedback/Information/Suggestions" /></a> --> <a href="./viewforum.php?f=303&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Documentation - Feedback/Information/Suggestions</a> <br/><a href="https://web.archive.org/web/20170711100448/http://docs.joomla.org/" class="postlink">Joomla! Documentation</a> Workgroup <br/><strong>Moderators:</strong> <a href="./memberlist.php?mode=viewprofile&u=143&sid=5e7590a55f392701443f66095caeae8b" style="color: #660099;" class="username-coloured">Chris Davenport</a>, <a href="./memberlist.php?mode=viewprofile&u=282497&sid=5e7590a55f392701443f66095caeae8b" style="color: #660000;" class="username-coloured">Hutchy68</a> <div class="responsive-show" style="display: none;"> Topics: <strong>446</strong> </div> </div> </dt> <dd class="topics">446 <dfn>Topics</dfn></dd> <dd class="posts">2436 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=303&p=3479149&sid=5e7590a55f392701443f66095caeae8b#p3479149" title="Re: Enable copy and paste of highlighted code in developer tutorial" class="lastsubject">Re: Enable copy and paste of …</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=791909&sid=5e7590a55f392701443f66095caeae8b" class="username">robbiej</a> <a href="./viewtopic.php?f=303&p=3479149&sid=5e7590a55f392701443f66095caeae8b#p3479149"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jun 13, 2017 8:38 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read_subforum"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Sites & Infrastructure - Feedback/Information" href="https://forum.joomla.org/feed.php?f=7"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Sites & Infrastructure - Feedback/Information" /></a> --> <a href="./viewforum.php?f=7&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Sites & Infrastructure - Feedback/Information</a> <br/>If you have any 'mechanical' forum or Joomla! sites related issues/suggestions with <a href="https://web.archive.org/web/20170711100448/http://www.joomla.org/" class="postlink">joomla.org</a>, <a href="https://web.archive.org/web/20170711100448/http://community.joomla.org/" class="postlink">community.joomla.org</a>, <a href="https://web.archive.org/web/20170711100448/http://forum.joomla.org/" class="postlink">forum.joomla.org</a>, <a href="https://web.archive.org/web/20170711100448/http://vel.joomla.org/" class="postlink">vel.joomla.org</a>. <br/><strong>Moderator:</strong> <a href="./memberlist.php?mode=viewprofile&u=166991&sid=5e7590a55f392701443f66095caeae8b" class="username">brad</a> <br/><strong>Subforums:</strong> <a href="./viewforum.php?f=406&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">JoomlaCode.org</a>, <a href="./viewforum.php?f=364&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Shop.Joomla.org</a>, <a href="./viewforum.php?f=199&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Joomla! 1.5 Bug Reporting</a>, <a href="./viewforum.php?f=304&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Joomla! 1.5 Coding</a>, <a href="./viewforum.php?f=703&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Joomla! 3 Beta Support</a> <div class="responsive-show" style="display: none;"> Topics: <strong>43958</strong> </div> </div> </dt> <dd class="topics">43958 <dfn>Topics</dfn></dd> <dd class="posts">235268 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=7&p=3483242&sid=5e7590a55f392701443f66095caeae8b#p3483242" title="Re: Add a Signature?" class="lastsubject">Re: Add a Signature?</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=818997&sid=5e7590a55f392701443f66095caeae8b" class="username">trehoada89</a> <a href="./viewtopic.php?f=7&p=3483242&sid=5e7590a55f392701443f66095caeae8b#p3483242"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Tue Jul 11, 2017 3:46 am</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Templates.Joomla.org - Feedback/Information" href="https://forum.joomla.org/feed.php?f=701"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Templates.Joomla.org - Feedback/Information" /></a> --> <a href="./viewforum.php?f=701&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Templates.Joomla.org - Feedback/Information</a> <br/>Here you can contact the editors of our new template site, as well as access information relating to this site. <br/><strong>Moderator:</strong> <a href="./memberlist.php?mode=viewprofile&u=19536&sid=5e7590a55f392701443f66095caeae8b" style="color: #660000;" class="username-coloured">hefesto</a> <div class="responsive-show" style="display: none;"> Topics: <strong>3</strong> </div> </div> </dt> <dd class="topics">3 <dfn>Topics</dfn></dd> <dd class="posts">39 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=701&p=3450326&sid=5e7590a55f392701443f66095caeae8b#p3450326" title="Re: We'll start working soon. Stay tuned :)" class="lastsubject">Re: We'll start working soon.…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=44446&sid=5e7590a55f392701443f66095caeae8b" class="username">darb</a> <a href="./viewtopic.php?f=701&p=3450326&sid=5e7590a55f392701443f66095caeae8b#p3450326"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Thu Dec 15, 2016 7:40 pm</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read_subforum"> <dt title="No unread posts"> <div class="list-inner"> <!-- <a class="feed-icon-forum" title="Feed - Joomla! Community Magazine" href="https://forum.joomla.org/feed.php?f=573"><img src="./styles/joomla/theme/images/feed.gif" alt="Feed - Joomla! Community Magazine" /></a> --> <a href="./viewforum.php?f=573&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Joomla! Community Magazine</a> <br/>A place to discuss and manage all matters related to the <a href="https://web.archive.org/web/20170711100448/http://magazine.joomla.org/" class="postlink">Joomla! Community Magazine</a>. <br/><strong>Moderator:</strong> <a href="./memberlist.php?mode=group&g=55&sid=5e7590a55f392701443f66095caeae8b">Community Magazine</a> <br/><strong>Subforum:</strong> <a href="./viewforum.php?f=574&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Joomla! Community Magazine Editors</a> <div class="responsive-show" style="display: none;"> Topics: <strong>49</strong> </div> </div> </dt> <dd class="topics">49 <dfn>Topics</dfn></dd> <dd class="posts">452 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=573&p=3478754&sid=5e7590a55f392701443f66095caeae8b#p3478754" title="Re: Joining and publishing article" class="lastsubject">Re: Joining and publishing ar…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=315471&sid=5e7590a55f392701443f66095caeae8b" style="color: #660000;" class="username-coloured">JacquesR</a> <a href="./viewtopic.php?f=573&p=3478754&sid=5e7590a55f392701443f66095caeae8b#p3478754"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Sat Jun 10, 2017 10:01 pm</span> </dd> </dl> </li> <li class="row"> <dl class="icon forum_read_subforum"> <dt title="No unread posts"> <div class="list-inner"> <a href="./viewforum.php?f=510&sid=5e7590a55f392701443f66095caeae8b" class="forumtitle">Joomla! Working Groups</a> <br/><strong>Subforums:</strong> <a href="./viewforum.php?f=11&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Translations</a>, <a href="./viewforum.php?f=381&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">OpenSourceMatters.org</a>, <a href="./viewforum.php?f=699&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Joomla! Marketing and PR Team</a>, <a href="./viewforum.php?f=798&sid=5e7590a55f392701443f66095caeae8b" class="subforum read" title="No unread posts">Certification</a> <div class="responsive-show" style="display: none;"> Topics: <strong>968</strong> </div> </div> </dt> <dd class="topics">968 <dfn>Topics</dfn></dd> <dd class="posts">10153 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> <a href="./viewtopic.php?f=798&p=3480132&sid=5e7590a55f392701443f66095caeae8b#p3480132" title="Re: Have a question about the Joomla Certification program?" class="lastsubject">Re: Have a question about the…</a> <br/> by <a href="./memberlist.php?mode=viewprofile&u=279622&sid=5e7590a55f392701443f66095caeae8b" style="color: #660000;" class="username-coloured">mudotmy</a> <a href="./viewtopic.php?f=798&p=3480132&sid=5e7590a55f392701443f66095caeae8b#p3480132"><span class="imageset icon_topic_latest" title="View the latest post">View the latest post</span></a> <br/>Mon Jun 19, 2017 8:53 am</span> </dd> </dl> </li> </ul> </div> </div> <form method="post" action="./ucp.php?mode=login&sid=5e7590a55f392701443f66095caeae8b" class="headerspace"> <h3><a href="./ucp.php?mode=login&sid=5e7590a55f392701443f66095caeae8b">Login</a> • <a href="./ucp.php?mode=register&sid=5e7590a55f392701443f66095caeae8b">Register</a></h3> <fieldset class="quick-login"> <label for="username"><span>Username:</span> <input type="text" tabindex="1" name="username" id="username" size="10" class="inputbox" title="Username"/></label> <label for="password"><span>Password:</span> <input type="password" tabindex="2" name="password" id="password" size="10" class="inputbox" title="Password" autocomplete="off"/></label> <a href="./ucp.php?mode=sendpassword&sid=5e7590a55f392701443f66095caeae8b">I forgot my password</a> <span class="responsive-hide">|</span> <label for="autologin">Remember me <input type="checkbox" tabindex="4" name="autologin" id="autologin"/></label> <input type="submit" tabindex="5" name="login" value="Login" class="button2"/> <input type="hidden" name="redirect" value="./index.php?sid=5e7590a55f392701443f66095caeae8b"/> </fieldset> </form> <div class="stat-block online-list"> <h3>Who is online</h3> <p> In total there are <strong>898</strong> users online :: 26 registered, 0 hidden and 872 guests (based on users active over the past 30 minutes)<br/>Most users ever online was <strong>10365</strong> on Mon Aug 29, 2011 1:27 am<br/> <br/>Registered users: <a href="./memberlist.php?mode=viewprofile&u=801844&sid=5e7590a55f392701443f66095caeae8b" class="username">altrasoluzione</a>, <a href="./memberlist.php?mode=viewprofile&u=287068&sid=5e7590a55f392701443f66095caeae8b" style="color: #660000;" class="username-coloured">b-ronnow</a>, <span style="color: #9E8DA7;" class="username-coloured">Baidu [Spider]</span>, <a href="./memberlist.php?mode=viewprofile&u=819010&sid=5e7590a55f392701443f66095caeae8b" class="username">Bedcolors</a>, <span style="color: #9E8DA7;" class="username-coloured">Bing [Bot]</span>, <a href="./memberlist.php?mode=viewprofile&u=805324&sid=5e7590a55f392701443f66095caeae8b" class="username">chaiwat2536</a>, <a href="./memberlist.php?mode=viewprofile&u=779241&sid=5e7590a55f392701443f66095caeae8b" class="username">Dtorr1981</a>, <a href="./memberlist.php?mode=viewprofile&u=786018&sid=5e7590a55f392701443f66095caeae8b" class="username">eladmarmor</a>, <a href="./memberlist.php?mode=viewprofile&u=464655&sid=5e7590a55f392701443f66095caeae8b" class="username">erhabe78</a>, <a href="./memberlist.php?mode=viewprofile&u=65296&sid=5e7590a55f392701443f66095caeae8b" class="username">gatsman</a>, <span style="color: #9E8DA7;" class="username-coloured">Google [Bot]</span>, <a href="./memberlist.php?mode=viewprofile&u=818040&sid=5e7590a55f392701443f66095caeae8b" class="username">Grixy</a>, <a href="./memberlist.php?mode=viewprofile&u=449950&sid=5e7590a55f392701443f66095caeae8b" class="username">Jeymar42</a>, <a href="./memberlist.php?mode=viewprofile&u=818908&sid=5e7590a55f392701443f66095caeae8b" class="username">john693</a>, <a href="./memberlist.php?mode=viewprofile&u=658594&sid=5e7590a55f392701443f66095caeae8b" class="username">kiwifisher</a>, <span style="color: #9E8DA7;" class="username-coloured">Majestic-12 [Bot]</span>, <a href="./memberlist.php?mode=viewprofile&u=104106&sid=5e7590a55f392701443f66095caeae8b" class="username">mmikan</a>, <a href="./memberlist.php?mode=viewprofile&u=819004&sid=5e7590a55f392701443f66095caeae8b" class="username">nspomz</a>, <a href="./memberlist.php?mode=viewprofile&u=246141&sid=5e7590a55f392701443f66095caeae8b" style="color: #660000;" class="username-coloured">Per Yngve Berg</a>, <a href="./memberlist.php?mode=viewprofile&u=381600&sid=5e7590a55f392701443f66095caeae8b" class="username">ribo</a>, <a href="./memberlist.php?mode=viewprofile&u=819011&sid=5e7590a55f392701443f66095caeae8b" class="username">Shai kala</a>, <a href="./memberlist.php?mode=viewprofile&u=714390&sid=5e7590a55f392701443f66095caeae8b" class="username">SharkyKZ</a>, <a href="./memberlist.php?mode=viewprofile&u=99975&sid=5e7590a55f392701443f66095caeae8b" class="username">smapan</a>, <a href="./memberlist.php?mode=viewprofile&u=819007&sid=5e7590a55f392701443f66095caeae8b" class="username">StewH</a>, <a href="./memberlist.php?mode=viewprofile&u=815942&sid=5e7590a55f392701443f66095caeae8b" class="username">Tinka72</a>, <span style="color: #9E8DA7;" class="username-coloured">Yahoo [Bot]</span> <br/><em>Legend: <a style="color:#660000" href="./memberlist.php?mode=group&g=10&sid=5e7590a55f392701443f66095caeae8b">Community Workgroup</a>, <a style="color:#CC6600" href="./memberlist.php?mode=group&g=19&sid=5e7590a55f392701443f66095caeae8b">Development</a>, <a style="color:#660099" href="./memberlist.php?mode=group&g=11&sid=5e7590a55f392701443f66095caeae8b">Documentation</a>, <a style="color:#000066" href="./memberlist.php?mode=group&g=34&sid=5e7590a55f392701443f66095caeae8b">Global moderators</a>, <a style="color:#006400" href="./memberlist.php?mode=group&g=20&sid=5e7590a55f392701443f66095caeae8b">OSM</a>, <a style="color:#666600" href="./memberlist.php?mode=group&g=13&sid=5e7590a55f392701443f66095caeae8b">Translation Teams</a>, <a style="color:#666600" href="./memberlist.php?mode=group&g=47&sid=5e7590a55f392701443f66095caeae8b">Translation Workgroup</a></em> </p> </div> <div class="stat-block statistics"> <h3>Statistics</h3> <p> Total posts <strong>3133738</strong> • Total topics <strong>749197</strong> • Total members <strong>704431</strong> • Our newest member <strong><a href="./memberlist.php?mode=viewprofile&u=819011&sid=5e7590a55f392701443f66095caeae8b" class="username">Shai kala</a></strong> </p> </div> <div style="text-align:center;"> <ins data-revive-zoneid="64" data-revive-id="4bacaeba2f8655edc9ca810c946aab5a"></ins> </div> </div> <div id="page-footer" role="contentinfo"> <div class="navbar" role="navigation"> <div class="inner"> <ul id="nav-footer" class="linklist bulletin" role="menubar"> <li class="small-icon icon-home breadcrumbs"> <span class="crumb"><a href="./index.php?sid=5e7590a55f392701443f66095caeae8b" data-navbar-reference="index">Board index</a></span> </li> <li class="rightside">All times are <abbr title="UTC">UTC</abbr></li> <li class="small-icon icon-delete-cookies rightside"><a href="./ucp.php?mode=delete_cookies&sid=5e7590a55f392701443f66095caeae8b" data-ajax="true" data-refresh="true" role="menuitem">Delete all board cookies</a></li> <li class="small-icon icon-team rightside" data-last-responsive="true"><a href="./memberlist.php?mode=team&sid=5e7590a55f392701443f66095caeae8b" role="menuitem">The team</a></li> </ul> </div> </div> <div class="copyright"> Powered by <a href="https://web.archive.org/web/20170711100448/https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited </div> <div id="darkenwrapper" data-ajax-error-title="AJAX error" data-ajax-error-text="Something went wrong when processing your request." data-ajax-error-text-abort="User aborted request." data-ajax-error-text-timeout="Your request timed out; please try again." data-ajax-error-text-parsererror="Something went wrong with the request and the server returned an invalid reply."> <div id="darken"> </div> </div> <div id="phpbb_alert" class="phpbb_alert" data-l-err="Error" data-l-timeout-processing-req="Request timed out."> <a href="#" class="alert_close"></a> <h3 class="alert_title"> </h3><p class="alert_text"></p> </div> <div id="phpbb_confirm" class="phpbb_alert"> <a href="#" class="alert_close"></a> <div class="alert_text"></div> </div> </div></div> </div> <!-- <div class="footer center"> <div class="container-fluid"> <hr> <div class="social"> <ul class="soc"> <li><a href="https://twitter.com/joomla" target="_blank" class="soc-twitter2" title="Follow Us on Twitter"><span class="element-invisible">Follow Us on Twitter</span></a></li> <li><a href="https://www.facebook.com/joomla" target="_blank" class="soc-facebook" title="Joomla! on Facebook"><span class="element-invisible">Joomla! on Facebook</span></a></li> <li><a href="https://plus.google.com/+joomla/posts" target="_blank" class="soc-google" title="Joomla! on Google+"><span class="element-invisible">Joomla! on Google+</span></a></li> <li><a href="https://www.youtube.com/user/joomla" target="_blank" class="soc-youtube3" title="Joomla's YouTube Channel"><span class="element-invisible">Joomla's YouTube Channel</span></a></li> <li><a href="https://www.linkedin.com/company/joomla" target="_blank" class="soc-linkedin" title="Joomla! on Linkedin"><span class="element-invisible">Joomla! on Linkedin</span></a></li> <li><a href="https://www.pinterest.com/joomla" target="_blank" class="soc-pinterest" title="Joomla's Pintrest Board"><span class="element-invisible">Joomla's Pinterest Board</span></a></li> <li><a href="https://github.com/joomla" target="_blank" class="soc-github3 soc-icon-last" title="Joomla's GitHub"><span class="element-invisible">Joomla's GitHub</span></a></li> </ul> </div> <div class="footer-menu"> <ul class="nav-inline"> <li><a href="https://www.joomla.org"><span>Home</span></a></li> <li><a href="https://www.joomla.org/about-joomla.html"><span>About</span></a></li> <li><a href="http://community.joomla.org"><span>Community</span></a></li> <li><a href="http://forum.joomla.org"><span>Forum</span></a></li> <li><a href="http://extensions.joomla.org"><span>Extensions</span></a></li> <li><a href="http://resources.joomla.org"><span>Resources</span></a></li> <li><a href="https://docs.joomla.org"><span>Docs</span></a></li> <li><a href="https://developer.joomla.org"><span>Developer</span></a></li> <li><a href="http://shop.joomla.org"><span>Shop</span></a></li> </ul> <ul class="nav-inline"> <li><a href="https://www.joomla.org/accessibility-statement.html">Accessibility Statement</a></li> <li><a href="https://www.joomla.org/privacy-policy.html">Privacy Policy</a></li> <li><a href="https://github.com/joomla/joomla-websites/issues/new?title=[forum.joomla.org]%20&body=Please%20describe%20the%20problem%20or%20your%20issue">Report an Issue</a></li> <li><a href="/ucp.php?mode=login">Log in</a></li> <li><a href="https://www.rochen.com/joomla-hosting" target="_blank">Joomla Hosting by Rochen</a></li> </ul> <p>© 2005 - 2017 <a href="http://www.opensourcematters.org">Open Source Matters, Inc.</a> All rights reserved.</p> </div> </div> </div> --> <div class="footer center"> <div class="container-fluid"> <div class="social"> <ul class="soc"> <li><a href="https://web.archive.org/web/20170711100448/https://twitter.com/joomla" target="_blank" class="soc-twitter2" title="Joomla! on Twitter"><span class="element-invisible">Joomla! on Twitter</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://www.facebook.com/joomla" target="_blank" class="soc-facebook" title="Joomla! on Facebook"><span class="element-invisible">Joomla! on Facebook</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://plus.google.com/+joomla/posts" target="_blank" class="soc-google" title="Joomla! on Google+"><span class="element-invisible">Joomla! on Google+</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://www.youtube.com/user/joomla" target="_blank" class="soc-youtube3" title="Joomla! on YouTube"><span class="element-invisible">Joomla! on YouTube</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://www.linkedin.com/company/joomla" target="_blank" class="soc-linkedin" title="Joomla! on LinkedIn"><span class="element-invisible">Joomla! on LinkedIn</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://www.pinterest.com/joomla" target="_blank" class="soc-pinterest" title="Joomla! on Pinterest"><span class="element-invisible">Joomla! on Pinterest</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://www.instagram.com/joomlaofficial/" target="_blank" class="soc-instagram" title="Joomla! on Instagram"><span class="element-invisible">Joomla! on Instagram</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://github.com/joomla" target="_blank" class="soc-github3 soc-icon-last" title="Joomla! on GitHub"><span class="element-invisible">Joomla! on GitHub</span></a></li> </ul> </div> <div class="footer-menu"> <ul class="nav-inline"> <li><a href="https://web.archive.org/web/20170711100448/https://www.joomla.org/"><span>Home</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://www.joomla.org/about-joomla.html"><span>About</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://community.joomla.org/"><span>Community</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://forum.joomla.org/"><span>Forum</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://extensions.joomla.org/"><span>Extensions</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://resources.joomla.org/"><span>Resources</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://docs.joomla.org/"><span>Docs</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://developer.joomla.org/"><span>Developer</span></a></li> <li><a href="https://web.archive.org/web/20170711100448/https://community.joomla.org/the-joomla-shop.html"><span>Shop</span></a></li> </ul> <ul class="nav-inline"> <li><a href="https://web.archive.org/web/20170711100448/https://www.joomla.org/accessibility-statement.html">Accessibility Statement</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://www.joomla.org/privacy-policy.html">Privacy Policy</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://crowdin.com/projects/Joomla">Help Translate</a></li> <li><a href="https://web.archive.org/web/20170711100448/https://github.com/joomla/joomla-websites/issues/new?title=[forum.joomla.org]%20&body=Please%20describe%20the%20problem%20or%20your%20issue">Report an Issue</a></li> <li><a href="/web/20170711100448/https://forum.joomla.org/ucp.php?mode=login">Log in</a></li> </ul> <p class="copyright">© 2005 - 2017 <a href="https://web.archive.org/web/20170711100448/https://opensourcematters.org/">Open Source Matters, Inc.</a> All Rights Reserved.</p> <div class="hosting"> <div class="hosting-image"><a href="https://web.archive.org/web/20170711100448/https://www.rochen.com/joomla-hosting" target="_blank"><img class="rochen" src="https://web.archive.org/web/20170711100448im_/https://cdn.joomla.org/rochen/rochen_footer_logo_white.png" alt="Rochen"/></a></div> <div class="hosting-text"><a href="https://web.archive.org/web/20170711100448/https://www.rochen.com/joomla-hosting" target="_blank"><span dir="ltr">Joomla!</span> Hosting by Rochen</a></div> </div> </div> <div id="adblock-msg" class="navbar navbar-fixed-bottom hide"> <div class="navbar-inner"> <a class="close" data-dismiss="alert" href="#">×</a> <i class="icon-warning"></i> We have detected that you are using an ad blocker. The Joomla! Project relies on revenue from these advertisements so please consider disabling the ad blocker for this domain. </div> </div> </div> </div> <div id="debug"> </div> <div> <a id="bottom" class="anchor" accesskey="z"></a> </div> <script type="text/javascript" src="//web.archive.org/web/20170711100448js_/https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script type="text/javascript">window.jQuery || document.write('\x3Cscript src="./assets/javascript/jquery.min.js?assets_version=102">\x3C/script>');</script><script type="text/javascript" src="/web/20170711100448js_/https://forum.joomla.org/assets/javascript/core.js?assets_version=102"></script> <script type="text/javascript" src="/web/20170711100448js_/https://forum.joomla.org/styles/joomla/template/forum_fn.js?assets_version=101"></script> <script type="text/javascript" src="/web/20170711100448js_/https://forum.joomla.org/styles/joomla/template/ajax.js?assets_version=101"></script> <script async src="//web.archive.org/web/20170711100448js_/https://ads.joomla.org/www/delivery/asyncjs.php"></script> </body> </html> <!-- FILE ARCHIVED ON 10:04:48 Jul 11, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 14:14:22 Feb 20, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.891 exclusion.robots: 0.037 exclusion.robots.policy: 0.022 esindex: 0.013 cdx.remote: 28.695 LoadShardBlock: 371.558 (6) PetaboxLoader3.resolve: 127.106 (2) PetaboxLoader3.datanode: 205.866 (7) load_resource: 111.362 -->