Active
Project:
Twitter Pull
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2011 at 07:32 UTC
Updated:
27 Apr 2011 at 20:46 UTC
Im not getting this
twitter_pull_render ('@Quotes2Inspire', $title = NULL, $num_items = 50, $themekey = 'twitter_pull_quotes');
With above my tpl file shoud be called twitter-pull-quotes.tpl.php. Right? That doesn't work tough, returns in my watchdog:
Non-empty list of tweets returned blank space after applying theme function. Most probably you are passing invalid/unregistered theme key or tpl file corresponding to the theme key does not yet exist. Please fix the problem.
Comments
Comment #1
Michsk commentedCache is cleared.
Comment #2
kostajh commentedI'm having the same problem. Any guidance would be much appreciated.
Comment #3
irakli commentedYou have to declare your custom theme key or use the default one i.e. don't indicate theme key and just create twitter-pull-listing.tpl.php in your theme.
Comment #4
Michsk commentedThe thing is that i have declared my themekey but it's not being used.
Comment #5
kostajh commentedSorry, I should have been a bit clearer.
In my theme directory I have a file called "twitter-pull-custom.tpl.php". The contents are a copy of "twitter-pull-listing.tpl.php" with some slight modifications.
My custom.module has this in it:
Could you let me know what I am doing wrong?
Comment #6
d3p0 commentedSame issue here.
Comment #7
dlin commentedIs the "twitter-pull-custom.tpl.php" file in your custom module folder? It won't get picked up in the theme directory unless there is one with the module. I got my theme key working so that could be it.