vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   signature editor (https://vborg.vbsupport.ru/showthread.php?t=90878)

paveli 06-23-2005 05:42 AM

signature editor
 
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?

paveli 06-27-2005 08:14 AM

hey! I don't belive that noone know... :disappointed:

Marco van Herwaarden 06-27-2005 08:56 AM

You can always use them, but they will simply not be parsed.

paveli 06-27-2005 08:59 AM

Quote:

Originally Posted by MarcoH64
You can always use them, but they will simply not be parsed.

I know. But users are a bit confused about that. So I want to delete these functions from signature editor.

Princeton 06-27-2005 12:57 PM

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']);

REPLACE WITH:
--------------------------------------------
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 ]
// ================================================= \\


paveli 07-06-2005 10:17 AM

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?


All times are GMT. The time now is 06:24 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01023 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete