Skip to main content
  Monday, June 04 2012
  5 Replies
  2.9K Visits
  Subscribe
hello
i created 3 categories
when i make a menu link to the 1st category url is
index.php?option=com_seoglossary&view=glossaries&catid=1&Itemid=125

(pay attention on the catid=1)
and it takes me to the ALL page where visitor can see all terms from this category

when i clik on a Letter the url becomes
index.php?option=com_seoglossary&view=glossaries&Itemid=125&letter=Μ

(the catid=1 is missing
and it takes me to a page that i can see the terms from all categories that they are relative with the M term

i did a little research and found that the line 145 of
components/com_seoglossary/helpers/seoglossary.php
is
$url = JRoute::_( 'index.php?option=com_seoglossary&view=glossaries&Itemid=' . JRequest::getVar( "Itemid" ) . '&letter=' . $char );

the catid is missing and i think it is wrong

same problem in ALL page appears when someone choose in Display Num ALL
the page shows ALL terms from all glossaries (categories)
T
11 years ago
·
#319
Hi,

This is not the bug, we don't already have this feature but it will be implemented in the next version.

Regards,
A
11 years ago
·
#320
Can you please tell me when the next version will come up ?
I have a website ready to publish ; )
Thank you
T
11 years ago
·
#321
Hi,

For now I can only tell you that we will start a new version with this improvement this month. It's too hard to give a date, but if you want, in time I can send you a preversion when it's ready?

Regards,
A
11 years ago
·
#322
Yes, Thank you for your support
A
11 years ago
·
#323
Hello, any news from this fix ?
Thanks
  • Page :
  • 1
There are no replies made for this post yet.