Elxis CMS Forum

Extensions => Modules => Topic started by: armpouniotis on July 12, 2010, 21:46:23

Title: IOS NoobSlide without link
Post by: armpouniotis on July 12, 2010, 21:46:23
Hi all !

i am using IOS NoobSlide which shows the images from IOS GALLERY, and moreover it links to that gallery by itself, but I don't want it to link to that gallery, I don't want it to link to anywhere...

How can I do that ?

Thank you in advance
Chris
Title: Re: IOS NoobSlide without link
Post by: datahell on July 12, 2010, 22:07:03
File mod_iosnoobslide.php line 255

Change this:
$this->images[$i]['link'] = $link;
To this:
$this->images[$i]['link'] = '';
Title: Re: IOS NoobSlide without link
Post by: armpouniotis on July 12, 2010, 22:14:32
It's working !

thank you datahell !