MyBB Community Forums

Full Version: MyBBPublisher v2.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
You need to upgrade to the latest version. If anything, upload the latest tmhOAuth.php API file from the 1.6.2 package
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
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
(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
Thank you sir i hope on the next version not only the new thread,announcements will publish but also the new posts..
(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
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..
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);
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).