Bleistivt
ModeratorBleistivt Moderator
Reactions
-
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: Forum shows only 100 discussion pages (but there are more)
Note that you don't want to turn this off completely, if you have a very large number of discussions, because high offsets can slow down the databse. Unfortunately I can't tell you what order of magn… (View Post)1 -
Re: Forum shows only 100 discussion pages (but there are more)
It is similar in this forum. The maximum pages have been limited for performance reasons. You can safely set it to a higher number though: $Configuration['Vanilla']['Discussions']['MaxPages'] = 1000;… (View Post)5 -
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