The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl
eAuction 1.6.1.x >> Discussion of Functions >> Remove Banner Ads.  
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1169909825

Message started by simcoe on 01/27/07 at 15:57:05

Title: Remove Banner Ads.  
Post by simcoe on 01/27/07 at 15:57:05

I have tried to remove the banner ads  Deleting the section in the config file didn't work.  I tried commenting out the first line in the banner ads section.

It must be simple.

How do you do it?

Thanks

Title: Re: Remove Banner Ads.  
Post by Dieter Werner on 01/27/07 at 16:41:18

Search eAuction.pl for
Code:
sub disp_banner {

and add
Code:
return;

below of the line you found.

Title: Re: Remove Banner Ads.  
Post by simcoe on 01/27/07 at 17:14:09

Thank you Dieter.

I tried something else and it seems to work

I removed this:

   @{[disp_banner('tbl')]}

from the two instances in the config file.
Is this wrong?

It only worked for the top banner and I see that there are other places where the same code is sitting.

I tried your sollution and that did it.


Thanks

The eAuction Support Forums » Powered by YaBB 2.2!
YaBB © 2000-2007. All Rights Reserved.