Support Forum

Every time that you post a problem, PLEASE add the Joomla and the extension's versions and revisions (for example: Joomla 3.3.6, Contact Enhanced 3.3.5), PHP version and Server's Operating System. If you only manage only one site it is easier if you edit your profile and just add that information to your signature. Don't forget to add a detailed description of the problem. If possible, write down all steps to simulate the problem.

Before submitting a new post, PLEASE make sure you are running the latest version, test in different browsers (IE, FF, Chrome,..) and clear Joomla and browser's cache after every change you make.

Also, most questions are already answered in our FAQ and in iFAQ and Contact Enhanced documentation pages.

Alter name listing on front page of the component

11 years 11 months ago #11122 by ziv
Hello, I guess its rather and odd request but here it is:

We have the component translated and the names too, but we also kept the english names. Now when I go to the name-meaning page I get the list of names, those names are in english. What I need is for the hebrew names to show first in the listing. I did not find any configuration options for that. So maybe you could guide me to the php file where its rendered and I'll try to come up with a solution or tell me how to get it done.

Thanks

Please Log in or Create an account to join the conversation.

11 years 11 months ago #11125 by douglas
Dear Ziv,

You might want to change the ORDER BY SQL clause to order by origin first;

Open:
[path to Joomla 1.5]/components/com_name_meaning/models/listing.php
Find:
$order 	= ' ORDER BY '. $this->getOrder() .' '. $this->getOrder_Dir();
and Replace with:
$order 	= ' ORDER BY o.origin ASC, '. $this->getOrder() .' '. $this->getOrder_Dir();

All the best,

Please Log in or Create an account to join the conversation.

11 years 11 months ago #11161 by ziv
Thanks, I didn't mean origin, so I made "ORDER by n.name DESC" and its not perfect but gets the job done.

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum

Copyright © 2018 IdealExtensions.com. All Rights Reserved.

This site is not affiliated with or endorsed by the Joomla!™ Project. It is not supported or warranted by the Joomla!™ Project or Open Source Matters™. The Joomla!™ logo is used under a limited license granted by Open Source Matters™, the trademark holder in the United States and other countries.
We may collect your IP address and your browser's User Agent string while using our site for security reasons and deriving aggregate information (analytics). This information is retained for a minimum of 1 and a maximum of 24 months.
Feedback