![]() |
Quote:
|
Quote:
In the meantime I can tell you this. I switched web hosts this week. Since then this vbulletin to twitter, live tweets of new threads hasn't worked. Any other suggestions? |
Quote:
Any solutions so far? I came across tis error a few mins ago.. it seems related.. Quote:
|
Quote:
Hmm.. but now still got the word "Array" instead of the short url it's suppose to be showing. |
Quote:
|
Quote:
Even though i get the errors , when i refreshed the error page it sent the tweets through, so its almost kinda working NOT installed |
I apologise if this has been asked before, I did look through the thread but couldn't find anything...
Is it possible to specify forums to include rather than exclude as I only want to include 2 forums. It would easier for me do that rather than exclude 35 other forums. Thanks. |
Quote:
|
I should maybe change to EfficientAPM ;)
|
Near the first line there's a !. Take it out to make it an inclusion list.
Quote:
|
Quote:
safe_mode is disabled. I have Json and Curl compiled. What else can it be????????? |
OK here's the latest. I submitted a test thread and it went thru with no errors and is on my site.
But, it didn't tweet to twitter? It's supposed to be instanteneous (sp?) right? I wouldn't even have to wait any amount of time? Thanks!! Execution Order Use this field to enter the order in which code at the same hook will be executed. What should this number be? |
Great mod, thanks!
A couple of things to note: 1. Make sure you download all the PHP code. I missed the bracket at the end and got the error: PHP Parse error: syntax error, unexpected $end in 2. Download the bitly.php file from this thread not from the URL linked in the post. The link is newer and does not work properly. It gives you the word "Array" rather than the bit.ly URL. |
Quote:
Now it's not even going to my bit.ly. |
Seems to work fine with the latest vBulletin and I followed the correct procedures ;)
|
Actually the only thing I did find out is that the actual server software my webhost uses is LiteSpeed instead of Apache, in most cases this will not cause an issue since LiteSpeed is far superior than Apache.
I followed all directions, do not get errors, but do not see the post happening on Twitter. Posted several tests then deleted them. |
Dont work ?!?!?!?!?!?! :(
|
Had to uninstall
Put everything in the correct place but when i activate the forumblock i get fatal errors |
Turn off, i get errores every new thread :-(
|
Quote:
|
Works perfectly on my 3.8.5 forum. Is there a way I can make the regular twitter social bookmark button in every thread use my bit.ly? Also, do you have a 'post to Facebook' option??? Would be very cool.
|
I would love to install if it works
|
I seem to have done something wrong here. I receive the error code below;
Warning: require_once(bitly.php) [function.require-once]: failed to open stream: No such file or directory in [path]/newthread.php(273) : eval()'d code on line 125 Fatal error: require_once() [function.require]: Failed opening required 'bitly.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tttsndcx/public_html/home/newthread.php(273) : eval()'d code on line 125 Any assistance with this would be great! I am using 4.0.3 if that makes a difference. |
Quote:
Hint: Forget bitly; you can't use it on your server. |
I get the following error:
The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- Invalid at the top level of the document. Error processing resource 'http://www.forum.com/newthread.php?do=postthread&... </hash> |
i just installed. I'm on PHP 5.2.13 -- using vbSEO 3.3.2 -- and its working great so far for me. I'm also on vB 3.8.2
:up: |
works great, only thing i'm looking for is a way to have only posts made by users with an X amount of posts tweeted... you know, to prevent spam tweets.
thanks. |
Quote:
https://vborg.vbsupport.ru/showthrea...=234288&page=7 |
Mine is not working!
can anyone check the my code here please, thanks a lot: The array below are the ids of non-public forums, update these to be your admin forum ids or anything non-public by default $excludedForums = array(3,6); // If you are having trouble getting bitly URL shortening to work... disable it! $useBitly = true; if (!in_array($foruminfo[forumid], $excludedForums)) { $shortUrl = 'http://www.mymarketingforum.ch/forum/showthread.php?t='.$newpost[threadid]; if ($useBitly) { // http://classes.verkoyen.eu/bitly require_once 'bitly.php'; $bitly = new Bitly('mymafo','http://bit.ly/a6LdSx'); $shortUrl = $bitly->shorten($shortUrl); } $tweet = ''; if (isset($newpost['prefixid']) && $newpost['prefixid'] != '') { $tweet = $vbphrase['prefix_'.$newpost['prefixid'].'_title_plain'].' '; } $tweet .= $newpost['title'].' '.$shortUrl; // http://classes.verkoyen.eu/twitter/ require_once 'twitter.php'; $twitter = new Twitter('mymafo','xxxxxxxxxx'); $twitter->updateStatus($tweet); |
Quote:
Although I didn't seem to have a 'CURLOPT_HEADER' in the bitly php, just changing the other two did the job. |
Quote:
|
Installed. Works perfectly.
An "include" forums option would be great for those of us who have less forums we'd like to include than exclude. ;) |
I actually got it to work except for one little thing.
When you click the shortened link (is.gd) on Twitter you're directed to my site and and get this message: No Thread specified. If you followed a valid link, please notify the administrator |
Quote:
Quote:
|
Still getting the error "cannot view XML input using xsl stylesheet"... Sounds like something simple. Any ideas?
|
Quote:
|
Look i know i should check the preceding 27 pages but could someone in the know tell me if this issue is fixed yet??
Quote:
|
was using IE... I didn't try in another browser. Obv it would be useless if it only worked in Firefox anyway. But I am sure it is supposed to work in IE and there is something else going on here. I am using a custom skin on my forum, but then most of us probably are. Maybe it is something to do with the doctype specified in some of the CSS templates, or something similar? Just a guess. Any ideas welcomed...
|
Quote:
In this particular case you would have immediately seen that the problem is not with vb or this mod. OTOH, if you saw this in every reader you tried, I'd say we need a link to try it for ourselves. And to kefallon: No, I don't think there has ever been a good solution to Twitter "could not authenticate" errors. But I wouldn't take my word for it and would slog through all the pages anyway. |
Quote:
Still doesn't work. :down: |
All times are GMT. The time now is 04:30 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|