INFORMATICS

The Best

Update joomla from 3.6 to 3.7.x

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive

How update joomla from 3.6 to 3.7.x

No plugin installation has been enabled. At least one must be enabled to use the installer. Go to the Plugin Manager to enable the plugins.

If you are seeing this error and went to Joomla "Plugin Manager" and see no plugin there then how should you fix it:

1. First login to your Joomla Administrator.
2. Go to "Extensions-> Manage-> Discover"
3. Select the installation plugins and click install.
4. then go back to "Plugin Manager (Extensions-> Plugin)
5. enable the installation plugins.

Error after update Joomla to v.3.6

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive

Error after update Joomla to v.3.6

Error your site:

Error displaying the error page: The file Cache Storage is not supported on this platform.: The file Cache Storage is not supported on this platform.

Error administrator panel:

An error has occurred.

The file Cache Storage is not supported on this platform.

Solution

Change the cache and the administrator/cache folders permission so that it can be writable by your web server.

other solution

In configuaration.php (joomla directory), replace the value in $cache_handler by "cachelite".

public $cache_handler = 'file' --> public $cachelite = 'file'

 

How to add a new entry modules for joomla.

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive

How to add a new entry modules for joomla.

Module positions - areas in which pages can be placed Joomla modules are set in the main template file - index.php.
To add your own position changes should be made in the file templateDetails.xml and index.php.
In the editor, open the file "<katalog_joomla>/templates/new_templates/templateDetails.xml"
and add an entry position for example. <position> left </ position>

<Positions>
   
<Position> breadcrumb </ position>
   
<Position> left </ position>
   
<Position> right </ position>
   
<Position> top </ position>
   
<Position> user1 </ position>
   
<Position> user2 </ position>
   
<Position> user3 </ position>
   
<Position> user4 </ position>
   
<Position> footer </ position>
   
<Position> debug </ position>
   
<Position> syndicate </ position>
   
<Position> moja_nowa_pozycja </ position>
</ Positions>

All current module positions you can see, by adding at the end of the website address "?tp = 1" ("Http://www.twoja_witryna.com/?tp = 1").

The next step is adding an entry to the file "<katalog_joomla> /templates/new_templates/index.php"

we search for example. often used div whitebox "<div id =" whitebox ">"
and insert the line below it
<Jdoc: include type = "modules" name = "left" style = "xhtml" /> where the left is our new position.
our line will look like this:
<Div id = "whitebox">
<Div id = "leftcolumn" style = "float: left;">
<Jdoc: include type = "modules" name = "left" style = "xhtml" />
</ Div>
</ Div>

After entering the website address with a note "? Tp = 1", you will see a new entry.

Display article on the home page joomla 3.x

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive

Display article on the home page joomla 3.x

By default, Joomla 3.x shows the first page of the full text of the article and subsequent articles displayedin three columns. The fifth article will appearas a linkat the bottom ofthe page.

You canchange the display ofarticles by the Options tabin the menu (Menu -> Main Menu -> Menu Item -> Layout Tab).
Leading Articles - number ofitems is the full width of the window
Intro Articles - number of remaining articles displayed
Columns - how many columns you want to displayother articles
Links - how many subsequent articles on the page will be a link.

If we want to ensure that all articles in Joomla 3.x were one column, select the column option 0.

Search