bmp files are not shown on homepage of my website bmp files are not shown on homepage of my website
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

bmp files are not shown on homepage of my website

Started by hozyali, February 04, 2007, 10:09:19 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

hozyali

Hi,

I am using cpmfetch on homepage of my website to show last additions box www.bookstocollect.com
it shows bmp files on the gallery pages but not on my website's homepage.

any ideas?

Ali

vuud

Quote from: hozyali on February 04, 2007, 10:09:19 AM
Hi,

I am using cpmfetch on homepage of my website to show last additions box www.bookstocollect.com
it shows bmp files on the gallery pages but not on my website's homepage.

any ideas?

Ali

Hmmm, do you get links but no images, or they just never seem to be displayed at all?

Can you also do a view source on the page and see if they turn up in there in any way?  Will help me troubleshoot

Thanks,

Vuud
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

hozyali

Quote from: vuud on February 04, 2007, 10:11:49 PM
Hmmm, do you get links but no images, or they just never seem to be displayed at all?

Can you also do a view source on the page and see if they turn up in there in any way?  Will help me troubleshoot

Thanks,

Vuud


Hi,

thanks for your help. yes I get links.
please take a look at http://www.bookstocollect.com/
you will see the one image on fourth right is not appearing which is the bmp file. it has the link to original image and it will open it too, but does not show its thumbnail on the homepage.

Ali

hozyali

Quote from: vuud on February 04, 2007, 10:11:49 PM
Hmmm, do you get links but no images, or they just never seem to be displayed at all?

Can you also do a view source on the page and see if they turn up in there in any way?  Will help me troubleshoot

Thanks,

Vuud


I did the view source of the homepage, it shows for other gifs and jpgs like
Quote<img  src="/gallery//albums/userpics/thumb_a621_1%7E0.gif" class="image" alt="views: 1" title="views: 1"  />

but for bmp, it shows like
Quote<img  src="/gallery/images" class="image" alt="views: 1" title="views: 1"  />

Please advise.

Ali

vuud

Quote from: hozyali on February 05, 2007, 09:20:04 AM
I did the view source of the homepage, it shows for other gifs and jpgs like
but for bmp, it shows like
Please advise.

Ali


Hmmm, what do bmp thumbnails show up as?  bmp's also?
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

hozyali

Quote from: vuud on February 05, 2007, 06:14:49 PM

Hmmm, what do bmp thumbnails show up as?  bmp's also?


it shows a red cross like image not found. you can take a look at www.bookstocollect.com

Ali

vuud

Quote from: hozyali on February 05, 2007, 08:07:42 PM
it shows a red cross like image not found. you can take a look at www.bookstocollect.com

Ali

Sorry, I was wondering how cpg stored them... I don't have any BMP's in my gallery that I know of.

Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

hozyali

Quote from: vuud on February 05, 2007, 08:18:33 PM
Sorry, I was wondering how cpg stored them... I don't have any BMP's in my gallery that I know of.



so what does it mean? can you please figure out whats the issue?

vuud

Quote from: hozyali on February 05, 2007, 08:07:42 PM
it shows a red cross like image not found. you can take a look at www.bookstocollect.com

Ali

Okay, found it on your site.  Yes, the thumb is a bmp.  I just checked and my code does not handle finding bmp files as thumbnails.

My philosophy has been to support what CPG supports out of the box.  They allow for anything GD or ImageMagick supports.

Here is the list from ImageMagick:
http://www.imagemagick.org/script/formats.php

Yeah, I am not going to support all of those - but BMP makes sense... maybe a few others.  But not all I don't think.  Who knows though... maybe someone would like to see a thumb of a pdf...  I dunno

I will add in BMP support for the next dev release.



Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

hozyali

Quote from: vuud on February 05, 2007, 09:19:21 PM
Okay, found it on your site.  Yes, the thumb is a bmp.  I just checked and my code does not handle finding bmp files as thumbnails.

My philosophy has been to support what CPG supports out of the box.  They allow for anything GD or ImageMagick supports.

Here is the list from ImageMagick:
http://www.imagemagick.org/script/formats.php

Yeah, I am not going to support all of those - but BMP makes sense... maybe a few others.  But not all I don't think.  Who knows though... maybe someone would like to see a thumb of a pdf...  I dunno

I will add in BMP support for the next dev release.





Okay, how long do you think the new release will take?

thanks anyway.

Ali

vuud

Quote from: hozyali on February 05, 2007, 09:25:32 PM
Okay, how long do you think the new release will take?

thanks anyway.

Ali

I think for the next dev release I have two major changes that need to be finished:

1) Automatic detection of CPG being bridged

2) SMF forum specific bridge code created

3) Detecting if the config file needs to be re-installed or not and prompting for that.

4) The recently discovered bug of loading two different config files.

The first is coded, but not tested yet (in theory it should work though)

The second I have to install SMF and create a new website to test this on

The third, I forget.  I think I have to code in to detect the version numbers, but have not fully tested it yet

The last, I have not even started to poke at.


I would say tomorrow night maybe... depends on a few life related things on how much time I get.  If it is going to be longer, I will send you a patched up version that you can try.




Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

hozyali

Quote from: vuud on February 05, 2007, 09:41:09 PM
I think for the next dev release I have two major changes that need to be finished:

1) Automatic detection of CPG being bridged

2) SMF forum specific bridge code created

3) Detecting if the config file needs to be re-installed or not and prompting for that.

4) The recently discovered bug of loading two different config files.

The first is coded, but not tested yet (in theory it should work though)

The second I have to install SMF and create a new website to test this on

The third, I forget.  I think I have to code in to detect the version numbers, but have not fully tested it yet

The last, I have not even started to poke at.


I would say tomorrow night maybe... depends on a few life related things on how much time I get.  If it is going to be longer, I will send you a patched up version that you can try.






thanks a lot, I will be waiting to hear from you soon.

Ali

vuud

Quote from: hozyali on February 06, 2007, 07:16:22 AM
thanks a lot, I will be waiting to hear from you soon.

Ali

Sorry for the delay.  Another problem required a very large change... 

I have it done, and just need to test it tomorrow I think.  The fix will be in version 1.9.9 when I post it.

Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

hozyali


vuud

Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

hozyali

Thanks, I will now work on it and let you know.

Ali