Joomla Mafia -> Guides
Close Panel

Mafia Icons

Created with Mafia Icons
AddThis
Club Extensions
iJoomla

iwebtools

Alexa Certified Site Stats for www.joomlamafia.com

DownDoggy.com

Joomla 1.5.x
Why are the front page articles ordered differently after the upgrade to 1.5.7? PDF Print E-mail
Written by DrDigital   
Tuesday, 09 September 2008 19:27

There is a known issue with the Joomla! 1.5.7 upgrade regarding the way articles are ordered in Front Page Blog Layout. If you upgrade an existing site to 1.5.7, and if you have two or more columns, the Front Page Layout will default to ordering articles down the columns instead of across the columns.

To fix this, all you need to do is

  1. Navigate to the Menu Item Manager for the menu containing the Front Page layout.
  2. Open the Front Page Menu Item for editing.
  3. Press the Save icon.

This will initialize the default parameter and cause the articles to be ordered across columns as before.

This bug was a side effect of a new feature that allows you to have Section Blog, Category Blog, and Front Page layouts order either down or across columns. Note that this issue will also affect the Joomla! Sample website in a new 1.5.7 installation. New sites are not affected by this issue.

 
Automatic Joomla Updates PDF Print E-mail
Tuesday, 19 August 2008 12:41

Please see this article

Last Updated on Wednesday, 20 August 2008 01:12
 
How to Remove Genrated by Joomla PDF Print E-mail
Friday, 15 August 2008 23:15

So you want to remove the geneerated tag

 <meta name="generator" content="Joomla! 1.5 - Open Source Content Management">

Personaly, I think you should leave the joomla code, I mean after all give credit to the CMS

Many may find the inclusion of this meta tag to be inappropriate for their website. However, determining how to remove it is surprisingly difficult. Here is the recommended solution:

in your template, add the following above the <head> tag:

<?php $this->setGenerator('Anything you want or leave empty'); ?>

thats it!

you can also edit the core joomla file, however this change will be lost if you upgrade the site!

The file you want to edit is called head.php and is found here:
/libraries/joomla/document/html/renderer/head.php

you will want to find the following code (~line 167):
$strHtml .= $tab.'<meta name="generator" content="'.$document->getGenerator().'" />'.$lnEnd;

you can turn it off by simply commenting the line with // at the beginning:
//$strHtml .= $tab.'<meta name="generator" content="'.$document->getGenerator().'" />'.$lnEnd;

Last Updated on Friday, 15 August 2008 23:38
 
Help! I just got hacked and cant login to admin! PDF Print E-mail
Wednesday, 13 August 2008 15:54

If you know the email address that was used, the simplest thing is to do is to use the "lost password" Front-end function if you have made it available.

You can also watch the video we have on how to do this.

If not, you will need access to the MySQL database.

You have two choices, either add a new super administrator or change the password stored in the data base. To do this you need to go to phpMyAdmin (or use a similar tool) and manually edit the database. Before doing this back up our complete database.

Run this to create a new user known as admin2.

INSERT INTO `jos_users` VALUES 
(62, 'Administrator2', 'admin2', 'your...@email.com', '21232f297a57a5a743894a0e4a801fc3',
'Super Administrator', 0, 1, 25, '2005-09-28 00:00:00', '2005-09-28 00:00:00', '', '');
INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Administrator2',0);
INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25,'',10);

The password will be admin. Immediately log in and change this password.

Or

You can change the password in the table for your admin user (assuming you never changed the user name; if you have just change the instructions below to .

The password is stored in the MySQL database jos_users table password field. (change this for your table prefix if different)

Open the table, find your admin username, and then select that row for editing.

The password must be hashed, you cannot simply enter text into this field.

Set the password to a known value

- password = "this is the MD5 hashed password"
------------------------------------------------------
- admin = 21232f297a57a5a743894a0e4a801fc3
- secret = 5ebe2294ecd0e0f08eab7690d2a6ee69
- OU812 = 7441de5382cf4fecbaa9a8c538e76783

Paste the hashed password into the field, save the change, and log-in using the new password. Immediately change your password to something more secure!

You interested in having your Joomla 1.5.x site automaticly updated for you? If so check out this

Last Updated on Wednesday, 20 August 2008 00:23
 
Recover Password PDF Print E-mail
Wednesday, 13 August 2008 15:48

Did you just have your joomla 1.5.x (.0-.5) site hacked and cant login now? Here is how to fix that

Here is a video of the process made by James Ramsay as a GHOP project. Thanks James!

 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Page 1 of 12
Page copy protected against web site content infringement by Copyscape
Copyright © 2008 . Joomla Mafia 1.5.7 Tutorials Tips Tricks & more.
Club Templates

Joomla Mafia Supporter

Joomla Mafia Supporter

Joomla Mafia Supporter

JoomlaMafia Supporter

JoomlaMafia Supporter

JoomlaMafia Supporter

Template Plazza

JoomlaMafia Supporter

Recommended Web Hosting

Site Ground

Host Gator


View my page on PickensPlan

Please Take The Poll

New Site
 
Join Our Newsletter