Delete "Auth type" and "Not a member yet?..."

Hi,

 

On the logon block, i want delete the auth type option and the sentence "Not a member yet? Join now...." :

 

http://www.zimagez.com/zimage/fdefsef.php

 

What must i do please?

 

Thanks :)

fdefsef.PNG · 28K · 118 views
/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 18 Dec 2010

_login_form_description2join, search this in the manage keys section of lang settings, you can edit it there

Quote · 19 Dec 2010

for auth type

go to yoursite.com/inc/design.inc.php

find this function getMemberLoginFormCode($sID = 'member_login_form', $sParams = '')    may be on line 443

then find the below code,

$aForm = array(
'form_attrs' => array(
'id' => $sID,
'action' => BX_DOL_URL_ROOT . 'member.php',
'method' => 'post',
'onsubmit' => "validateLoginForm(this); return false;",
),
'inputs' => array(
$aAuthTypes,
'nickname' => array(
'type' => 'text',
'name' => 'ID',
'caption' => _t('_NickName'),
),

---bla -- bla -- bla ---

 

change to

 

$aForm = array(
'form_attrs' => array(
'id' => $sID,
'action' => BX_DOL_URL_ROOT . 'member.php',
'method' => 'post',
'onsubmit' => "validateLoginForm(this); return false;",
),
'inputs' => array(
// $aAuthTypes,
'nickname' => array(
'type' => 'text',
'name' => 'ID',
'caption' => _t('_NickName'),
),

 

the bold one is the change

=> http://friends.smansakra.sch.id => friends community based dolphin 7
Quote · 19 Dec 2010

Thank you mulchit and okiewardoyo it work :)

 

You would not know by chance for that either:

 

http://www.zimagez.com/zimage/ghuuuuuuuuu.php

 

?
/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 19 Dec 2010

you're wellcome ^_^

=> http://friends.smansakra.sch.id => friends community based dolphin 7
Quote · 19 Dec 2010
 
 
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.