[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 - pavemen - 2011-07-03 please see the first post for what you need to provide so I can help you. RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - msafiq - 2011-07-04 ok,actually when i updating i haven't delete the folder.now working fine.Thanks RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - pavemen - 2011-07-05 great RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - blogantinom - 2011-07-18 How can I remove the twitter icon that I have now in almost all my subforums?? RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - pavemen - 2011-07-18 right now, you cant as the plugin inserts the images on the fly into the forum descriptions. it would take some code edits to not add them. basically the edit would be to check if the $forum['parentlist'] contains two or more commas. In the parentlist field, categories contain no commas, main forums contain one comma (forum id and category id), subforums contain two or more (subforum id, parent id, category id) if you are familiar with PHP, you can edit the function that adds the icon and wrap the code in it with
RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - nadlerz - 2011-07-19 Remove images on index page, in front of the Forum description? Simply, do not include the images path in the Publisher Settings Leave Path to FACEBOOK icon & Path to TWITTER icon BLANK Demo > http://www.nadlerzforum.com RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - pavemen - 2011-07-19 (2011-07-19, 03:19 AM)nadlerz Wrote: Remove images on index page, in front of the Forum description? simple for all forums, but specifically for subforums, its not that easy. even the code edit above will not work perfectly as it does not deal with subforum lists in the forumdisplay RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - Berlo - 2011-07-19 I was thinking today what a great idea it would be to be able to update my Twitter and Facebook each time I post news on my forum. Thank you so much for this plugin. RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - nadlerz - 2011-07-20 How to use Facebook Pages? instead of Application? RE: [Release 1.4/1.6] MyBBPublisher v1.6.2 - pavemen - 2011-07-20 (2011-07-20, 05:26 AM)nadlerz Wrote: How to use Facebook Pages? instead of Application? go through the ACP tool to set it up . If you are an admin of a page and are allowed to post to it, it will list it as part of step 3. Only the walls, apps, groups and pages you are an admin of and can post to will be listed in that step. |