I am not an expert, but at the same time I am not new to php. What I am new to is the way php frameworks seem to separate all html content from all php content. This makes it VERY hard for me to do even the simpliest of tasks with boonex.
Basically what I am trying to do is to create a custom html control panel (outside the existing menu systems) for users that makes navigation easier on my site (so for example I have a heading "Account setup" under that I have links to "edit profile, add avatar, add cover photo, add profile photo").
The problem is, I can't figure out how to run php from the html files. So I have no idea how to add the user id to the links. I have tried hardcoding with html but that won't allow php to run, I tried adding php as cutsom language key details but same problem of not running the php.... how do i actually run php?
Or at the very least... some tutorials?