x00
MVPx00 MVP
Reactions
-
Re: How can I localise/translate Vanilla easily?*
well done @peregrine (View Post)1 -
Re: How to get Vanilla to recognize curl?
is curl enabled in php? try $ php -m | grep curl or run phpinfo(); in php script (View Post)1 -
Re: How can I localise/translate Vanilla easily?*
bootstrap.before.php is pretty much the earliest you can define something, and it didn't work. If something is called outside of that, it seems to me external from normal operations or can't be prope… (View Post)1 -
Re: How can I localise/translate Vanilla easily?*
this is getting confusing I only want to you to tell me if you have tried this http://vanillaforums.org/discussion/comment/180591/#Comment_180591 (View Post)2 -
Re: Remove Title
it is possible to do with a plugin or themehook. You would have to format the substituted title as Text only and truncate it. You could use DiscussionModel_BeforeSaveDiscussion_Handler You would chan… (View Post)2
