Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Yeah -- I pull the content source url from Feedapi. Sometimes, for whatever reason, Feedapi can't retrieve the URL of the blog or whatever the source is of the feed. So when I create that link, it fails.
To remove the link to the content source, copy the meme.tpl.php file to your theme directory. Now any changes you make to your copy will override the original theme file that shipped with the module. So copy the file over and find the line that prints the content source out and kill that.
Comments
Comment #1
kyle_mathews commentedYeah -- I pull the content source url from Feedapi. Sometimes, for whatever reason, Feedapi can't retrieve the URL of the blog or whatever the source is of the feed. So when I create that link, it fails.
To remove the link to the content source, copy the meme.tpl.php file to your theme directory. Now any changes you make to your copy will override the original theme file that shipped with the module. So copy the file over and find the line that prints the content source out and kill that.