Add quotation mark automatically for status?

Is such thing even possible? Languages wont really work since the user is more likely to delete them. Any idea how this could be done?

Quote · 12 Dec 2012

user_status.html

<div class="statusTab">
    <div class="input_wrapper input_wrapper_text bx-def-round-corners-with-border" style="width:345px;">
        <input id="UserStatusMessBut_nm" class="form_input_text bx-def-font" type="text" value="&quot; __status_message__ &quot;" name="UserStatusMessage" onkeyup="if (typeof oBxUserStatus != undefined) oBxUserStatus.sendStatusMessage(event, this);return false;" />
    </div>
    <div class="input_wrapper input_wrapper_submit bx-def-margin-sec-left">
        <input class="bx-btn bx-btn-small" type="button" value="<bx_text:_Submit />" name="UserStatusMessBut" onclick="if (typeof oBxUserStatus != undefined) oBxUserStatus.PerformSendingStatusMess(document.getElementById('UserStatusMessBut_nm'));return false;" />
    </div>
    <div class="clear_both"></div>
</div>

 

tried this, but no success :/

Quote · 12 Dec 2012

Ok im trying to find the right file hmm. Anyone?

Quote · 12 Dec 2012

it is in
navigation_menu_status.html

<div id="StatusMessage">
    <span class="sys_sm_text">&quot;__message__&quot;</span>

.........................

Quote · 13 Dec 2012
 
 
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.