paperkitepress Posted March 3, 2008 Share Posted March 3, 2008 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 Quote Link to comment https://forums.phpfreaks.com/topic/94127-omit-issue-with-satellite-gallery/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.