Jump to content

Omit issue with Satellite Gallery


Recommended Posts

I am trying to help a friend of mine with an issue on his website, even though I don't have too much experience with php. The php programmer that developed the site for him has disappeared and the php gallery he used does not offer support at all and no documentation other than installation. The gallery is Satellite: http://design.tedforbes.com/ 

 

The issue we are experiencing is that the gallery is supposed to draw images from his Flickr account using his API key, which it does perfectly. However it's also supposed to omit images that have the tag "noweb" which it doesn't do.

 

This setting is controlled in a preferences php file:

 

$omit[] = "noweb";

 

This preferences file is referenced in each php file for the rest of the site:

 

include('inc/preferences.php');

 

So logically I can't understand why the "noweb" tag isn't working.

 

Any advice would really be appreciated. If you need more info, I can certainly provide it.

 

Thanks,

Kim

Link to comment
https://forums.phpfreaks.com/topic/94127-omit-issue-with-satellite-gallery/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.