R_J
AdminR_J Admin
-
Re: Is there a way to get the post counts with commas?
You might have noticed already that there are no Smarty blocks or any template chunks in Vanilla like you might expect it from looking at other Smarty-using software. That is, because theming in Vani… (View Post)2 -
Re: New button between New Discussion and the pagination.
Theoretically yes, but Vanilla has a handy shortcut for that: https://github.com/vanilla/vanilla/blob/release/2.3/library/vendors/SmartyPlugins/function.signinout_link.php Replace everything in the p… (View Post)2 -
Re: New button between New Discussion and the pagination.
Most of the forum users who visit a forum so often that the get used to the look, browse it as logged in users and not as guests and so they wouldn't see that button anyway. Creating your own th… (View Post)1 -
Re: Push Notifications, Mobile App, and Development
I am far from assuming that push notifications or any other technical Facebook feature is the reason why Facebook dries out communities. Without a doubt it draws user attention and therefore engageme… (View Post)2 -
Re: New button between New Discussion and the pagination.
By the way, that's the code I would use: public function discussionsController_pageControls_handler($sender) { if (Gdn::session()->UserID > 0) { return; } echo anchor( t('Sign In'… (View Post)2
