Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • steparu Friend
    #193225

    Hello again,

    Thank you for reading. I was browsing through my offline site and noticed that the JA Accordian on JA Obelisk only shows article id’s when the link is clicked on. Example below.

    http://i.imgur.com/4Rkj6WV.jpg

    I have checked all my other links and it shows the full ID + Title, but in the JA Accordian it only seems to show the ID. When I click on the article, it forwards me to the URL that only shows that article “ID”.

    Sorry, if it sounds confusing. I was wondering if there was a way to turn on a feature to show the Article ID+Article name just like all my other K2 items.

    Oh lastly, everything is K2 items.

    Cheers and Merry Christmas 🙂

    phong nam Friend
    #516476

    Hi steparu,

    On JA Obelisk template, our developers just override the layout of modules (K2 content, Latest News …), NOT the url alias of item titles being displayed on it. The JA Accordion modules are just used to display the above modules on the defined position. The item url alias is defined inside the helper file of module themself.

    i.e:

    The K2 content module: The url alias is defined in modulesmod_k2_contenthelper.php 343th file at line :

    //Read more link
    $item->link = urldecode(JRoute::_(K2HelperRoute::getItemRoute($item->id.':'.urlencode($item->alias), $item->catid.':'.urlencode($item->categoryalias))));

    The Latest News module: The article url alias of it is defined in modulesmod_articles_latesthelper.ph file at 101th line:

    $item->link = JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catslug, $item->language));

    You can check out the JA Obelisk template demo to see that all K2 content modules on JA Accordion module are displaying the same url alias with K2 item.

    However, if our JA Accordion modules are showing only module ID when you hover the item title as you mentioned, I would like to suggest you to check out the SEFs settings again and it will be better when only Search Engine Friendly URLs option is enabled.

    steparu Friend
    #516638

    Oh sorry for the confusion I just checked again, everything else was showing the article name and ID except the JA Content Slider, it only shows the IDs when highlighted and clicked on to the next url.

    Ex. http://joomla-templates.joomlart.com/ja_obelisk/index.php/en/movies/item/14

    To http://joomla-templates.joomlart.com/ja_obelisk/index.php/en/movies/item/14-insidious-chapter-2

    Is there anyway to enable it to show ID and Article name like with JA Accordion and everything else? 🙂

    phong nam Friend
    #516657

    It is a minor bug of our JA Content Slider module on showing the K2 item url alias.

    Our extension developer has been reported on this issue to fix on next update of this module. You can keep track on the status at http://pm.joomlart.com/browse/JAECMODJACSLIDERJVI-140

    steparu Friend
    #516765

    oh okay thank you very much!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  steparu 10 years, 4 months ago.

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