businessdad
MVPbusinessdad MVP
Reactions
-
Paging inconsistency on Discussions list (with fix)
I noticed recently that paging, on a Client's forum, seemed to be inconsistent. I made an experiment by setting just five Discussions per page, and I got the following result: * 9 discussions on firs… (View Post)1 -
Re: Adding page navigation to the top of each thread
class.pagermodule.php line 117: $this->MoreCode = '›'; $this->LessCode = '‹'; line 244: $PreviousText = T($this->LessCode); $NextText = T($this->MoreCode); Is that what you were looking f… (View Post)1 -
Re: Registered and Logged users only can see replies?
Curiously, I developed a plugin that does, more or less, what @Uranbold describes. It allows to tag a Category as "private" and, from that moment on, anything posted in such Category would … (View Post)2 -
Re: Vanilla Forum Security Tips. [Also share your own]
I think you could have a look at the Comprehensive guide to .htaccess, it contains some general practices that can apply to (almost) any website. (View Post)2 -
Re: MeModule for vanilla 2.0.18.4
I can try to answer, based on my limited knowledge of Vanilla 2.1. The answers are a personal opinion, based on what I know, therefore don't take them as "absolute truths": * To have the ne… (View Post)1