mod_latestnews + new windows link - Joomla! Forum - community, help and support


who configure mod_latestnews link open new windows ?

thanks.

this should done tenplate override subsequest updats not destry work.

change:

code: select all

<ul class="latestnews<?php echo $moduleclass_sfx; ?>">
<?php foreach ($list $item) :  ?>
   <li>
      <a href="<?php echo $item->link; ?>">
         <?php echo $item->title; ?></a>
   </li>
<?php endforeach; ?>
</ul>


to this:

code: select all

<ul class="latestnews<?php echo $moduleclass_sfx; ?>">
<?php foreach ($list $item) :  ?>
   <li>
      <a href="<?php echo $item->link; ?> target=\"_blank\"">
         <?php echo $item->title; ?></a>
   </li>
<?php endforeach; ?>
</ul>


that's line 12 of my

/modules/mod_articles_latest/tmpl/default.php

yours may vary...

read on overrides at:

http://docs.joomla.org/layout_overrides_in_joomla_1.6





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support