MyBB Community Forums
[For 1.6] MyBBPublisher v2.0 - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.6] MyBBPublisher v2.0 (/thread-75413.html)



RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - linguist - 2011-06-07

I constantly find these errors in my error.log:

<error>
	<dateline>1306595027</dateline>
	<script>inc/plugins/mybbpublisher/tmhOAuth.php</script>
	<line>25</line>
	<type>2</type>
	<friendly_type>Warning</friendly_type>
	<message>tmhOAuth::include() [<a href='function.include'>function.include</a>]: Failed opening '_account.php' for inclusion (include_path='.')</message>
</error>

What's going wrong there?


RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - pavemen - 2011-06-07

You need to upgrade to the latest version. If anything, upload the latest tmhOAuth.php API file from the 1.6.2 package


RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - linguist - 2011-06-08

Yep. That helped. Thanks.



P.S.: I noticed a typo in the descriptions of the two image paths:
Quote:Leave blank to diable.
> disable Wink


RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - kadhafi - 2011-06-08

Sorry for late reply sir, its working now by the way how to remove thd (dot) at the end of url?I mean the url on my twitter became
http://adf.ly/jn0qX.
i want to make it
http://adf.ly/jn0qX



RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - pavemen - 2011-06-08

(2011-06-08, 08:05 AM)linguist Wrote: Yep. That helped. Thanks.

P.S.: I noticed a typo in the descriptions of the two image paths:
Quote:Leave blank to diable.
> disable Wink

Thanks, I will try to remember to fix that in a future version

(2011-06-08, 01:35 PM)kadhafi Wrote: Sorry for late reply sir, its working now by the way how to remove thd (dot) at the end of url?I mean the url on my twitter became
http://adf.ly/jn0qX.
i want to make it
http://adf.ly/jn0qX

Edit the language file to add or remove the period


RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - kadhafi - 2011-06-08

Thank you sir i hope on the next version not only the new thread,announcements will publish but also the new posts..


RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - pavemen - 2011-06-08

(2011-06-08, 03:06 PM)kadhafi Wrote: Thank you sir i hope on the next version not only the new thread,announcements will publish but also the new posts..

That could be a bit excessive as Twitter only allows 350 of certain connections per hour so a busier site could eat that up. Plus its a lot of duplicate content.

I will think about it


RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - kadhafi - 2011-06-08

hmm i think you're right sir, by the way i cant find the (dot) to remove on the language file sir..i will attach the file sir i hope you could edit it for me..


RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - pavemen - 2011-06-08

sorry, its in the main plugin file

there are several instances of

$message = str_replace("{urlbit}", ($url!="" ? $lang->mybbpublisher_at.$url."." : "."), $message);

that you would need to change to

$message = str_replace("{urlbit}", ($url!="" ? $lang->mybbpublisher_at.$url : ""), $message);



RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - linguist - 2011-06-08

What might be going wrong if bit.ly url shortening does not happen any longer?
I checked the API and it's saved correctly, and in the settings bit.ly is activated for both twitter and fb.
(And : no, that problm was there already before i upgraded to publisher 1.6.2, and it's still there).