Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Insert some Buttons in Bootstrap Theme
@Dr_Sommer Yes, it will probably helpful, but is definitely bot required, as the Bootstrap theme maps most of Vanillas class names to the Bootstrap classes. So you can just use Vanillas class names (… (View Post)2 -
Re: Sharing some tweaks to make work with 2.1
@phreak I suggest you use this one: https://github.com/vanilla/addons/blob/master/plugins/PostCount/class.postcount.plugin.php @linc @tim Can you update this plugin with the one from github? The one … (View Post)7 -
Re: {profile_link} to lead to Notifications instead of Activity Wall
custom smarty function: function.profile_link_notifications.php <?phpfunction smarty_function_profile_link_notifications($Params, &$Smarty) { return Gdn_Theme::link( 'profile', val('text', $Pa… (View Post)3 -
Re: Mobile responsive theme
There should also be a file in your default themes folder which explains this: /themes/default/README.txt (View Post)2 -
Re: Recount Points
No currently, but you can run the query I posted here: https://github.com/hgtonight/Application-Yaga/issues/102 Note: This assumes that your only point source is Yaga (View Post)3