MyBB Community Forums

Full Version: is there any plgins for 1.8?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all


I am wondering if there is any plugins for mybb 1.8 that do the following:

1) Publish threads / posts to social networking groups ( facebook / twitter )

2) Embed videos ( so members can post videos say from youtube etc into there thread )

3) Gallery ( Im wanting a plugin that allows members to create a thread with a picture in a certain part of the forum that will then display at the top of the forum as thumbnails scrolling left - right and been able to only allow so many )
 
4) Advertisiment plugin for top of forum and to show ads inbetween posts

5) seo plugin ( not sure if this is needed anymore in 1.8)

Thanks everyone. hope someone can help.
I'm not pointing out any specific. But you can find all here:

Link:
http://community.mybb.com/mods.php?actio...ry=plugins

But most of the wanted plugins are yet incompatible for 1.8. See the guide here on your own risk for making plugins compatible to 1.8

Link:
http://uolbscs.com/forum-mybb-development-series
(2014-10-14, 02:23 PM)aroshkhan Wrote: [ -> ]I'm not pointing out any specific. But you can find all here:

Link:
http://community.mybb.com/mods.php?actio...ry=plugins

But most of the wanted plugins are yet incompatible for 1.8. See the guide here on your own risk for making plugins compatible to 1.8

Stop spamming your site link everywhere. The guide you wrote is not going to upgrade plugins. Editing the plugin version number is not the correct way of upgrading a plugin for MyBB 1.8.
(2014-10-14, 02:26 PM)spork985 Wrote: [ -> ]
(2014-10-14, 02:23 PM)aroshkhan Wrote: [ -> ]I'm not pointing out any specific. But you can find all here:

Link:
http://community.mybb.com/mods.php?actio...ry=plugins

But most of the wanted plugins are yet incompatible for 1.8. See the guide here on your own risk for making plugins compatible to 1.8

Stop spamming your site link everywhere. The guide you wrote is not going to upgrade plugins. Editing the plugin version number is not the correct way of upgrading a plugin for MyBB 1.8.

I'm not misguiding anyone. I wrote here too "upgrade at your own risk". May be if someone find it useful. Atleast i'm trying to help! Lightbulb
If you have 1.6 plugins, then follow this guide!

Locate the following file
public_html/inc/plugins/PLUGINNAME.php

Note: PLUGINNAME.php will be whatever file you need updated!

Edit the file and find compatibility and change it from 16* to 18*

On 1.6 (before)
[Image: 45d66c9ba235e256e1e04f6e3590611b.png]

On 1.8 (after)
[Image: 5fa7ca90893e3cff69129170149ec739.png]

Save the file and check in the ACP to make sure it's working.