Is there a way to replace the pdf and print icons in articles with something like a facebook icon or something else? I know its a stupid question but have been asked to do this by a friend for his site.
But if you want to do some experiments you can try this.
(keep a backup of your files)
The files you have to work on are in templates/rt_omnicron_j15/html/com_content
To change the author in the rocketlauncher-demo in
J-stuff/category-blog in the article-info to a link to google …
1. open
templates/rt_omnicron_j15/html/com_content/category/blog_item.php
2. find line 50
<?php JText::printf( 'Written by', ($this->escape($this->item->created_by_alias) ? $this->escape($this->item->created_by_alias) : $this->escape($this->item->author)) ); ?>
change it to
<a href="
www.google.de/
" title="">google</a>