hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Customize plugin view
Welcome to the community! Are you looking to override a current plugin's view, or are you creating a plugin and you want to know how to create a custom view? (View Post)1 -
Re: Customize plugin view
Online now does not use a view for it's module. Modules should use views if possible. You will have to fork and edit it how you want. You need to edit the OnlineNowModule::ToString() method. You… (View Post)1 -
Re: Custom Vanilla Theme
If you are unsetting a module that is added via a plugin, you need to make sure your code runs after the module gets added. Or modifying the plugin to not add the module in the first place. Why are y… (View Post)1 -
Re: Custom Vanilla Theme
I don't quite understand what you are asking. Perhaps a screenshot showing what you are trying to accomplish would help me. (View Post)1 -
Re: Creating Custom Theme
I want to add to @R_J's excellent post that you must render the Foot asset. Not doing so will prevent your forum from working properly. (View Post)1
