Jump to content

Add PM + New Project Button on Header


zitu4life

Recommended Posts

Hello

I am trying to get added a PM button on top on header like this print I have made editing an Image.

I need that button to be shown on all WHMCS pages on header, as we use Project management a lot  every day to insert new Projects. We need that short cut on header.

PS: I am using Lara admin ad-don, but if this can be done on blend I will try get  it on Lara.

image.thumb.png.567b141990314ca2dc17f8a00d0a6982.png

Thank you!!

Edited by zitu4life
Link to comment
Share on other sites

quickest way for now would be to edit the header-nav.tpl template and after <ul class="nav navbar-nav">, put...

<li class="lr_tooltip">
	<span class="lr_tooltiptext">New Project</span>
	<a href="addonmodules.php?module=project_management#" onclick="createnewproject();return false"><i class="fas fa-plus"></i></a>
</li>

that will give you a + on the menu... click it once to go to the PM page; then click it again and it will open the New Project window.

Hkl8Shb.png

Edited by brian!
Link to comment
Share on other sites

20 hours ago, zitu4life said:

If any day, you get it work with a hook, please share. I got it working on my production.

you could always just bookmark the page in the browser! 🙂

I can get it on the header with a hook, but it loses it's functionality at step 2.... I know why.

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.

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