1. SP Simple Portfolio
  2. Tuesday, 01 October 2019
Hello
I have simple portfolio menu and I want the tag-filter to display the tags alphabetically. How can I do that?
Responses (3)
Hi there,

Thank you for your query to sharing with us. Your query is very useful to us. Sorry to say that, this feature doesn't exist. Noted this feature working board. I hope the developer team will consider this feature in future update.

-Thanks
  1. more than a month ago
  2. SP Simple Portfolio
  3. # 1
ok, I created an override of the module an added after line 16

<?php

usort($tagList, function ($a, $b) {
return strcmp($a->title, $b->title);
});

?>


All tags are sorted alphabetically.

Maybe you can use this, or improve it
  1. more than a month ago
  2. SP Simple Portfolio
  3. # 2
ok, I created an override of the module an added after line 16

<?php

usort($tagList, function ($a, $b) {
return strcmp($a->title, $b->title);
});

?>


All tags are sorted alphabetically.

Maybe you can use this, or improve it


Thanks
  1. more than a month ago
  2. SP Simple Portfolio
  3. # 3


There are no replies made for this post yet.
Be one of the first to reply to this post!


This forum is archived

This forum has been archived. Please use JoomShaper official support system.