Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
10.0k views
in Plugins by
edited by
'handle' => array(

'label' => qa_lang_html('users/handle_label'),

'tags' => 'name="handle"',

'value' => qa_html(isset($inhandle) ? $inhandle : $useraccount['handle']),

'error' => qa_html(@$errors['handle']),

'type' => ($changehandle && !$isblocked) ? 'text' : 'static',


),

// only display for expert

    if ( qa_get_logged_in_level() >= QA_USER_LEVEL_EXPERT)

Versión Q2A: 1.8.3

Please log in or register to answer this question.

...