hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: 2 Panels
You will have to redo the CSS declarations since the default system is looking for a 2 column layout. For more information on CSS layouts, check out this page: http://www.bluerobot.com/web/layouts/. … (View Post)1 -
Re: Not translating and one OT question
You will need to add translation definitions for '%s view html', '%s views html', '%s comment html', and '%s comments html'. The %s must be included and is a p… (View Post)1 -
Re: 2 Panels
Welcome to the community! You can add the markup for a second column in your custom theme's default.master.tpl file. You will have to add the CSS rules in your custom theme's custom.css fil… (View Post)2 -
Re: Plugin Suggestions
If you are going to go the plugin route, I highly suggest you look at plugins that implement modules. I am obviously more familiar with my own, so I suggest checking out Latest Post List's sourc… (View Post)2 -
Re: [Tutorial] How to change the order of modules and menu items
It is serializing the array in SaveToConfig. This is expected behavior. The unexpected behavior is in class.controller.php. It doesn't retrieve the configuration values directly, but through the… (View Post)1
