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

Where change link? | Forum

Topic location: Forum home » Support » General Questions
Ted
Ted Feb 3 '13

Which file should I edit  to change the link that is shown in attach?


Thank you.



Attachments:
  123.png (66.75Kb)
Alia Team
Alia Feb 4 '13
Ted

- editing look and feel of the link: admin panel>>appearance>>edit theme>>edit css:

a.ow_lbutton,

span.ow_lbutton {

background: #fff;

color: #666;

padding: 0px 3px 0px;

line-height: 13px;

text-transform: uppercase;

border-radius: 2px;

border: 1px solid #ccc;

text-shadow: none;

display: inline-block;

font-weight: bold;

vertical-align: middle;

}


-editing where the link goes:user_avatar_widget.html ( ow_system_plugins/base/views/controllers).


{if $owner}
            <div class="ow_avatar_change" id="avatar-change" style="display: none">
                <a class="ow_lbutton" href="{$changeAvatarUrl}">{text key='base+avatar_change'}</a>
            </div>
            {/if}


Please note that any changes you do in .html files are custom code modifications and you are doing them at your own risk. Changes will be lost if you update the software.
Ted
Ted Feb 4 '13
Aliia, thank you very much.
Alia Team
Alia Feb 7 '13
Welcome.