how to delete the above login block in the splash.

I want to delete the login above right on busimatch.com how to do that please?

Naamloos.jpg · 1.7M · 413 views
http://www.busimatch.club ( The most exclusive business club)
Quote · 7 Jun 2013

this is the right Jpg to show.

How to delete that? Wich php file...

 

thank you to help.

verwijdereninlogfront.jpg · 1.3M · 470 views
http://www.busimatch.club ( The most exclusive business club)
Quote · 8 Jun 2013

delete this code from splash.php

<td width="360px" style="font-size:20px;"></td>
 
<td valign="top" align="right">
 
<div class="masterloginbox">
 
<div style="margin-left:15px; padding-top:5px;">
<form id="login_box_form" action="member.php" method="post" onsubmit="validateLoginForm(this); return false;"></form>
</div>
</div>
</td>
 
<td width="220" valign="top" style="padding-top:20px;">
<input class="splashinput" type="text" onfocus="this.value=''" value="Username" name="ID">
<br>
<a title="Forgot password" href="forgot.php">Forgot password</a>
</td>
 
<td width="220" valign="top" style="padding-top:20px;">
<input class="splashinput" type="password" onfocus="this.value=''" name="Password" value="Password">
<br>
 
<div class="input_wrapper input_wrapper_checkbox ">
<input id="login_box_form_input_rememberMe" class="form_input_checkbox bx-def-font" type="checkbox" name="rememberMe">
<label for="login_box_form_input_rememberMe">Remember Me</label>
</div>
</td>
 
<td valign="top" style="padding-top:20px;">
<input class="form_input_submit bx-btn" type="submit" name="LogIn" value="Login">
</td>
https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 8 Jun 2013

Sorry, i don't see this code.
You mean in the public_html?

Splash.php is only this code.

<?php

/**

 * Copyright (c) BoonEx Pty Limited - http://www.boonex.com/

 * CC-BY License - http://creativecommons.org/licenses/by/3.0/

 */

 

define('BX_JOIN_PAGE', 1);

 

require_once( './inc/header.inc.php' );

require_once( BX_DIRECTORY_PATH_INC . 'design.inc.php' );

require_once( BX_DIRECTORY_PATH_INC . 'admin.inc.php' );

require_once( BX_DIRECTORY_PATH_INC . 'db.inc.php' );

 

bx_import('BxTemplJoinPageView');

 

check_logged();

 

if (isLogged()) {

    header ('Location:' . BX_DOL_URL_ROOT . 'member.php');

    exit;

}

 

$_page['header'] = _t( '_JOIN_H' );

$_page['header_text'] = _t( '_JOIN_H' );

 

if(getParam('reg_by_inv_only') == 'on' && getID($_COOKIE['idFriend']) == 0){

    $_page['name_index'] = 0;

    $_page_cont[0]['page_main_code'] = MsgBox(_t('_registration by invitation only'));

    PageCode();

    exit;

}

 

$_page['name_index'] = 251;

$_ni = $_page['name_index'];

 

$oJoinView = new BxTemplJoinPageView();

$_page_cont[$_ni]['page_main_code'] = $oJoinView->getCode();

 

$GLOBALS['oSysTemplate']->addJsTranslation('_Errors in join form');

$GLOBALS['oSysTemplate']->addJs(array('join.js', 'jquery.form.js'));

$GLOBALS['oSysTemplate']->addCss(array('join.css'));

PageCode();

 

http://www.busimatch.club ( The most exclusive business club)
Quote · 8 Jun 2013

do you have a page_251.html in your template folder ?

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 8 Jun 2013

yes, i have this...

http://www.busimatch.club ( The most exclusive business club)
Quote · 8 Jun 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.