Accéder au contenu principal

Articles

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>

SQLite - Display Errors - Magic Quotes GPC

Hello, Thank you for contacting cPanel support! To activate SQLite you would need to do so using EasyApache - some documentation on this can be found here: https://documentation.cpanel.net/display/EA/PHP+Module%3A+SQLite3 I can run EasyApache for you if you would like for me to, I would just need your permission to do so as it will recompile httpd and php. For Magic Quotes and Display errors these changes can be made in the global php.ini located at /usr/local/lib/php.ini in the sections: ; Print out errors (as a part of the output). For production web sites, ; you're strongly encouraged to turn this feature off, and use error logging ; instead (see below). Keeping display_errors enabled on a production web site ; may reveal security information to end users, such as file paths on your Web ; server, your database schema or other information. display_errors = Off and ; Magic quotes for incoming GET/POST/Cookie data. magic_quotes_gpc = Off I've modifi...

how can install ionCube PHP Loaderjavascript:;

Hello, I was able to resolve the problem with       xxxxxxxxxxxxxxxx loading. There was an issue with the php.ini file located at /home/xxxx/public_html/php.ini I moved this out of the way using: # mv /home/xxxx/public_html/php.ini{,.bak} The backup file is available at /home/bacha/public_html/php.ini.bak if needed. Please let me know if you have any further questions or issues. Regards, Hello, I made an attempt to fix the original php.ini as I saw there were some security settings present in it. Here is the original file: [03:33:21 mail root@7395167 ~]cPs# cat /home/bacha/public_html/php.ini disable_functions = allow_url_fopen, escapeshellarg, escapeshellcmd, ini_alter, passthru, parse_ini_file, popen, proc_open, proc_close, proc_terminate, proc_get_status, proc_nice, readfile, show_source, system extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20100525" zend_extension = "/usr/local/IonCube/ioncube_loader_lin_5.4...

date.timezone

Open your php.ini file with the File Manager in cPanel Add the following line of code to top of your php.ini file date.timezone = "US/Central" Replace " US/Central " with the timezone from here that corresponds to the time you want to display. Once you have entered the desired timezone, click the Save Changes button to save the file. Now, you can check your phpinfo.php page to verify the change took place. Before: After:

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