test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • dohodnoj Friend
    #165280

    Hi

    JA SlideNews module articles link looks like index.php/component/content/article/rightprojects/12-project.html

    It is possible to change or set manually article link to something like this index.php/our-projects/furtinture-project1.html ?

    khoand Friend
    #396640

    Hi,
    Link is not changable manually.

    dohodnoj Friend
    #396840

    I harcoded workaround in module code, its not optimized solutions but its works and maybe helps someone:

    in file /modules/mod_jasidenews/helper.php line 206 function getLink() add lines before original return

    $alias = “”; // input published menu alias name, eg. about-us
    $part = explode(“:”, $item->slug);
    return “index.php/” . $alias . “/” . $part[0] . “-” . $part[1] . “.html”;

    JA Side News article url will looks like index.php/about-us/id-article-alias-name.html

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

This topic contains 3 replies, has 2 voices, and was last updated by  dohodnoj 13 years, 6 months ago.

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