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

Remote Sign in Form | Forum

Topic location: Forum home » Support » General Questions
JoshWho
JoshWho Dec 5 '14
i created a Sign in page for my site www.buddylist.co    i modified one of Arons templates for his start page pro. when you use the sign in box in the center of the page it just redirects me to the join page. is there a correct way of remoting the sign in form?   Do i just php include the sign_in.php to the template?
The Forum post is edited by JoshWho Dec 5 '14
ross Team
ross Dec 5 '14
What do you mean by remoting?
JoshWho
JoshWho Dec 5 '14
Like if i wanted to put the sign in form on another html file  like with php for example. i could just include it like  <?php include("sign_in.php"); ?>


into what ever php doc i have and it would put it there.   how to go about that here so i can have the absolute login form on my new start page?


if you see how my page is now. the sign in part is completely coppied from my real sign in page here http://www.buddylist.co/sign-in/. but doesn't log you in.


I just want to be able to put that floatbox sign in form on my start page. here  http://www.buddylist.co/

The Forum post is edited by JoshWho Dec 5 '14
ross Team
ross Dec 5 '14
No need to include the page, just insert this component in the template of your start page


{component class="BASE_CMP_SignIn" ajax="1"}


but I still don't understand what you're trying to achieve, the page you have not, is similar to http://www.buddylist.co/sign-in/

If you want to make sign-in page as the first page of your website, just make your website not visible for guests here: http://www.buddylist.co/admin/permissions

JoshWho
JoshWho Dec 5 '14
i want Google to be able to crawl

if i do that it will limit them to that one page.

JoshWho
JoshWho Dec 5 '14

Quote from ross No need to include the page, just insert this component in the template of your start page


{component class="BASE_CMP_SignIn" ajax="1"}


but I still don't understand what you're trying to achieve, the page you have not, is similar to http://www.buddylist.co/sign-in/

If you want to make sign-in page as the first page of your website, just make your website not visible for guests here: http://www.buddylist.co/admin/permissions

i added this to my page and just appears at the top as text
ross Team
ross Dec 5 '14
Do you know what a template is?
JoshWho
JoshWho Dec 5 '14
a theme?  
JoshWho
JoshWho Dec 5 '14
/ow_plugins/startpage/static/themes/2column_wlogin/join.html    is the only file im working with to edit on this  and it also has a css file
The Forum post is edited by JoshWho Dec 5 '14
ross Team
ross Dec 5 '14
Josh, 

as I understood you were trying to accomplish this via start page pro plugin, every plugin has several folders classes, components, controllers, views


Views folder usually has two folders: components and controllers 

components folder contains template files

You should insert this component there as {component class="BASE_CMP_SignIn" ajax="1"} is a smarty component

JoshWho
JoshWho Dec 5 '14
in here  ow_plugins/startpage/views/components   ?  what file should i look for to put that in?
ross Team
ross Dec 5 '14
I don't know,  start page pro is a third-party plugin. Contact plugin developer to find out. 
JoshWho
JoshWho Dec 5 '14
k   Thanx