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

Signin box[Solved] | Forum

Topic location: Forum home » Support » General Questions
Billy Pip
Billy Pip Dec 8 '14
hey

I created an index page and i would like put a sign in box on right of page (not popup)

what code i should put in my page

The Forum post is edited by ross Dec 9 '14
Billy Pip
Billy Pip Dec 9 '14
is there anyone guide me
ross Team
ross Dec 9 '14
How did you create it? via Admin Panel 
Billy Pip
Billy Pip Dec 9 '14
no , i created a page in master_pages and explained it in theme.xml . it works great now

but i want put signin box on it . i found 

<div class="ow_sign_in_cont">

    {$sign_in_form}

</div>


But it doesnt works , please help me what code have to put

The Forum post is edited by Billy Pip Dec 9 '14
ross Team
ross Dec 9 '14
try this component {component class="BASE_CMP_SignIn" ajax="1"}
Billy Pip
Billy Pip Dec 9 '14

Quote from ross {component class="BASE_CMP_SignIn" ajax="1"}
u r great ross :)
ross Team
ross Dec 9 '14
I'm going to mark the thread as Solved then. 
Billy Pip
Billy Pip Dec 9 '14
one more question , i want make box transported background color , how do that?
The Forum post is edited by Billy Pip Dec 9 '14
ross Team
ross Dec 9 '14

.ow_sign_in_wrap form{

background: transparent!important;

}

apply this style