Version: 1.0.4, by King Kovifor
Developer Last Online: Aug 2015
Category: Integration with vBulletin -
Version: 3.8.x
Rating:
Released: 02-08-2009
Last Update: 07-13-2009
Installs: 402
DB Changes Uses Plugins Auto-Templates
Additional Files Translations
No support by the author.
Description
This modification adds basic Twitter integration to vBulletin. Once a user defines their Twitter username & password within their vB Options (User CP -> Edit Options), the Tweet This X links will appear.
It automatically adds a tweet to their account with the default text of "Check this out! " (which can be edited editing the "twitter_checkout" phrase) and uses your forum URL with either tp or tt.php as the link. These redirect to the thread / post that was tweeted.
Installation
Upload files in the /upload/ folder of the .zip into the directories as is.
<if condition="$vbulletin->userinfo['twitter_username']"><a href="tweet.php?do=thread&id=$threadinfo[threadid]">Tweet This Thread!</a></if>
Requirements
THIS MODIFICATION REQUIRES PHP 5 DUE TO THE CLASS THAT IS USED!
PHP'S CURL EXTENSION IS ALSO USED! THE API CALLS ARE COMPLETELY DEPENDENT ON THEM!
This modification should work on vBulletin v3.5+, but was only tested on a vB 3.8 install.
Using the "tp.php" switch added in v1.0.2
With the release of v1.0.2, a switch between showpost.php?p=ID&postcount=COUNT and showthread.php?p=ID#postID has been added. Using it is simple, but requires a code edit (Note: This is a SUPPORTED code edit!). Open up tp.php and find this line:
PHP Code:
define('SHOWPOST', true);
Change that line to this:
PHP Code:
define('SHOWPOST', false);
This will automatically trigger the change any time it is loaded. This works retroactively and any links will automatically use the new settings once changed!
yea... we've been saying that for ages. .like 4 months now I think.
But i'm not sure how close they are to a new mod. I'm kinda thinking about developing this myself. I think King is too busy and well...Nobody on my site wants to use the twitter plugin in its current form. They are excited about it but its not practical and they quickly stop using it.
*shrug* I know King knows this... So if he doesn't have the time or thinks it will take more then 1 more month I really wish he would let us know.
A lot of Mod devs have a schedule so people know when beta, alphas, and stable releases will be available.
I've installed it but when i click tweet this thread or post i get the error
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/sites/ocean-wonders.co.uk/public_html/messageboard/includes/twitter.php on line 29
where is this "tweet this" suppose to appear so I can click on it?
Also when I typed in my username and password in my usercp and clicked saved, nothing happen except username and password are save there. Was anything else suppose to happen?
Can I get a reply to this? I am still not seeing "tweet this" anywhere.
I check with my host server and I do have the requird PHP software you mentiooned on my server.
I just installed the plugin and it is showing active in the plugin manager but there are no signs of Twiiter in the VB options nor are there any in the threads or thread tools.
I uploaded everything and I imported the XML correctly I blieve and I even un-installed and then installed again and nothing...