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 } ?> 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...