inserting image from custom field to popular entries plugin
Posted: Mon Apr 06, 2009 5:00 pm
Hi!
I want to insert an imagelink from my custom properties field into the popular entries output.
on line 276 of the plugins serendipity_plugin_popularentries.php i have
What I have to input is
But I don't know how to input this to get it working. Anybody knows a solution? 
Thanks, lordcoffee
I want to insert an imagelink from my custom properties field into the popular entries output.
on line 276 of the plugins serendipity_plugin_popularentries.php i have
Code: Select all
echo '<li><a href="' . $entryLink . '" title="' . htmlspecialchars($entry['title']) . '">' . $entry['title'] . '</a>';
Code: Select all
<img src="{$entry.properties.ep_firstpreview}">Thanks, lordcoffee