0
Welcome Guest! Login
0 items Join Now

Can the pdf, print icons be replaced?

  • Can the pdf, print icons be replaced?

    Posted 14 years 8 months ago
    • 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.

      Thanks,
      Kent
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Can the pdf, print icons be replaced?

    Posted 14 years 8 months ago
    • No afaik know is not really possible.

      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>

      3. save that

Time to create page: 0.072 seconds