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: MyBBPublisher v2.0 - pavemen - 2012-06-23

Pick another username?


RE: MyBBPublisher v2.0 - SpencerUk - 2012-06-25

Hi Pavemen

I've managed to get the plugin (Twitter side) working all good which is great. I appear to be having an issue however with the twitter hashtag posting.

Tried quite a few combos putting the physical # in and still doesn't work Sad

I've supplied all ACP code and settings below. Can anyone tell me where I'm going wrong?

[Image: image.png]


[Image: image.png]


RE: MyBBPublisher v2.0 - pavemen - 2012-06-25

the hashtag part in MyBBPublisher only converts the keywords it find in the thread title to hashtags. it does not insert them separately. if you want to insert them separately, simply modify the language file to include them


RE: MyBBPublisher v2.0 - andrewjs18 - 2012-06-27

pavemen, is this plugin better than pushing content to twitter and facebook via dlvr.it?


RE: MyBBPublisher v2.0 - pavemen - 2012-06-27

it's real-time versus whatever schedule you set of a RSS based posting/sharing service

the contents can be customized (with some edits or settings)

it is currently limited to Twitter and FB, unlike the other services out there.

trade-off between real time/layout and ease of use but being dependent on another third party service


RE: MyBBPublisher v2.0 - SpencerUk - 2012-06-28

(2012-06-25, 12:28 PM)pavemen Wrote: the hashtag part in MyBBPublisher only converts the keywords it find in the thread title to hashtags. it does not insert them separately. if you want to insert them separately, simply modify the language file to include them

Ah I misunderstood that section then.

When you say modify the language file I assume you mean the mybbpublisher.lang one

Could you point me in right direction as to where I should be putting my own tags. I've tried putting them in the twitter language at the bottom but to no avail and I've also tried typing them in the config files manually too Sad

Appreciate your help Smile


RE: MyBBPublisher v2.0 - Tekkie Da - 2012-07-10

Can anyone help me with this?
http://community.mybb.com/thread-122272-lastpost.html


RE: MyBBPublisher v2.0 - syLvestr - 2012-07-13

Hello,

I have a problem with the MyBBPublisher. I installed the plugin and activated in ACP. The mini icons are shown in the forum index (screenshot1), all the configuration are logged (screenshot2) and the tests are verified (screenshot3). All the things that I have to do are correct but still it doesn't work. I open a thread but it is not publish in twitter. Could you tell me what is wrong?

SS1

[Image: 9pmbb.png]

SS2

[Image: 9pmbp.png]

SS3

[Image: 9pmbx.png]
[Image: 9pmc3.png]
[Image: 9pmcg.png]


RE: MyBBPublisher v2.0 - pavemen - 2012-07-13

I am supporting this at Community Plugins

(2012-06-28, 06:55 PM)SpencerUk Wrote:
(2012-06-25, 12:28 PM)pavemen Wrote: the hashtag part in MyBBPublisher only converts the keywords it find in the thread title to hashtags. it does not insert them separately. if you want to insert them separately, simply modify the language file to include them

Ah I misunderstood that section then.

When you say modify the language file I assume you mean the mybbpublisher.lang one

Could you point me in right direction as to where I should be putting my own tags. I've tried putting them in the twitter language at the bottom but to no avail and I've also tried typing them in the config files manually too Sad

Appreciate your help Smile

Sorry I missed this post of yours.

Edit mybbpublisher.lang.php and change

$l['mybbpublisher_new_announce_tw'] = "{msg} {urlbit}";
$l['mybbpublisher_new_thread_tw'] = "{msg} {urlbit}";

to

$l['mybbpublisher_new_announce_tw'] = "{msg} {urlbit} #tag1 #tag2";
$l['mybbpublisher_new_thread_tw'] = "{msg} {urlbit} #tag1 #tag2";

That should work.


RE: MyBBPublisher v2.0 - static1224 - 2012-07-19

thanks Smile