Thread Starter
timk
(@timk)
Thanks for the fast response! Works great!
Thread Starter
timk
(@timk)
Thanks to rmccue in the #wordpress channel on irc.freenode.net! This now works by simply adding
<?php include_once(‘/var/www/timbury.org/wp-config.php’);
as the first line of iframe.php, *before* including rss.php.
Possible hack? Either using 2.5’s builtin gravatar support or plugin for <2.5, set the default image to be used if the gravatar call returns nothing (they don’t have a gravatar) and call the gravatar function with null string for user id. No gravatar is returned and default is used every time. Default path could be constructed based on user id to give unique images. Eventually, rework the code to eliminate the gravatar call completely.