Closed (won't fix)
Project:
Twitter
Version:
6.x-2.5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2009 at 18:19 UTC
Updated:
31 Dec 2012 at 00:27 UTC
In the author pane module you can add custom functionality to make it show other things besides what it already does. I found a post on the forum that had this
<?php
/**
* Implementation of hook_preprocess_author_pane().
*/
function twitter_preprocess_author_pane(&$variables) {
// Add your variable(s) like this:
$variables['twitter_VARIABLENAME'] = twitter_FUNCTION($variables['account']);
}
?>
can someone help me figure out what variable and function I need from twitter to go in here?
Thanks,
Becky
Comments
Comment #2
juampynr commentedObsolete. Closing.