This topic contains 16 replies, has 4 voices, and was last updated by pixelzombie 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Hello jakia,
this is possible too. Just change templates/ja_nex/html/mod_janews_featured/nex/blog.php.
The big image slider: line 72
from
<?php echo $news->bigimage?>
to
<a href="<?php echo $news->link;?>" title="<?php echo strip_tags($news->title); ?>">
<?php echo $news->bigimage?>
</a>
and for the small static images: line 124
from
<?php echo $news->smallimage?>
to
<a href="<?php echo $news->link;?>" title="<?php echo strip_tags($news->title); ?>">
<?php echo $news->smallimage?>
</a>
I’ve attached the file for your convenience 🙂
Cheers
Frank
2 users say Thank You to pixelzombie for this useful post
This topic contains 16 replies, has 4 voices, and was last updated by pixelzombie 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum