Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • bossies Friend
    #141463

    the header link of the ja-news (football golf ect.) link to table view when you click on them. is there anyway possible to change that to open in blog layout?

    Anonymous Moderator
    #306315

    Hi bossies

    Open modules/mod_janews/html/blog_item.php, at line 29, find following code:

    [PHP]<a href=”<?php echo $catlink;?>” title=”<?php echo trim(strip_tags($catdesc));?>”>
    <span><?php echo $cattitle;?></span>
    </a>[/PHP]

    and change to:

    [PHP]<a href=”<?php echo $catlink.’&layout=blog’;?>” title=”<?php echo trim(strip_tags($catdesc));?>”>
    <span><?php echo $cattitle;?></span>
    </a>[/PHP]

    thatcomputerdude Friend
    #309796

    <em>@JA Developer 130754 wrote:</em><blockquote>Hi bossies

    Open modules/mod_janews/html/blog_item.php, at line 29, find following code:

    [PHP]<a href=”<?php echo $catlink;?>” title=”<?php echo trim(strip_tags($catdesc));?>”>
    <span><?php echo $cattitle;?></span>
    </a>[/PHP]

    and change to:

    [PHP]<a href=”<?php echo $catlink.’&layout=blog’;?>” title=”<?php echo trim(strip_tags($catdesc));?>”>
    <span><?php echo $cattitle;?></span>
    </a>[/PHP]</blockquote>

    I have no HTML directory.

    I have
    modules/mod_janews/ja.news
    modules/mod_janews/tmpl

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

This topic contains 3 replies, has 3 voices, and was last updated by  thatcomputerdude 15 years, 4 months ago.

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