Todd
Vanilla StaffTodd Vanilla Staff
Reactions
-
Re: How change the time in my forum ?
There is no place to change the clock per se, but users send their timezone information to the forum when the sign in and the times are adjusted automatically. (View Post)1 -
Re: Showing description under Category name
The category description is meant for the categories/all page. We put in below the category title with the following code in our theme hooks:public function CategoriesController_AfterBreadcrumbs_Hand… (View Post)1 -
Re: Showing description under Category name
Read about theme hooks here. (View Post)1 -
Re: [Solved] HTML Title for the CustomPage Plugin
I'm not 100% familiar with the plugin, but the following should work if you put it in the custom page php file:$this->SetData('Title', 'Foo'); or$this->Head->Title(&… (View Post)1 -
Re: Discussion Email Alert
By default that new discussion notification doesn't display the discussion body, but yours does. Are you using a plugin to do this? (View Post)1
