We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

I want to add a link to another website | Forum

Marian
Marian Nov 23 '18

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 Forum post is edited by Marian Nov 23 '18
JB TECH
JB TECH Nov 24 '18

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

JB Tech - Oxwall & Skadate Services Cheap

Marian
Marian Nov 24 '18

Thank you

I'm trying now