Print
Category: Computing
Hits: 4900

I am using this Content Management System (CMS) and I like it because it is very powerful, easy to use and it has plenty of plugins. Here are some tricks and tips.

Joomla 1.5

Here are some tips and hacks for this CMS.

How to use direct links with the component WebLinks?

$link = JRoute::_(  'index.php?view=weblink&catid='.$category->slug.'&id='. $item->slug );
/* $link = JRoute::_(  'index.php?view=weblink&catid='.$category->slug.'&id='. $item->slug ); */
$link = $item->url;


Note: If you are using feeds, you might need to change view.feed.php but I haven't test it.
Please let me know if you had any problems or there is another place where the code must be changed.

How to allow IFrame tags in the HTML code

By default Joomla and TineMCE filter the IFrame tag in the HTML code to prevent some attacks. Follow this steps to desactivate this:

Allow iframe in Joomla 1.5