milosev.com
  • Home
    • List all categories
    • Sitemap
  • Downloads
    • WebSphere
    • Hitachi902
    • Hospital
    • Kryptonite
    • OCR
    • APK
  • About me
    • Gallery
      • Italy2022
      • Côte d'Azur 2024
    • Curriculum vitae
      • Resume
      • Lebenslauf
    • Social networks
      • Facebook
      • Twitter
      • LinkedIn
      • Xing
      • GitHub
      • Google Maps
      • Sports tracker
    • Adventures planning
  1. You are here:  
  2. Home

HTML code cleanup

Details
Written by: Stanko Milosev
Category: Joomla
Published: 24 July 2009
Last Updated: 30 November -0001
Hits: 4958

If you want your HTML code in the articles to keep clean, to keep your Indentation/Tabs/Space Policy (justification), then in plugins find TinyMCE plugin and set Code Cleanup on Save = Never

RSS icon in the FireFox

Details
Written by: Stanko Milosev
Category: Joomla
Published: 23 July 2009
Last Updated: 23 July 2009
Hits: 4901

If your Joomla! site still have RSS icon in FireFox adress bar, and you want to get rid of it, then in your template search for the code:

<link rel="alternate" type="application/rss+xml" 
title="RSS 2.0" href="http://www.harpervance.com/feeds/ranwillisblog.php" />

And comment it. Taken from here.

Display your website name in the HTML title of your Joomla 1.5 page

Details
Written by: Stanko Milosev
Category: Joomla
Published: 22 July 2009
Last Updated: 22 July 2009
Hits: 4682

Add one of the following blocks of code to the top of the file and save.

<?php
 
$mydoc =& JFactory::getDocument();
$mytitle = $mydoc->getTitle();

$conf =& JFactory::getConfig();
$sitename = $conf->getValue('config.sitename');

$mydoc->setTitle($sitename.' - '.$mytitle);
 
?>


Taken from here.

Images

Details
Written by: Stanko Milosev
Category: Joomla
Published: 15 July 2009
Last Updated: 24 July 2009
Hits: 5238

If you have problem with images, like when you hit button Image on bottom of a page, to upload picture, and it first displays upload button as a regular button but then quickly changes to the flat layout, then try under the Global Config settings, to turn off Flash upload option.


Taken from here.

Also, it seems that in Joomla 1.5.12 there is a bug for upload pictures, so if you have problems with try something like it is described here.

New edit, Laughing if you are still receiving error like:

  • Warning: Failed to move file!
  • Error. Unable to upload file.
Or:
  • WARNFS_ERR02
  • Error. Unable to upload file

Then check permissions, of folder where do you want to upload picture. Taken from my head Cool

  1. Root link
  2. File download.
  3. How to use GeSHi in Joomla! 1.5
  4. Links in a module.

Subcategories

C#

Azure

ASP.NET

JavaScript

Software Development Philosophy

MS SQL

IBM WebSphere MQ

MySQL

Joomla

Delphi

PHP

Windows

Life

Lazarus

Downloads

Android

CSS

Chrome

HTML

Linux

Eclipse

Page 89 of 164

  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93