Turning off the display of an introductory text for all materials

Bring to your attention a little SQL-query for quick disable the display of an introductory text for all materials on the site (or your choice). This solution is compatible with all versions of Joomla 1.0.x and Joomla 1.5.x. As is known, the materials in Joomla are three main fields: title, introduction and main text. The introductory text used when displaying materials in the regime of the...Read More

Repository files to Joomla funds Apache

Create two subdirectories / files / files in the root of the site. If you wish to use other names of directories, you will need to make appropriate changes in the future. In the directory / files put the index.php file as follows: <? Php header("Location: files"); ?> This must be done to the user, traveling through the directories of your repository, I could not go beyond it. In the...Read More

Instructions for upgrading from Joomla 1.0.x to Joomla 1.5 Stable

The whole process of migration from Joomla! 1.0 on Joomla 1.5 running in automatic mode in 2 phases. In the first phase will export the data from Joomla 1.0.x using a special component of migration. In the second stage import the previously saved data during installation Joomla! 1.5. The migration was automated in connection with the numerous changes in the structure of the database Joomla...Read More

A simple audit log to MySQL Triggers

Short note on the use of triggers in the database MySQL. Despite the fairly decent age of DBMS support for triggers only appeared in version 5 and is small enough described in Russian. Introduction Trigger (born trigger) – it is a special type of stored procedure that the user does not call directly, and the execution of which caused a certain event (action) – in effect adding an...Read More

Using DOMIT in Joomla

Article about using the library DOMIT to work with the file format XML. The article deals with various aspects of the library as an example of the data file for the component image galleries. If you want to do an interesting client application (the application running on the client side, ie a browser), then without Ajax or Flash / Flex you can not do. As you know, both of these technologies...Read More

How to add a user via phpMyAdmin Joomla

There was now an easy task: there is a list of users (login, password, name and e-mail), should be on this list to create a user Joomla. Given the fact that users were little, I decided to write a SQL-query to insert the user directly from phpMyAdmin. Information about registered users of Joomla is stored in multiple tables: jos_users jos_core_acl_aro jos_core_acl_groups_aro_map The first...Read More