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!
Hm. I don't know why, but that still happens... Try reinstall if possible?
Yes, just modify the link.
yep did that and still same error
Quote:
Warning: mcrypt_decrypt() [function.mcrypt-decrypt]: The IV parameter must be as long as the blocksize in [path]\profile.php(1873) : eval()'d code on line 4
I've installed this and put everything where it should have gone and none of the links are popping up... this .ds store file that's with the product, where does that go? Forum root? Because If so...it still isn't working..
when I click on the to twit page it gives me an error that the page is not available
Twit page? as in tweet.php or tp.php and tt.php?
Quote:
Originally Posted by Mahar
I've installed this and put everything where it should have gone and none of the links are popping up... this .ds store file that's with the product, where does that go? Forum root? Because If so...it still isn't working..
The .ds file is a mac database file that saves the location of files (as in arrangement) and isn't needed it. Did you add your details?
Where does the .svn folder go? In the forum directory or in the root? When you click on any folder that same .svn folder is in almost each one. Why is that?
hmm not sure either! can't use it then. Love your support
My support is in limited time. I haven't had the time to sit down and actually figure out what could be causng this. I may modify make a surprise feature update.
My support is in limited time. I haven't had the time to sit down and actually figure out what could be causng this. I may modify make a surprise feature update.
i was researching and tinkering with the codes. I change
in bold and added RIJNDAEL and mode ECB and the problem went away.But i know you can use it because it's weak.Just an idea maybe in the future to look at.