Hello
Please help me a lot, I want to add a link to another website on the profile page of the user, in which file do I add? What is the user file? I tried user.php but it's not that
Thank you
Hello
Please help me a lot, I want to add a link to another website on the profile page of the user, in which file do I add? What is the user file? I tried user.php but it's not that
Thank you
The most simple way to do this doesn't require any code modification. You can go to Admin > Page Settings > User Profile and add a Custom Text/HTML widget, put in the HTML for the link you want to show, and then save.
If you need to modify the code, make sure the Developer Profiler is enabled in includes/config.php
The associative files for changing elements on the profile page should be in ow_system_plugins/base and in controllers it should be user.php, bol it's user_service.php, and then you can mess with the components like the profile_action_tools and so on and so forth. In "views" look at the files like user_test.html
-Jake