Jump to content

Add Link on clientservices.php page


Recommended Posts

20 hours ago, techwthquestion said:

How can I add a link below addons table which is there on /clientareaservices.php page? 

usually for something like this, I think you'd be looking at a jQuery hook, but with a lack of IDs/classes in the code, it's difficult to locate where you want to add the link - possibly you could get the id of the field below and add your link before that...

another alternative, might be to use a Admin Language Overrides to add a link to the "Add New Addon" string (which I don't believe is used anywhere else)....

$_ADMINLANG['addons']['addnew'] = "Add New Addon<br /><br /><a href=\"https://www.google.com\">Link</a>";

inl2ll1.png

if that link had to be specific per client, then you could add a class/id to the href and use a hook to change what the link should be per product/service/client etc.

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