View Single Post
Old January 1st, 2005, 12:04 PM   #2 (permalink)
Brian
Guest
 
Posts: n/a
Re: Bizarre error messages and missing links..

Quote:
Originally Posted by GrBear
When I get an email saying that an images needs moderation before being posted, the link (say: http://www.whatever.com/gallery/showimage.php?i=5) takes me to a page which says:

No Image specified. If you followed a valid link, please notify the webmaster

If I go into the moderation section, the image is there waiting to be approved.
That's because the image is not validated yet, therefore is not going to show up on the user side.


[qutoe]The second issue is that on the error message, the hyperlink of webmaster is a blank mailto: href. I've verified that the field is indeed filled in via:

vbOptions > Site Name / URL / Contact Details[/quote]
If you'll look in your /forum/includes/functions_gallery.php file for this code:
Code:
Content visible to verified customers only.
And replace it with this:
Code:
Content visible to verified customers only.
Then that should take care of that problem.
  Reply With Quote