The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl eAuction 1.6.1.x >> Start Up and more >> Buy It change https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1104429700 Message started by chicoletto on 12/30/04 at 19:01:39 |
Title: Buy It change Post by chicoletto on 12/30/04 at 19:01:39 Hi Dieter, How can I change the writing : Buy it now with a picture ? I found this line in the script eAuction.pl : $buy_it > 0 ? ($buy_it_info = qq|<font color="green" size="1"><b><i>Buy It <font color="red" size="1">Now</i></b></font>|) : ($buy_it_info = ""); $image ? do { @image = split /\s/, $image; $image !~ /http\:/ ? ($img_info = qq|<img src="$config{'img_url'}/$image[0]"@{[img_size($image[0], 50)]}>|) : ($img_info = qq|<img src="$image[0]" width=50 border=0>|); } : ($img_info = qq|<img src="$config{'icon_url'}/$config{'no_image'}" border="0">|); Can you tell me how to change it to a picture please ? Thank you in advance and I wanted to wish you a happy New Year 2005 !!!! |
Title: Re: Buy It change Post by Dieter Werner on 12/31/04 at 12:10:51 Search the script for "buy_it_info" and replace the text tags with your img src. But I wouldn't do that, because the use of an image will slow down the speed of your auction. |
Title: Re: Buy It change Post by chicoletto on 12/31/04 at 13:11:39 Hi Dieter, I try to change it but now I'm getting a 500 Internal Server Error. What do I do wrong ? |
Title: Re: Buy It change Post by Dieter Werner on 12/31/04 at 16:13:48 chicoletto wrote:
Check the changes you did ... it's simple HTML code ;) Happy New Year! |
Title: Re: Buy It change Post by chicoletto on 01/01/05 at 11:39:00 Dieter Werner wrote:
Hi Dieter, Happy New Year to you too.... I know its an easy HTML code, but every time I transfert the .pl file I get this 500 ERROR !!!! I tranfer it right in ASCII mode and i have problems..... can you help please ? I really appreciate your help. |
The eAuction Support Forums » Powered by YaBB 2.2! YaBB © 2000-2007. All Rights Reserved. |