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!
I checked everything and all of the files are in place and the plugin is showing active in the plugin manager and I even put in the manual template edits but still nothing.
I still have no VBtwitter in the adminCP except in the plugin manager, and yes it shows active and I still have nothing in any of the threads or thread tools.
TOTALLY WIERD!! I may have to uninstall and I don't want to!!
I checked everything and all of the files are in place and the plugin is showing active in the plugin manager and I even put in the manual template edits but still nothing.
I still have no VBtwitter in the adminCP except in the plugin manager, and yes it shows active and I still have nothing in any of the threads or thread tools.
TOTALLY WIERD!! I may have to uninstall and I don't want to!!
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
What am I doing wrong ??
Thanks in advance
This is a rare occurrence that I have no idea how to fix, for the fact that I have taken a file sent to me from someone receiving this, and it worked perfectly. I also cleaned the file up and verified the checking.
Quote:
Originally Posted by wmlvb
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.
You need to add your details in the User CP.
Quote:
Originally Posted by wmlvb
I do not see this button anywhere on my site even though I can access user cp tweetter setting and set.
BTW the file is in the folder and it the correct folder is image/buttons not images/misc
I do not see it on my site. Where is is suppose to appear?
Did you add your detailes in the User CP? If so, it should appear in the "Thread Tools" and Next to "#X" in posts.
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.
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.
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' ect ect
I found my server was running php 4, so i installed php 5+ on my server, now the app works fine, so anyone further with this problem, log into your admin CP, check your php version, as OP said, must be 5+. Hope this helps to any noobs so you don't have to go searching 27 pages worth of stuff.