View Single Post
  #140 (permalink)  
Old 02-02-2008, 05:05 PM
johnson johnson is offline
New Pligger
 
Join Date: Jan 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
on summery page this code is not working

// Get Story ID
$storyID = htmlentities($main_smarty->get_template_vars(link_id));

there is no data for $storyID

coz of that

// Get Image filename
if ($main_smarty->get_template_vars(module_imageupload_filename_fie ld) == "")
{
$imageFile = module_imageupload_fullsize_prefix.$storyID.".jpg" ;
} else {
$imageFile = $main_smarty->get_template_vars(module_imageupload_filename_fie ld);
}

is not working also

Can someone help?
Reply With Quote