WebWorker Posted May 13, 2009 Share Posted May 13, 2009 How do you remove the <h2>Module Name</h2> that's automatically prepended to the output of my custom addon in /modules/admin/ I'm trying to output a file and this is messing up the format. 0 Quote Link to comment Share on other sites More sharing options...
andyf Posted May 13, 2009 Share Posted May 13, 2009 hey Webworker, Try adding something similair like this: h2 { color: #2E6194; font-size: 11px; font-weight: bold; } to the following file: admin/templates/style.css If you are using V4 either using V4 or original admin template then the following paths apply (above is for V3.8.2 or below): V4 - admin/templates/v4/style.css original - admin/templates/original/style.css This should override the html which is hardcoded into addonmodules.php I believe (ioncube encoded) Please note this doesn't remove it, just helps to re-format h2 Hope this helps Andy 0 Quote Link to comment Share on other sites More sharing options...
WebWorker Posted May 14, 2009 Author Share Posted May 14, 2009 Hi Andy,thanks for the response. This will only help with HTML.. I'm trying to generate files for reporting purposes that it needs to be removed from the output altogether. It unfortunately gets output before the custom module gets executed, so I'm having problems figuring out how to suppress it. 0 Quote Link to comment Share on other sites More sharing options...
WebWorker Posted May 17, 2009 Author Share Posted May 17, 2009 Anyone else have an idea? I don't want to hide it via CSS. I want it to be suppressed from the output altogether. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.