eAuction
  Not just another Perl script
Google
Welcome, Guest. Please Login or Register


If you use eAuction a lot and like it or if you make money from eAuction or from eAuction-related activities ...
then the project asks you for a donation in favor of the further development.



The forums are protected by
AccessControl
(written by Dieter Werner)
Click here if you want to check your IP against the most important RBLs of the net.
Click here in order to visite the AccessControl forums.


<< Visit the international e Auction Marketplace >>
Buy and sell PC and Consumer Electronic components






  HomeHelpSearchLoginRegister
 



Pages: 1 2 3 
Display Item (Read 639 times)
thisolddoll
eAuction Novice
*
Offline

I love my cats!

Posts: 0
Ohio
Gender: female
Display Item
11/29/03 at 05:00:53
 
Hello, Dieter!

   Don't know if you celebrate anything like Thanksgiving in Germany, but if you do, hope it was nice, and if not, here's wishing you a nice weekend.  

The auction is up and it's great!  There is one issue, though that might interest everyone.  On the item display, the description doesn't wrap when viewed at less than full screen.  Is there some way to make it do this?
 
Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!


Thanks for all your help!

Michele
Back to top
 
 

Michele


Advertising
View Profile | WWW | AIM   IP Logged
Dieter Werner
Administrator
*****
Online

Dipl. Paranoiac ®

Posts: 1162
Germany
Gender: male
Re: Display Item
Reply #1 - 11/30/03 at 15:02:01
 
Hello Michele,

you should use HTML tags with your description.
If you want to do that, you have to replace

sub enable_html

with this:

sub enable_html {
   my $line = shift || return 0;
   
   $line =~ s/(\&\;)/\&/gi;
   $line =~ s/(\"\;)/\"/gi;
   $line =~ s/(\<\;)/\</gi;
   $line =~ s/(\>\;)/\>/gi;
   
   return $line;
}
Back to top
 
 

Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!


Greetings from Germany
Dieter Werner




Advertising
View Profile | WWW   IP Logged
floinfo
eAuction User
**
Offline

I love Perl

Posts: 26

Re: Display Item
Reply #2 - 12/28/03 at 01:48:44
 
hello,

I just checking your auction site...
Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!


And I see you could do 3 more pictures... so 6 together. WooW!
I'd like to do this on my auction site too, give more pictures upload option.
Could you tell me how can change the script to allow to upload 5-6 pictures.

thanks, Balint
Back to top
 
 


Advertising
View Profile   IP Logged
Pages: 1 2 3 


If you like eAuction, please Rate it.
If you don't like eAuction, please Rate it too.


1 is being poor and 10 is being excellent


EveryScript

ip-location


AccessControl - Members Only