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.
Alright, maybe I didn't read the thread enough, but I desperately want to remove the icons from the forum section descriptions.
Removing the image path in the plugin and then reinstalling the plugin didn't work, I've tried searching for it in the templates, but no luck.
Can I get some help here, please?
I am not sure what the issue is as the code to add the images is done on the fly. As long as the image path is empty then it should not show up

if($mybb->settings['mybbpublisher_tw_enabled']==1 && $mybb->settings['mybbpublisher_tw_icon'] != "")
{
	$forum['description'] = '<img src="'.$mybb->settings['mybbpublisher_tw_icon'].'" alt="'.$lang->mybbpublisher_tw_icon_alt.'"> '.$forum['description'];
}

Same for the Facebook options. As you can see, the forum description is built as part of the plugin and only if the settings provide such.

Can you verify is there are multiple settings for mybbpublisher in your settings table? Perhaps its some old settings that are still present.

Also, have you tried forcing a reload and clearing your cache?
(2011-03-21, 01:26 AM)pavemen Wrote: [ -> ]I am not sure what the issue is as the code to add the images is done on the fly. As long as the image path is empty then it should not show up

if($mybb->settings['mybbpublisher_tw_enabled']==1 && $mybb->settings['mybbpublisher_tw_icon'] != "")
{
	$forum['description'] = '<img src="'.$mybb->settings['mybbpublisher_tw_icon'].'" alt="'.$lang->mybbpublisher_tw_icon_alt.'"> '.$forum['description'];
}

Same for the Facebook options. As you can see, the forum description is built as part of the plugin and only if the settings provide such.

Can you verify is there are multiple settings for mybbpublisher in your settings table? Perhaps its some old settings that are still present.

Also, have you tried forcing a reload and clearing your cache?

No, there are not multiple settings listed for mybbpublisher in my table.
Clearing the cache didn't work.

Removing the code you listed from the plugin did work, however Smile
Thanks.
Mine doesn't work. I have setup all the setting as it should be. My application is approved and have Revoke access under it.

But when i enable the Plugin then the problem begins. I cannot post, and cannot delete posts in my Forum. Also the posts / Threads don't show up in Twitter.

HELP!

Thanks.
check the cache in ACP > Tools & Maintenance > Cache Manager > mybbpublisher_error_tw and tell me what is says inside.

What version of MyBB are you using?
I don;t have mybbpublisher_error_tw under Cache Manager Sad

I am using 1.62 mybb.


Should the application needs read/write access?
can you provide me similar screenshots to the above ( http://community.mybb.com/thread-75413-p...#pid649976 )

do you all the files uploaded, including the folder and files at \inc\plugins\mybbplublisher\ ?
Yes i have uploaded the files. But i didnt uploaded the files e.g; mybbpublisher.php~ files.

It is off right now, thats why the first option is OFF.

Following are the settings; I have facebook disabled and not using bit.ly

[Image: Capture2.jpg]

[Image: Capture784.jpg]

[Image: Capture3.jpg]

[Image: Capture4.jpg]


DO YOU NEED ANY OTHER SETTINGS?
so far that looks okay. if you enable the plugin and set the forums to publish to a single value other than 0, does it work?
also, can you enable the plugin and set Inclusive to NO and leave the FID list as 0. Does your forum work correctly but not publish?

i am trying to figure out what area of the code is breaking your site
1. Ok i changed the Publish Value to 1 and Forum works but i don;t see it publised under my Twitter account, also i cannot modify or delete the Thread Sad

2 .Same thing with the other option you mention. Inclusive to NO and FID to 0, let me post the Thread but it won;t showup in twitter, also i cannot delete The Thread from the FORUM. Sad