Caylus
✭✭Caylus ✭✭
Reactions
-
Addon directory fixes
Hey guys, The addon directory has some issues: * If you go to an addon download page, the link to the author is broken (because the output of UserUrl is needlessly escaped again, even though userURL … (View Post)11 -
Re: Any plugin conversion tool available/necessary for Vanilla 2.5?
I've finally identified the root of my issue! It had been bothering me quite a bit. Plugins in 2.3 were allowed to have class.FancyTitle.php as a title. In 2.5, the PluginInfo doesn't get read from c… (View Post)1 -
Re: Plugins for custom themes [RESOLVED]
Starting in Vanilla 2.5 themes plugins and applications have been combined into 1 format - Addons! https://docs.vanillaforums.com/developer/addons/#addons-and-plugins-and-themes-oh-my So I think it's… (View Post)1 -
Re: Unknown character set: 'utf8mb4'
Could you add the following lines to config.php and pray really hard it works? $Configuration['Database']['CharacterEncoding'] = 'utf8'; $Configuration['Database']['ExtendedProperties']['Collate'] = … (View Post)2 -
Re: This small piece of bootstrap.before code stopped working with 2.5?
It seems like that in Vanilla 2.3 /conf/bootstrap.before.php was loaded in bootstrap.php (line 18), but in Vanilla 2.5 they got rid of bootstrap.before, now only bootstrap.early is left. Easiest fix … (View Post)2