Look at this Post:
Show Joomla Template Positions
How To Joomla 1.5
Tuesday, September 27, 2011
Add Left Navigation OR Create a New Menu and Add some Stuff in Joomla
Here is the Entry:
http://install-climber.blogspot.com/2011/09/add-left-navigation-or-create-and.html
http://install-climber.blogspot.com/2011/09/add-left-navigation-or-create-and.html
Saturday, September 24, 2011
Friday, September 23, 2011
Remove 'Powered by Joomla!. valid XHTML and CSS' from Joomla Site
Tuesday, September 20, 2011
How to Remove Joomla Site Title from Home page
1) Login at YourSiteDomain/administrator/index.php as Administrator
2) Menu > mainmenu > Home
3) On the Right of the Screen look in the Parameters(System) section "Page Title" > NO
2) Menu > mainmenu > Home
3) On the Right of the Screen look in the Parameters(System) section "Page Title" > NO
Tuesday, September 13, 2011
Joomla can't find file jos_session.frm or MySQL Can't read dir (errno: 13)
If you find an Error message containing one of
If you receive a line of output containing the directory where your MySQL process
is Resident you can proceed to change the Ownership.
First select the MySQL Path but "/bin/mysqld", copy it and then paste in this:
Example:
If your path contains also the MySQL version number you should have also a symbolic link from this one to a "mysql" dir and you will need to change ownerships also to this second one.
After you should check you are able to login as mysql user by:
Now as mysql user you can stop and restart the mysql server:
- "Can't find file" ... "jos_session.frm"
- MySQL Can't read dir ... (errno: 13)
- Incorrect MySQL Directory Ownership
- MySQL server Started by Wrong User
ps aux | grep mysql
If you receive a line of output containing the directory where your MySQL process
is Resident you can proceed to change the Ownership.
First select the MySQL Path but "/bin/mysqld", copy it and then paste in this:
Example:
sudo chown -R mysql:mysql yourMySQLBasePathDir
If your path contains also the MySQL version number you should have also a symbolic link from this one to a "mysql" dir and you will need to change ownerships also to this second one.
After you should check you are able to login as mysql user by:
su mysqlIf you haven't already set a password you should provide to set it by:
sudo passwd mysql
Now as mysql user you can stop and restart the mysql server:
sudo killall mysqld
yourMySQLBasePathDir/bin/mysqld_safe
Wednesday, September 7, 2011
How to Display Entire Section in Joomla 1.5
Here below there is the Scheme or Procedure to follow for
Displaying an entire Section in your Site:
1) Go to Admin Site
2) Follow this Selection Path inside Menu:
4) Insert in the Title the text you want to compare as Link
Now when you go to your FrontPage you will find inside yourMenu a Link
than will Display your Section.
Displaying an entire Section in your Site:
1) Go to Admin Site
2) Follow this Selection Path inside Menu:
Menu > yourMenu > New
Menu-Item -> Internal Link -> SectionNow Choose one between:
- Section Blog Layout
- Section Layout
4) Insert in the Title the text you want to compare as Link
Now when you go to your FrontPage you will find inside yourMenu a Link
than will Display your Section.
Subscribe to:
Posts (Atom)