Remove help icon from right side corner in View Student Profile page

Dear Support Team,

here I want to remove help icon from view student profile page.

That is a useful link to the Gibbon’s documentation for people like you to get more information about how Gibbon works.

Yes, but I have also created documentation so there is some confusion in use.

so if possible to remove help icon it is better for me.

@rossdotparker @sandra

Hi @vishalr

In the code, you wouldn’t necessarily be able to remove it from one page, it would remove it from all the pages. However, the URL for this link comes from the gibbonAction table. If you were to remove the URL from the View Student Profile actions, this would effectively remove the link from the page, eg:

UPDATE `gibbonAction` SET helpURL='' WHERE name LIKE '%View Student Profile%';
1 Like

Thank you very much for your quick support @sandra