Change Order of PDF / Print /Email in Joomla 1.5

For Joomla! 1.5 Coding related discussions, please use: http://groups.google.com/group/joomla-dev-general
Locked
mickandluey
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Sat Jul 24, 2010 2:43 pm

Change Order of PDF / Print /Email in Joomla 1.5

Post by mickandluey » Sun Aug 22, 2010 10:47 am

Hello,

I'm trying to change the order of PDF/Print/Email to Print/Email/PDF - no problem showing or styling these options but having problem changing the order they appear.

I'm presuming that I'll hae to modify one/some of the PHP files - can anyone help with this please?

Cheers

Mike

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28202
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: Change Order of PDF / Print /Email in Joomla 1.5

Post by imanickam » Sun Aug 22, 2010 12:12 pm

You could change the order of these icons/links by editing the following files. The files vary depending upon the menu item layout.

Article Layout - \components\com_content\views\article\tmpl\default.php

Category Blog Layout - \components\com_content\views\category\tmpl\blog_item.php

FrontPage Blog Layout - \components\com_content\views\frontpage\tmpl\default_item.php

Section Blog Layout - \components\com_content\views\section\tmpl\blog_item.php
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

mickandluey
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Sat Jul 24, 2010 2:43 pm

Re: Change Order of PDF / Print /Email in Joomla 1.5

Post by mickandluey » Sun Aug 22, 2010 12:47 pm

Thanks for your response.I'll give this is a go and if successful will share the results

Regards Mike

User avatar
brian
Joomla! Master
Joomla! Master
Posts: 12785
Joined: Fri Aug 12, 2005 7:19 am
Location: Leeds, UK
Contact:

Re: Change Order of PDF / Print /Email in Joomla 1.5

Post by brian » Sun Aug 22, 2010 1:36 pm

Mike do NOT do that!!!

Any changes you make there will likely be lost when you update your version of joomla.

The correct way to do this is with template overrides. http://docs.joomla.org/How_to_override_ ... omla!_core
"Exploited yesterday... Hacked tomorrow"
Blog http://brian.teeman.net/
Joomla Hidden Secrets http://hiddenjoomlasecrets.com/


Locked

Return to “Joomla! 1.5 Coding”