0
Welcome Guest! Login
0 items Join Now

list of articles/joomfish. Any ideas?

  • list of articles/joomfish. Any ideas?

    Posted 14 years 4 months ago
    • Noor's Avatar
    • Noor
    • Newbie
    • Posts: 15
    • Thanks: 0

    Re: list of articles/joomfish. Any ideas?

    Posted 12 years 4 months ago
    • Hi,

      In the default.php (SITE_ROOT/modules/mod_articlelist/tmpl/default.php) change the following code
      <a title="<?php echo $item->fulltitle; ?>" href=<?php echo $link; ?>><span><?php echo $item->title; ?></span></a>

      to
      <a title="<?php echo $item->fulltitle; ?>" href=<?php echo $link; ?>><span><?php echo $item->fulltitle; ?></span></a>

      Where $item->title is changed to $item->fulltitle.

Time to create page: 0.063 seconds