Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Feedback Thread
Yes, my first attempt was to just load the asset or the view, but having the pager made it easier, so I went with loading the full page and extracting the comments. I may change that later though, si… (View Post)2 -
Re: Help with the footer
To make the standard footer of vanilla sticky you would just put this into your css: #Foot { position: fixed; bottom: 0; width: 100%;} You probably want to give it a background-color and increase the… (View Post)2 -
Re: Is it possible to have different themes per category?
You can do it in a single themes CSS. Vanilla adds the Class .Category-CategoryName to the body of every page. (View Post)2 -
Re: DBAController event
Thats exactly what I was looking for! :smile: I had already prepared a Query but then I saw DBAModel::GetCountSQL which made it even easier. (View Post)2 -
Re: My Page of forums is Blank!
What version of php are you running? (you can find out with phpinfo(); ) This is really weird as this function is in php since 4.0.6: http://php.net/manual/de/function.mb-detect-encoding.php I highly… (View Post)3