Jump to content

How to create new page under Support


Recommended Posts

5 minutes ago, techwthquestion said:

If I want to create new page under support category, where I need to create page ? 

in WHMCS, you can't create pages from the Admin Area, so you'll have to create a page using the method described in the docs, and then optionally add a link to it in the menu/sidebar using a hook.

9 minutes ago, techwthquestion said:

I want to create a link for page like this: supporttickets.php?type=firewall 

I doubt that you can do that without additional hooks... perhaps not even then.

Link to comment
Share on other sites

4 minutes ago, brian! said:

in WHMCS, you can't create pages from the Admin Area, so you'll have to create a page using the method described in the docs, and then optionally add a link to it in the menu/sidebar using a hook.

I doubt that you can do that without additional hooks... perhaps not even then.

Can you please help me with this? Not sure how to do this. I added the page and created .php file in root folder of whmcs. tpl file is saved in templates/theme folder. Is that correctly done? 

but now page link becomes : https://domain.com/firewall.php. How can I open link with supporttickets.php? 

Edited by techwthquestion
Link to comment
Share on other sites

Just now, techwthquestion said:

but now page link becomes : https://domain.com/firewall.php. How can I open link with supporttickets.php? 

as I said, out of the box I don't think that you can... it's an encrypted file and you can't edit it for your own purposes... possibly a ClientAreaPageSupportTickets hook could be used to redirect from type=firewall to this custom page, but it would still show that custom filename...

what is this page going to do - only show tickets from a "Firewall" support department ?? if so, the template itself, possibly with the help of a hook, could react to the value of type and pass different values to the template without the need for a new page...

P.S - will reply to your PM tomorrow... 🙂

Link to comment
Share on other sites

  • 3 years later...

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