The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
I have vB 3.0.7. I've disabled vBcodes and iamges in signatures. But the signature editor still allow to add them (they are showed in posts like simple text). How is it possible to disable these functions in signature editor? |
#2
|
|||
|
|||
![]()
hey! I don't belive that noone know... :disappointed:
|
#3
|
|||
|
|||
![]()
You can always use them, but they will simply not be parsed.
|
#4
|
|||
|
|||
![]() Quote:
|
#5
|
||||
|
||||
![]()
the only way is to display the standard - no toollbar editor to them while editing sig
TRY THIS (not tested): FIND IN profile.php: -------------------------------------------- Code:
require_once('./includes/functions_editor.php'); // set message box width to usercp size $stylevar['messagewidth'] = $stylevar['messagewidth_usercp']; construct_edit_toolbar(htmlspecialchars_uni($signature), 0, 0, $vboptions['allowsmilies']); -------------------------------------------- Code:
// ================================================= \\ // == [ MODIFIED - GTP BEGIN ] //require_once('./includes/functions_editor.php'); // set message box width to usercp size $stylevar['messagewidth'] = $stylevar['messagewidth_usercp']; //construct_edit_toolbar(htmlspecialchars_uni($signature), 0, 0, $vboptions['allowsmilies']); $newpost['message'] = iif($_POST['message'], $_POST['message'], $bbuserinfo['signature']); $vbphrase['your_signature'] = 'Your Signature -- No BBcodes allowed'; $vBeditJs = array( 'font_options_array' => '', 'size_options_array' => '', 'istyle_array' => '', 'normalmode' => 'false' ); eval('$vBeditTemplate[\'clientscript\'] = "' . fetch_template('editor_clientscript') . '";'); eval('$messagearea = "' . fetch_template('editor_toolbar_off') . '";'); // == [ 00-00-2004 - GTP END ] // ================================================= \\ |
#6
|
|||
|
|||
![]()
2 princeton,
It works just fine! Thank you! :classic: Hmmm. don't know if i'am asking to much :-) Is it possible to leave smiles in editor? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|