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

com_mailto and spam.

Details
Written by: Stanko Milosev
Category: Joomla
Published: 25 January 2010
Last Updated: 25 January 2010
Hits: 5786

Today I realized that spamers were using my web site for spam, and problem was com_mailto component.

This is one example of link.

For now I don't have solution, I just deleted that component from my web site.

It seems that problem was with this:

6. Use proper permissions on files and directories. They should be max permissions of 644 for files & 755 for folders with no exceptions.

Taken from here.

Just to be sure, deleted com_mailto component, since I am still blacklisted, as spamer :(

NewsFeed in reverse order

Details
Written by: Stanko Milosev
Category: Joomla
Published: 22 October 2009
Last Updated: 30 November -0001
Hits: 4992

If you want your news feed from Joomla! built in component to show in reverse order, then in components\com_newsfeeds\views\newsfeed\view.html.php between lines:

// items
$newsfeed->items = $rssDoc->get_items();

// feed elements
$newsfeed->items = array_slice($newsfeed->items, 0, $newsfeed->numarticles);

Add:

$newsfeed->items = array_reverse($newsfeed->items);

Set front page to yes by default

Details
Written by: Stanko Milosev
Category: Joomla
Published: 22 October 2009
Last Updated: 26 October 2009
Hits: 4931

If you want front page radio button in backend of submiting articles be always on front page, then in administrator/components/com_content/controller.php instead of:


$lists['frontpage'] = JHTML::_('select.booleanlist', 'frontpage', '', $row->frontpage); 

Write:

if (!$edit) $row->frontpage = 1;
$lists['frontpage'] = JHTML::_('select.booleanlist', 'frontpage', '', $row->frontpage);

Taken from here.

Also, if you want front page radio button in frontend of submiting article be always on front page, then in \components\com_content\views\article\view.html.php instead of:

$article->frontpage = 1;

Write:

$article->frontpage = 0;

Flash

Details
Written by: Stanko Milosev
Category: Joomla
Published: 12 October 2009
Last Updated: 30 November -0001
Hits: 5044

If you have problems embeding flash into your Joomla! site, try to disable Code cleanup:

Extensions->Plugin Manager->Editor - TinyMCE 2.->Code cleanup on save->Always

  1. HTML code cleanup
  2. RSS icon in the FireFox
  3. Display your website name in the HTML title of your Joomla 1.5 page
  4. Images

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 88 of 164

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