how to remove last login and registration

how to remove last login and registration on account page?

Quote · 3 Jan 2018

For admins, members, or guest?

I would suggest leaving it in place for admins; might be of some use.  You remove it by going to your page builders, selecting the page in question, then choosing the view (admin, guests, members) then dragging the item to inactive.

Geeks, making the world a better place
Quote · 3 Jan 2018

In templates/base/scripts/BxBaseAccountView.php, find and remove this block of code :

 

                'LastLogin' => array(

                    'type' => 'custom',

                    'name' => 'LastLogin',

                    'content' => '<b>' . $sLastLoginC . ':</b> ' . $sLastLogin,

                    'colspan' => true

                ),

                'Registration' => array(

                    'type' => 'custom',

                    'name' => 'Registration',

                    'content' => '<b>' . $sRegistrationC . ':</b> ' . $sRegistration,

                    'colspan' => true

                ),

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 3 Jan 2018

 

For admins, members, or guest?

I would suggest leaving it in place for admins; might be of some use.  You remove it by going to your page builders, selecting the page in question, then choosing the view (admin, guests, members) then dragging the item to inactive.

 

But in account page, I found only whole account control block. 

So I have to modify code for these particular two lines.

Thank you.

Quote · 4 Jan 2018

 Thank you its working.

In templates/base/scripts/BxBaseAccountView.php, find and remove this block of code :

 

                'LastLogin' => array(

                    'type' => 'custom',

                    'name' => 'LastLogin',

                    'content' => '<b>' . $sLastLoginC . ':</b> ' . $sLastLogin,

                    'colspan' => true

                ),

                'Registration' => array(

                    'type' => 'custom',

                    'name' => 'Registration',

                    'content' => '<b>' . $sRegistrationC . ':</b> ' . $sRegistration,

                    'colspan' => true

                ),

 

Quote · 4 Jan 2018
 
 
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.