View Single Post
  #159 (permalink)  
Old 04-26-2008, 06:22 PM
swese44 swese44 is offline
Casual Pligger
 
Join Date: Apr 2008
Posts: 39
Quote:
Originally Posted by tbones View Post
It was cent (http://forums.pligg.com/members/cent.html). He doesn´t seem to be online very often.

Well I've found a major bug with this in v9.9. Take a look at line 127:

Code:
$storyTitle = htmlentities(stripslashes($main_smarty->get_template_vars(title_short)));
$storyTitle is never set. In fact the $main_smarty variable doesn't return anything. There must have been some core change in v9.9 that hasn't been accounted for. So even though the basic functionality of the image upload is working, certain things like titles are never set.

This means I can't figure out how to access the smarty variables so I can't change the image link to the story URL. Anybody have any ideas?
Reply With Quote