Quote:
Originally Posted by Mr Morningstarr
Yeah that's what I didn't understand. How would removing stuff add the link?
That's why I didn't start messing around with it. I downloaded and installed the latest version, I wasn't upgrading.
|
It's in the upgrade instructions, because there was automatic. But, since yours isn't working, it needs to be added manually. Here:
Open the postbit or postbit_legacy template (depending on what you use). Find:
HTML Code:
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
Add before that:
HTML Code:
<if condition="$post['twitter_username']"><a href="tweet.php?do=post&id=$post[postid]&c=$post[postid]">Tweet this post!</a></if>