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!
Well, I tried again and again. The zipped file downloads just fine and looks like it's the right size. But when I try to extract the contents, I get errors. I cannot extract valid contents of the file.
It is not my computer b/c I have downloaded and extracted several other files today. All worked fine except this one.
???
NM. I just read everything above again ... and I see it requires PHP 5. I only have 4.4, so even if I could get the file to extract correctly, I wouldn't be able to run it. So thanks.
NM. I just read everything above again ... and I see it requires PHP 5. I only have 4.4, so even if I could get the file to extract correctly, I wouldn't be able to run it. So thanks.
Sorry. I don't get a lot of things with PHP like that. And well, the title is working in a dev board...
Well, I tried again and again. The zipped file downloads just fine and looks like it's the right size. But when I try to extract the contents, I get errors. I cannot extract valid contents of the file.
It is not my computer b/c I have downloaded and extracted several other files today. All worked fine except this one.
???
idk, I had downloaded it before my reply and it worked fine
maybe clear your cookies?
Something like this? http://www.ridgidforum.com/forum/forumdisplay.php?f=47 I just used the standard RSS feeds into the forum. Have to create a forum to drop em in and a user to post them under. And of course set up the RSS Feed under the control panel.
Josh
Quote:
Originally Posted by TitanJeff
Sort of a related issue that I'm hoping those here might shed some light on.
I'm wanting to have the vB RSS bring in tweets to my forum. I get an error now due to the user/pass requirement.
Does not work!
When trying to "tweet this thread" (via any of the links), I get:
Quote:
We're sorry, but the Username and Password provided within your User CP could not be authenticated. Please modify either your Username or Password to match your current Twitter Username / Password and try again.
mcrypt is installed, and the u/p are correct (I just tested them on twitter), as well as the password being encrypted in the db.