Is there an option to remove 'personal text' from profiles ?

Started by rcane, March 29, 2023, 11:33:41 AM

Previous topic - Next topic

rcane

Or, is this something commented out in profile-modify.php?

Sesquipedalian

You can disable it in Administration Centre > Features and Options > Profile Fields.

EDIT: Never mind. I was thinking of SMF 2.1. I don't think there's an easy way to disable it in SMF 2.0.
I promise you nothing.

Sesqu... Sesqui... what?
Sesquipedalian, the best word in the English language.

rcane

I don't see personal text display options there--only the field to enter the default personal text.

Sir Osis of Liver

Profile-Modify.php


/*        'personal_text' => array(
            'type' => 'text',
            'label' => $txt['personal_text'],
            'log_change' => true,
            'input_attr' => array('maxlength="50"'),
            'size' => 50,
            'permission' => 'profile_extra',
        ), */


Display.template.php


/*            // Show their personal text?
            if (!empty($settings['show_blurb']) && $message['member']['blurb'] != '')
                echo '
                                <li class="blurb">', $message['member']['blurb'], '</li>';
*/

Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

rcane

Quote from: Sesquipedalian on March 29, 2023, 12:10:45 PMYou can disable it in Administration Centre > Features and Options > Profile Fields.

EDIT: Never mind. I was thinking of SMF 2.1. I don't think there's an easy way to disable it in SMF 2.0.

Yeah, that's what I thought.   profile-modify was my gut thinking.

Advertisement: