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

Sign-In | Forum

Ronnel DC
Ronnel DC Feb 16 '13
Hello I created a custom Login page for my site.
http://www.sphere.rqdc.net/sign.htm

So i already got the id's or names of the username and password its
'identity' and 'password'

the only problem now is to make it to work. Look at this
<form id="form_76159378" method="post" action="" name="sign-in">
<input name="form_name" id="input_62172643" type="hidden" value="sign-in"/>
As you can see the action="" is blank so i think my problem is to access the .php file that will login my account. i think its sign_in.php under system_plugins/components/

so i hope you can help. thanks :)
this will  benefit also alot of the oxwall users that doesn't want the login that comes with oxwall. thanks !
Ronnel DC
Ronnel DC Feb 16 '13
Anyone would like to help? :)
Ronnel DC
Ronnel DC Feb 16 '13
Anyone?
Ronnel DC
Ronnel DC Feb 17 '13
Please anyone wouldl like to help?
Ronnel DC
Ronnel DC Feb 17 '13
If use that it will just display the original Login for oxwall.

i need a customized one. like this
http://www.sphere.rqdc.net/sign.htm
so i need to make it work . can you help me?
Den Team
Den Feb 17 '13
Topic was moved from General Questions.
Bobby
Bobby Feb 17 '13
Hello - if this helps - here is some info:
As Eddie points out, I edited this file: "The page to edit is public_html/ow_system_plugins/base/views/components/sign_in.html."

I saved my original sign_in.html file.
I went into Dev Mode: "go to your server via FTP and open the ow_includes/config.php file. Change value from false to true for the line:

define('OW_DEBUG_MODE', false); save and re-upload file."


Then I changed my code to the following:


<div class="ow_sign_in_wrap">
  <h2><font color="#0233C5">Pirate Cabin Login</font></h2>
    {form name='sign-in'}
     <div class="clearfix">
        <div class="ow_sign_in">
        {block_decorator name='box' langLabel='base+base_sign_in_cap_label'}
                <div class="ow_user_name">
                    {input name='identity'}
                </div>
                <div class="ow_password">
                    {input name='password'}
                </div>
                <div class="ow_form_options clearfix">
                    <div class="ow_right">
                        {submit name='submit' class='ow_positive'}
                    </div>
                    <p class="ow_remember_me">{input name='remember'}{label name='remember'}</p>
                    <p class="ow_forgot_pass"><a href="{url_for_route for='base_forgot_password'}">{text key='base+forgot_password_label'}</a></p>
                </div>
            {/block_decorator}
            <div class="ow_connect_buttons">
                {component class='BASE_CMP_SignInButtonList'}
            </div>
        </div>
        <img src="http://www.your_site.com/images/cabin_pic.png">
        </div>
     </div>
{/form}
</div>

My image is 186 pixels high. My image has extra width and is saved as a png. This is because I needed some transparent space to separate my image from the sign-in box (I removed the CSS variable that gave space between the sign-n box and the content on the right).

Attached is what my sign in page, with image looks like.
If anyone has an image they would like me to make web-ready for the above purpose, let me know :)
Attachments:
  cab_login.jpg (20.62Kb)
Ronnel DC
Ronnel DC Feb 17 '13
Hi thanks for the reply. but i want to fully customize the oxwall sign-in page to this
-> http://www.sphere.rqdc.net/sign.htm

i hope you can get me.

yes i can edit the sign-in page like the one you showed me, but i really want to change the oxwall sign-in to bootstrap template sign-in, my plan is to integrate OXWALL with BOOTSTRAP
Ronnel DC
Ronnel DC Feb 18 '13
I want to integrate it :)

im using twitter bootstrap :)
Samuel
Samuel Jul 13 '13
Please how can i make the login box on the /sign-in page show on another page(Like the main) on my website.
Daisy Team
Daisy Jul 18 '13
Samuel, sorry, but it's not quite clear. Could you please provide us with more details.
Samuel
Samuel Jul 18 '13
I have been able to do it. My website(http://www.inthood.com/). Please check to see. The only problem am facing now, is making my footer including the powered by oxwall sotware logo appear at the bottom of my login page.
Daisy Team
Daisy Jul 26 '13
I cannot open your site. Could you please check if the URL you've provided is correct or provide me with the screenshot.
Samuel
Samuel Jul 26 '13
I think it's because i enable https. Please try it again now. www.inthood.com
Ebenezer Obasi
Ebenezer Obasi Aug 2 '13

Quote from Ronnel DC Anyone would like to help? :)
Here is the full tutorial http://www.ewtnet.com/...sign-in-page-in.html
The Forum post is edited by Ebenezer Obasi Jan 24 '14
Daisy Team
Daisy Aug 7 '13
Samuel, have the Ebenezer Obasi's solution helped you to solve the problem?
Samuel
Samuel Aug 7 '13
Yes. But not fully. He had to help me personally.
Daisy Team
Daisy Aug 7 '13
Ok, let us know if you need our assistance.
Samuel
Samuel Aug 8 '13
Thank you daisy. But i think i will have to wait for the next oxwall update. Because of it's vital mobile support.
Samuel
Samuel Aug 16 '13
Am having this problem. I am trying to move my oxwall website to another hosting account. I backed up the following, Home directory, Msql directory and email forwarders as am supposed to. Then i restored everything in the new hosting account using the backups provided in the cpanel. But the problem now is that my website does not display. It only shows "Forbidden, You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request." I dont know why. I tried checking my emails, and it seem the emails are working correctly. The hosting company helped me change my username, so that i can create a database that has exactly the same name as my previous account. I dont know what am doing wrong. Please help me.
Pages: 1 2 »