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

Change base_document_password_protection.html | Forum

The RealNobby
The RealNobby Jan 6 '14
Hi all i need some help to mod the base_document_password_protection.html file

//Logo Box
<div align="center"><img src="http://xxx/Unbenannt-2.png" width="0" height="0"></div>

//Password Hint Text Box
<div style="margin: 200px auto;width:400px;text-align:center;">
PASSWORD HINT : Bushs full name is ?
</div>

//Normal Password Login Form
<div style="margin: 200px auto;width:400px;text-align:center;">
    <h3>{text key='base+password_protection_cap_label'}</h3>
    <div style="padding: 5px 0;">{text key='base+password_protection_text'}</div>
    {form name='password_protection'}
    <div style="padding: 5px 0;">{input name='password' style='width:200px;'}&nbsp;{submit name='submit'}</div>
    {/form}
</div>

But if i add my code and refresh nothing happens whats wrong ?
I want simple add 2 div box 1 with my logo 1 with Password Hint.

Thanks for any help.
Daisy Team
Daisy Mar 10 '14
Have you tried to clear the cache? Please enable the DEV and DEBUG modes (http://docs.oxwall.org/plugin-tuts:enable-debug?s[]=debug) and refresh the page to see if it works out.
The Forum post is edited by Daisy Mar 10 '14