Quote:
Originally Posted by King Kovifor
In your first one, you have $post to $vbulletin. Remove "$post to" and it should work.
|
D'oh. That was a typo on my part. I copied+pasted what you told us to add and I accidentally copied the "to" :-P Let me try that...
So, now it's set as:
PHP Code:
<if condition="$vbulletin->userinfo['twitter_username']"><a href="tweet.php?do=post&id=$post[postid]&c=$post[postid]">Tweet this post!</a></if>
But when I check my Twitter, the URL it goes to is:
http://www.atxscene.com/forums/showp...&postcount=414
Which looks funky. Shouldn't it go to forums/showthread.php?p=414&postcount=414 so that it shows the thread and just automatically scrolls to that post? It just makes my style look funky lol you can check it out.