JEWbacca Posted March 25, 2005 Posted March 25, 2005 Good Afternoon, Quick question. It seem that my header disappears after I set the 'Image Required' to false? Is there any way to correct this from happening? I seached, but could not find a solution.... ? Thanks Nate
tina_boots Posted March 25, 2005 Posted March 25, 2005 Good Afternoon, Quick question. It seem that my header disappears after I set the 'Image Required' to false? Is there any way to correct this from happening? I seached, but could not find a solution.... ? Thanks Nate <{POST_SNAPBACK}> Hello, That would fall under the category of functions as designed. The tep_image function which is called to display an image checks the value of IMAGE_REQUIRED. If its false then it does not display the image. You would not want to change the tep_image function, however you could replace that code in the header.php file with something else such as a plan <img> tag or perhaps write a modified version of tep_image which did not do the image_required check and call that one for your header.php. Be well, Tina If you're not having fun you're not doing it right Teach a person to fish rather than give them a loaf of bread or however that saying goes.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.