malin Posted July 17, 2018 Share Posted July 17, 2018 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted July 17, 2018 Share Posted July 17, 2018 It's all written here. If you know a bit of PHP there shouldn't be any problem. 0 Quote Link to comment Share on other sites More sharing options...
malin Posted July 18, 2018 Author Share Posted July 18, 2018 @Kian By the way, I want to ask a question, whether the Addon Modules can not create client area pages? 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted July 19, 2018 Share Posted July 19, 2018 Sure, with Addon Modules you can create an unlimited number of clientarea pages. This part of documentation describes how it works and gives you an example. Let's suppose that the name of your addon module is Ninja. Your clientarea page will be accessible from index.php?m=Ninja. Obviously you can play with $_GET in order to provide more pages like follows: index.php?m=Ninja&view=clients index.php?m=Ninja&view=transactions index.php?m=Ninja&view=emails And if you don't like these URLs you can still use htaccess to rewrite them as you prefer. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.