Jump to content
  • 0

How to hide client area widgets


Question

Posted

Hi Guys,

I just purchased blesta and want to hide some widgets such as Transactions and Invoices from the Client Area Dashboard. The reason is I'm using an external app for invoicing.

Just seeking for a way to hide it from front end (comment out front end codes/css codes)

 

Services row should be there.

Thank you!

 

blesta.png

6 answers to this question

Recommended Posts

  • 0
Posted

from admin side isn't possible now. i you have blesta latest version isn't possible from hacking client_controller file.

if you have blesta v4 you can hide them by commenting lines in client_controller.php

i'm totally chocked how this basic functions requested from 2014 not yet implemented !!!!

 

 

  • 0
Posted
16 minutes ago, Blesta Addons said:

from admin side isn't possible now. i you have blesta latest version isn't possible from hacking client_controller file.

if you have blesta v4 you can hide them by commenting lines in client_controller.php

i'm totally chocked how this basic functions requested from 2014 not yet implemented !!!!

 

 

Thank you. Unfortunately i'm using the latest version

  • 0
Posted
53 minutes ago, Blesta Addons said:

from theme you can only disable all of them and not just item by item.

easy hack with no hard work .

add this to your style sheet 

#client_invoices , #client_transactions {display:none !important;}

 

  • 0
Posted
18 hours ago, TheMaster said:

easy hack with no hard work .

add this to your style sheet 

#client_invoices , #client_transactions {display:none !important;}

 

and even more easy if you use our custom css plugin, just from admin side :)

Join the conversation

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

Guest
Answer this question...

×   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.

Loading...
×
×
  • Create New...