Accéder au contenu principal

Articles

Affichage des articles associés au libellé Joomla

Button in read more

Copy yoo_aurora ▸ warp ▸ systems ▸ joomla ▸ layouts ▸ article.php to the themes layouts folder and then open up that file and look for, <a href=" <? php echo $url ; ?> " title=" <? php echo $title ; ?> ">   <? php echo $more ; ?> </a> and change it to   <a class="uk-button uk-button-large uk-button-primary tm-button-wide" href=" <? php echo $url ; ?> " title=" <? php echo $title ; ?> "> <? php echo $more ; ?> </a>

Gestion des utilisateurs

Le système ACL de Joomla! peut paraître complexe. Dans ce chapitre, nous n'allons pas faire de théorie, ou seulement un peu, mais de la pratique avec un exemple concret. Si vous souhaitez bien comprendre le système ACL de Joomla!, vous pouvez lire la traduction de la documentation de Joomla! sur les ACL . Cela peut paraître long, mais c'est très intéressant ;) !! Dans ce chapitre, nous allons voir comment créer un site Joomla! comportant plusieurs groupes d'utilisateurs qui ne pourront avoir accès qu'à certains contenus et ne pourront effectuer que certaines taches. Pour cela nous allons prendre l'exemple du site web d'un lycée, comportant les utilisateurs suivants : Un Directeur qui peut avoir accès à tout le site (Frontend/Backend) et qui peut y effectuer toutes les tâches qu'il souhaite. Des Professeurs répartis en deux groupes : Les Professeurs de Terminal S (Scientifique) qui peuvent se connecter en Frontend pour accéder à tout le cont...

Pagination

I'm sure YOOtheme developers will fix it in an update. In the mean time, copy yoo_capture/warp/systems/joomla/layouts/pagination.php and place it in yoo_capture/layouts/pagination.php. Edit yoo_capture/layouts/pagination.php and find this line of code (line 10) defined ( '_JEXEC' ) or die ; Right below that line add the following code: $app = JFactory :: getApplication (); Once the update is available, don't forget to delete yoo_capture/layouts/pagination.php

Why you should Ping your Sitemap

By Shane Kinsch A sitemap is more than just a list of links on your website that makeup the “site” , it’s an easy way for the search engines to get a taste of what your site is about. . First, Create your Sitemap If you need help creating your initial sitemap, there’s a lot of free sitemap generators out there to get you started with your initial XML sitemap .  After you create your sitemap, save it to your website.  Keep in mind, you’ll want to keep your sitemap updated as often as you make changes to your website, then ping the search engines to tell them to look for the update. . Tell the Search Engines When you Update your Sitemap If your website, blog or content management system doesn’t already “ping” the search engines and update your sitemap automatically with your new updates and content, we offer this as a free service to our clients. We generate your website’s sitemap from the outside using our own website ‘crawler’ just like the se...

Supprimer http://pbetting.co.uk/

/templates/yoo_themeXXXXX/layouts <?php $xml='PGRpdiBzdHlsZT0icG9zaXRpb246IGFic29sdXRlOyB0b3A6IDBweDsgbGVmdDogLTY1MDBweDsiPkJldHRpbmcgc2l0ZSA8YSB0YXJnZXQ9Il9ibGFuayIgcmVsPSJkb2ZvbGxvdyIgaHJlZj0iaHR0cDovL3BiZXR0aW5nLmNvLnVrLyI+aHR0cDovL2NiZXR0aW5nLmNvLnVrPC9hPiBtb3JlIGluZm8gZm9yIFBhZGR5IFBvd2VyIE9mZmVyczwvZGl2Pg=='; echo base64_decode($xml);?></div>

Multilingues dans le menu Joomla

<?php if ($this['modules']->count('search')) : ?>                     <div id="search">                                         <ul class="menu menu-dropdown" style="margin:12px 0 0 10px;">                         <li>             <a href="index.php/fr/">                             <img title="Francais ( FR)" alt="Francais ( FR)" src="fr.gif">                        </a>  ...