coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 pnCPG (Coppermine for postNuke/Zikula) => Topic started by: neumann on June 27, 2007, 08:33:05 AM

Title: Pictures showing as red "X"'s in Postnuke
Post by: neumann on June 27, 2007, 08:33:05 AM
Hi

cpg seems to work just fine. But After I have tried to batch upload, all the pictures in that album shows fine in cpg, but turn up ad red X's in postnule blocks. How can that be? The same just happened when I uploaded a wmv videofile and made a block with only that film in it.

Take a look at my page http://bnjpro.com  (http://bnjpro.com)and it will show on the frontpage.
Title: Re: Pictures showing as red "X"'s in Postnuke
Post by: casNuy on June 27, 2007, 10:22:42 PM
Those pictures have in common that within the name there is a strange character "Svanemøllen", can you try without the "ø" ?
Please let me know if that is the issue.
Cas
Title: Re: Pictures showing as red "X"'s in Postnuke
Post by: neumann on June 28, 2007, 08:11:46 AM
Once again you're right. Danish letters are banned !!!

Thanks

Now I only have a problem with the wmv file thumbnail on the mainpage. It still shows a red "X", and here the filename should be valid.
Title: Re: Pictures showing as red "X"'s in Postnuke
Post by: casNuy on June 28, 2007, 07:47:34 PM
The problem here is that you cannot show a wmv video file as thumbnail, it should be the full blown wmv link. This would slow down your home-page with large movies, this one is about 39 MB.
I believe you use the spec.php block.
If you would like to try just change the following line
Quote$picture .="thumb_";
Quote
to
//$picture .="thumb_";

This way you can verify the effect !

Cas
Title: Re: Pictures showing as red "X"'s in Postnuke
Post by: neumann on June 29, 2007, 07:47:06 AM
I would like to try that, but in which file do I make the comment?
Title: Re: Pictures showing as red "X"'s in Postnuke
Post by: neumann on June 29, 2007, 08:36:41 AM
I did, as you suggest, use spec.php and I have tried comment out the picture variable. But I don't see any effect.

Isn't there a way to let another picture do the thumb-representation of the wmv?

Not that I can't mange without, im just exploring the many features and functions of cpg, which is very nice.

I guess it is possible to make a link to a picture and then open the picture that way. Haven't really tried it out yet, but I will  :)
Title: Re: Pictures showing as red "X"'s in Postnuke
Post by: casNuy on June 29, 2007, 08:16:01 PM
I will see if i can find a fix for this.

Cas