Quote:
Originally Posted by tbones |
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?