Jump to content

Admin Addon Module - Remove <h2>


Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated