Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Plugin Suggestions
Unread is already in vanillas core, see: http://vanillaforums.org/discussions/unread If with active topics you mean hot topics: http://vanillaforums.org/addon/hotthreads-plugin Unanswered discussions… (View Post)1 -
Re: Can't enable Twitter Social Connect
Just comment out line 3 to 8 in that file or wrap it in if(!class_exists('OAuthException')){ class OAuthException extends Exception { ...} (View Post)2 -
Re: Can't enable Twitter Social Connect
I get the same problem on my hoster. You probably have the php oAuth extension is installed, which already defines a class "OAuthException". I haven't found a better solution other than jus… (View Post)1 -
Re: Thanks nice and pure themes
That is very easy to archieve, since the font size changes are all in one place. To get back the standard font size you can just comment out line 7 to 44 in the custom.css (View Post)3 -
Re: How to create custom Smarty functions
I always add this to my mobile themes to replace the standard profile link: function smarty_function_profile_link_notifications($Params, &$Smarty) { return Gdn_Theme::Link('profile', val('text', … (View Post)4