Jump to content

Remove some Actions


Recommended Posts

I'm trying to remove some buttons within the actions tab of the client area but can't find them, these are for the link to customers servers in TCAdmin.


<a menuitemname="Custom Module Button Stop" href="/clientarea.php?action=productdetails&amp;id=37777&amp;modop=custom&amp;a=Stop" class="list-group-item active" id="Primary_Sidebar-Service_Details_Actions-Custom_Module_Button_Stop">
Stop
</a>
<a menuitemname="Custom Module Button Start" href="/clientarea.php?action=productdetails&amp;id=37777&amp;modop=custom&amp;a=Start" class="list-group-item" id="Primary_Sidebar-Service_Details_Actions-Custom_Module_Button_Start">
Start
</a>
<a menuitemname="Custom Module Button Restart" href="/clientarea.php?action=productdetails&amp;id=37777&amp;modop=custom&amp;a=Restart" class="list-group-item" id="Primary_Sidebar-Service_Details_Actions-Custom_Module_Button_Restart">
Restart
</a>

These three in particular.

Thanks in advance.

 

Link to comment
Share on other sites

14 hours ago, Stu340 said:

I'm trying to remove some buttons within the actions tab of the client area but can't find them, these are for the link to customers servers in TCAdmin. 

even if you couldn't do it with a hook, you should still be able to hide them using css in a custom.css file...

#Primary_Sidebar-Service_Details_Actions-Custom_Module_Button_Stop,
#Primary_Sidebar-Service_Details_Actions-Custom_Module_Button_Start,
#Primary_Sidebar-Service_Details_Actions-Custom_Module_Button_Restart {display: none;}
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