x00
MVPx00 MVP
Reactions
-
Re: Is it okay to import 'controllers' into custom theme just like 'views'?
no, definitely not. This is bound to end in tears. This why you extend with even with views, there is some risk of redundancy, and errors when you update becuase it could be referencing an object tha… (View Post)1 -
Re: Is it okay to import 'controllers' into custom theme just like 'views'?
ok had a look at the voting plugin it is there T('Follows') look up locales in the documentation. (View Post)1 -
Re: Is it okay to import 'controllers' into custom theme just like 'views'?
http://vanillaforums.org/docs/localization (View Post)1 -
Re: Is it okay to import 'controllers' into custom theme just like 'views'?
in /locales/YourLocale/definitions.php <?php if (!defined('APPLICATION')) exit();$LocaleInfo['YourLocale'] = array ( 'Locale' => 'YourLocale', 'Name… (View Post)1 -
Re: [Solved] My forum is displaying my logo but not forum name?
you are using the embed theme, that is for embedding with an iframe. So I'm not seeing any logo. (View Post)1
