the plugin uses Gdn::Config('Garden.WebRoot') which doesn't seem to be available per default install.
Adding the following line to your /conf/config.php might help: $Configuration['Garden']['WebRoot'] = 'forums/'; (assuming "forums" is the (sub-)directory your vanilla is installed in)
@Boombatze@phreak@zodiacdm@emkay@Raize I fixed the Plugin by following the standards as described by @Tim. Either I missed that when making the initial release, or this feature has not been there then ;-)
Comments
Strange, schouldn't be a problem. But try to open the file ~/Emoticons/default.php on look for line 227. There is an [img]-Tag with adressation.
Try to put your direct URL inside as a workyaround.
VanillaSkins.com Themes / Custom Themes / Design & Graphics for Vanilla
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •// return '
this:
// return '
???
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Gdn::Config('Garden.WebRoot')which doesn't seem to be available per default install.Adding the following line to your /conf/config.php might help:
$Configuration['Garden']['WebRoot'] = 'forums/';(assuming "forums" is the (sub-)directory your vanilla is installed in)
- Spam
- Abuse
- Troll
1 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •$ImgPath = $this->GetWebResource('images/'.$Img);
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
- Spam
- Abuse
- Troll
1 • Off Topic Insightful Awesome LOL •I fixed the Plugin by following the standards as described by @Tim. Either I missed that when making the initial release, or this feature has not been there then ;-)
Anyway, it works now with the latest release of Vanilla (2.0.16) - probably even some older releases...:
http://vanillaforums.org/addon/emoticons-plugin-1.3
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •