I tried to enable this plugin for my embedded vanilla forum at http://www.ronakg.in/discussions but it doesn't gel at all with the theme and results don't appear as well.
I don't have any experience with embedded forums. I imagine that it will need some work to cope with it. Hopefully I can get some help with stuff like that.
If you enable embed you can just throw up an html page and try it out. There's a strong chance that Google is preventing this specifically. I know they don't like their code running in iframes. So if that's the case I would do the following in the plugin's Setup().
if (array_key_exists('embedvanilla', $this->EnabledPlugins())) throw new Exception('Vanoogle is not compatible with the embed vanilla plugin');
I guess people can also just enable Vanoogle and then enable embed. Maybe also add the incompatibility to the description.
I don't have any experience with embedded forums. I imagine that it will need some work to cope with it. Hopefully I can get some help with stuff like that.
I have removed it as it was covering the default search box and no search results were appearing either when I press search button.
Answers
I don't have any experience with embedded forums. I imagine that it will need some work to cope with it. Hopefully I can get some help with stuff like that.
My addons: NillaBlog | Vanoogle
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •if (array_key_exists('embedvanilla', $this->EnabledPlugins()))I guess people can also just enable Vanoogle and then enable embed. Maybe also add the incompatibility to the description.throw new Exception('Vanoogle is not compatible with the embed vanilla plugin');
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •I think I may disable it for now until I have time to look into it or someone sends me a patch.
My addons: NillaBlog | Vanoogle
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •