Jump to content
  • 0

Add A Custom Page To User Client Area Dashboard


Question

Posted

I have a pretty comprehensive support ticket system that has a great API. Is there a way that I can create a custom page within the client area that can run javascript (e.g. angularjs)? If it does exist, would the page be initialized in PHP (so that I could get access to things such as the current client's email address)?

1 answer to this question

Recommended Posts

  • 0
Posted

I don't think you ca, you can make a plugin which supports it. Or you can use the BlestaCMS to do a page but you can't put AngularJS / PHP in it just html, so you'd have to edit the structure:

<?php if( $page_title == "Page Name" ){ ?>

AngularJS, etc.

<?php } ?> 

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