

Posted By: kierownikJust downloaded the plugin and get this error after trying to update:
Fatal error: Call to undefined function plugin_twitter_updatenow() in /home/*****/public_html/fp-plugins/twitter/plugin.twitter.php on line 186
And it adds a twitter ID at the bottom of my page, seehttp://kierownik.nl
It also adds the twitter ID as title of the post, could this be done differently?
{entry}
{if $categories|@istweet} {* tweet *}
{include file='entry-tweet.tpl'}
{else}
{include file='entry-default.tpl'}
{/if}
{/entry}
and here is my entry-tweet.tpl
<code>
{$date|date_format_daily:'<h2 class="date">%A, %B %e</h2>'}
<div id="{$id}" class="entry twitter">
{include file=shared:entryadminctrls.tpl}
{* LOOK MA! NO TITLE *}
<div class="entry-content">
{$content|tag:the_content}
</div> <!-- #entry-content -->
<div class="footnotes">
<a class="date" href="http://twitter.com/{$plugin_twitter_userid}/status/{$subject}">{$date|distanceOfTimeInWords} ago</a>
- <a href="{$id|link:comments_link}#comments">{$comments|tag:comments_number}
{if $views}(<strong>{$views}</strong> views){/if}</a>
</div>
</ul>
</div>
.twitter p {
margin:0 !important;
}
.twitter .footnotes {
margin-top: .2em;
height:18px;
background: url(../imgs/16-twitter.png) no-repeat;
display:block;
}
.twitter .footnotes .date {
color:#888;
padding-left:18px;
}
.footnotes {
font-size: x-small;
margin-top: 3em;
border-top: 1px solid #ddd;
}
$this->smarty->assign('success', updatenow()? 2:3);$this->smarty->assign('success', $_o->updatenow()? 2:3);Posted By: svennidHi NoWhereMan,
Again my question is it possible to show all tweets on a static or separate page?
Cheers
Svennid
It looks like you're new here. If you want to get involved, click one of these buttons!