I want to delete the login above right on busimatch.com how to do that please?
I want to delete the login above right on busimatch.com how to do that please? http://www.busimatch.club ( The most exclusive business club) |
this is the right Jpg to show. How to delete that? Wich php file...
thank you to help. http://www.busimatch.club ( The most exclusive business club) |
delete this code from splash.php <td width="360px" style="font-size:20px;"></td>
<form id="login_box_form" action="member.php" method="post" onsubmit="validateLoginForm(this); return false;"></form>
</div>
</div>
</td>
<input class="splashinput" type="text" onfocus="this.value=''" value="Username" name="ID">
<br>
<a title="Forgot password" href="forgot.php">Forgot password</a>
</td>
<input class="splashinput" type="password" onfocus="this.value=''" name="Password" value="Password">
<br>
<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>
<input class="form_input_submit bx-btn" type="submit" name="LogIn" value="Login">
</td>
https://dolphin-techs.com - Skype: Dolphin Techs |
Sorry, i don't see this code. 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) |
do you have a page_251.html in your template folder ? https://dolphin-techs.com - Skype: Dolphin Techs |
yes, i have this... http://www.busimatch.club ( The most exclusive business club) |