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!
Yes, a lot of mod developers do have schedules, when that is their only problem. With me paying for a car; school; and a job, my life hasn't had time to focus on anything. I am not sure what ragtek has done, but several facets that many have asked for are already implemented, just not for anyone to use yet. What I don't get is the fact that everyone believes that I should dedicate all my free time to developing this and my other modifications, when I do this for free, as a hobby. That alone should mean that I shouldn't be placed into a schedule that you all expect. My schedule will and always will be "when it is done" as that gives you the best possible product -- with minimal bugs. Now if I sounded harsh, I just spent this entire day working and doing homework, and in my ten minutes of spare time, I come on here to support this.
I just want to say thanks for the great mod. This mod can certainly be improved as I am sure you are more aware of than any of the users of it, but this is a great tool and the vborg community is lucky to have developers willing to take a look at the newer trends of social networking to let their forums integrate popular services like this that their users use massively.