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!
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
I get this error when I try to "tweet" a post.. Problem is I have the correct credentials in the options. Also, I checked the database and both twitter_password and twitter_username had data in them. I can't tell if the password is right for MYSQL. It appears to be encrypted. twitter_size apprears to have some encrypted data in it as well.
I even tried using different twitter username information and that had no effect. But I can log directly into twitter using the same information I put in my vBulletin options for my user.
Is anyone else having this problem? I'm willing to pay to have this fixed.
Also, can the 'tweet this' link and/or image appear at the end of a post, rather than at the top?
There will be an option in 1.1 for this.
Quote:
Originally Posted by mykkal
When I installed the plugin (via uploading and importing) I got this error. Fatal error: Call to undefined function mcrypt_get_iv_size() in /home/mmtalk/public_html/jobs/profile.php(2154) : eval()'d code on line 32
Quote:
Originally Posted by mykkal
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
I get this error when I try to "tweet" a post.. Problem is I have the correct credentials in the options. Also, I checked the database and both twitter_password and twitter_username had data in them. I can't tell if the password is right for MYSQL. It appears to be encrypted. twitter_size apprears to have some encrypted data in it as well.
I even tried using different twitter username information and that had no effect. But I can log directly into twitter using the same information I put in my vBulletin options for my user.
Is anyone else having this problem? I'm willing to pay to have this fixed.
According to your first quote, you don't have mcrypt installed, so it won't be able to decrypt a password, so, they won't be able to authenticate.
Don't see a version for 3.7. Just upgraded your board. 3.8 is only a security fix. Won't change any templates. 3.7 is the same without the bug fixes so it should work.
But i'd recommend you go to 3.8
problem is, it breaks a lot of plug-ins/addons which have not yet been updated...
If Mcrypt was installed, it should be working just fine. Attempt uninstalling it then reinstalling it.
thats not really the troubleshooting help i was looking for. i'm an admin..not a user. i need something more concrete then reupload some files and overwrite a xml.
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
I am having this same problem as well. I have Mcrypt installed on my server and am using it for other applications on other domains so I know it works fine. In addition, I was able to "tweet" a post once and it worked perfectly. However, since then I get the error above. All credentials are accurate.
thats not really the troubleshooting help i was looking for. i'm an admin..not a user. i need something more concrete then reupload some files and overwrite a xml.
it does not work,
That was my suggestion. Can you tell if the passwords are encrypted in the database?
Quote:
Originally Posted by ricoche
I am having this same problem as well. I have Mcrypt installed on my server and am using it for other applications on other domains so I know it works fine. In addition, I was able to "tweet" a post once and it worked perfectly. However, since then I get the error above. All credentials are accurate.
Just FYI. Thanks.
Was the one post before or after upgrading to v1.0.1?