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

Oxwall Logo | Forum

Topic location: Forum home » Support » General Questions
matthew a
matthew a Feb 7 '15
Hello I have a question about removing oxwall logo, I donated fund to oxwall for removing logo, but I am having trouble removing the oxwall logo on the unverified user page where you enter your email, and on the forget password page, both of these pages have oxwall logo on, I have attach two pics to show you. Thank for your time
Attachments:
  2015-02-07_15-56-32.png (12Kb)
  2015-02-07_15-53-15.png (16Kb)
ross Team
ross Feb 8 '15
have you removed the attribution div from the blank.html file in the origin theme?
matthew a
matthew a Feb 9 '15
I  don't think I did, because I  was only giving instructions about removing from the theme I was using, I  am not using origin theme, could you please give me instructions thanks 
ross Team
ross Feb 9 '15
Follow instructions given bellow to remove the attribution links from your site.
1 .  Go to ow_themes/name-of-your-currently-active-theme-here/master_pages

    edit following files: dndindex.html, general.html>>
    remove following piece of code:

<div style="float:right;padding-bottom: 30px;">
{$bottomPoweredByLink}
</div>

2. Go to ow_themes/Origin/master_pages >>
       edit admin.html and blank.html and remove:


<div style="float:right;padding-bottom: 30px;">
{$bottomPoweredByLink}
</div>

Please note that you will need to make above changes every time you update the software, since software updates erase any changes done in .html files.

It is recommended that DEV MODE is enabled when you are doing changes in .html files.
You can find instructions how to enable this mode here: http://u207388.sendgrid.org/wf/click?upn=GoUXFxS97zm9HyIQ2Pbx3yGqQSYhyIYAnNVr01tPVxa8UoVojUDka3ppvxSsXzLAANAzGTFY9XLqQgjTWYprZA-3D-3D_l3fs1g-2F466j3y5fD5Q61KbDYsSEipo1teQXr9Ls-2BQYcMRs-2FF0fUdB-2FChd6jpLlu-2FTVh4nDqI3PekAJbSextck0zWqngM3m3DkTzbvi6YloKZd5Wamr4i-2BaYVQ7mr5CTIVmD1itd5QzsLDjcWeav3VEUMiNWujz16NCNE3xuk-2BVk-3D
Once you are done editing .html templates, don't forget to disable DEV MODE