Elxis CMS Forum

Extensions => Modules => Topic started by: rentasite on July 13, 2009, 00:25:06

Title: Manufactorers Module (IOS eShop) - SOLVED
Post by: rentasite on July 13, 2009, 00:25:06
Hi,

how can i disappear that "Manufacturers" text link, in that specific IOS eshop module ?

Thanks

[attachment deleted by admin]
Title: Re: Manufactorers Module (IOS eShop)
Post by: nikos65 on July 13, 2009, 00:27:49
From the language perhaps  ::)
Title: Re: Manufactorers Module (IOS eShop)
Post by: rentasite on July 13, 2009, 00:28:54

No! I think its somewhere in the code.
Title: Re: Manufactorers Module (IOS eShop)
Post by: yiannisK on July 13, 2009, 09:49:56
Open modules/mod_eshop_manufacturers.php

remove L126-127
Quote
            $link = sefRelToAbs('index.php?option=com_eshop&task=manufacturers&Itemid='.$this->_Itemid, 'com_eshop/manufacturers/');
            echo '<br /><a href="'.$link.'" title="'.$this->eshop->lng->MANUFACTURERS.'">'.$this->eshop->lng->MANUFACTURERS."</a>\n";
Title: Re: Manufactorers Module (IOS eShop) - SOLVED
Post by: rentasite on July 13, 2009, 18:38:43

Thanks Yianni
Title: Re: Manufactorers Module (IOS eShop) - SOLVED
Post by: yiannisK on July 13, 2009, 19:26:22
 ;)