Viewing 1 post (of 1 total)
  • Author
    Posts
  • brentwilliams2 Friend
    #187756

    The category link title is showing the raw category number, not the category name.

    Original code in views/jajobs/tmpl/themes/inline/jalist-item.php

    <a href="<?php echo JRoute::_('index.php?option=com_jajobboard&view=jajobs&layout=filter_job_list&cat_id_alias='.$cat_id_alias.'&cat_id='.(int)$cat.'&Itemid='.$Itemid)?>" title="<?php echo $cat?>"><?php echo $cat_id_alias;?></a>

    Fixed:

    <a href="<?php echo JRoute::_('index.php?option=com_jajobboard&view=jajobs&layout=filter_job_list&cat_id_alias='.$cat_id_alias.'&cat_id='.(int)$cat.'&Itemid='.$Itemid)?>" title="<?php echo $cat_id_alias;?>"><?php echo $cat_id_alias;?></a>

Viewing 1 post (of 1 total)

This topic contains 1 reply, has 1 voice, and was last updated by  brentwilliams2 10 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum