Keyword

filter by extra fields

  • Jacques Abada
  • Jacques Abada's Avatar Topic Author
  • Offline
  • New Member
More
5 years 1 month ago #171425 by Jacques Abada
filter by extra fields was created by Jacques Abada
Hello,
I'd like to filter a listing by extrafield and order by extra field alphabetical ASC, i saw in the forum to Open the file modules/mod_k2_content/helper.php and change

case 'alpha' :
$orderby = 'i.title DESC';
break;

by

case 'alpha' :
$orderby = 'i.extra_fields DESC';
break;

but how can I use a specific extra field ?

: my developpment website

Thanks for your kind help

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

More
5 years 1 month ago #171435 by JoomlaWorks
Replied by JoomlaWorks on topic filter by extra fields
It's not possible like that. Extra fields are stored as an object in the database so you can't sort by them. You'll need a third party extension to do that. Google for "joomla k2 filter extra fields" to see some available options by various developers.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum