vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Editor in 4.1.4 (https://vborg.vbsupport.ru/showthread.php?t=266459)

Saphyrus 07-08-2011 08:25 AM

Editor in 4.1.4
 
Hi,

i installed vBulletin 4.1.4 - everything is fine but the editor.

When I want to center a whole text, I have to center very often:

Code:


testtest
[quote.]test[/.quote] (sure without points in real!)
lalala

In this example "lalala" isn't centered in my forum!! Sure I put [center.][./center] in the start and end.

After the quote or the hide tags, it doesn't work correctly.

It has to look like this:
Code:


testtest
[quote.]test[/.quote] (sure without points in real!)
[center.]lalala[/center.] (sure without points in real!)

Can anybody help?

Sorry for my bad english :(
Greetz

kh99 07-08-2011 12:20 PM

It seems that before 4.1.4 [CENTER]xxx[/CENTER] would use <div align="center">xxx</div>, now it uses <p style="text-align: center;">xxx</p> and for some reason if "xxx" includes quote bbcode, the part after isn't centered (as you pointed out).

This is defined in includes/class_bbcode.php like this:

PHP Code:

// [CENTER]
$tag_list['no_option']['center'] = array(
    
'html'              => '<p style="text-align: center;">%1$s</p>',
    
'strip_empty'       => true,
    
'strip_space_after' => 1
); 


So you could change it, but there must have been a reason for changing it in the first place (or one would hope so, in any case), so if you changed it back you might break something else.

Saphyrus 07-09-2011 02:01 PM

Quote:

Originally Posted by kh99 (Post 2218131)
It seems that before 4.1.4 [CENTER]xxx[/CENTER] would use <div align="center">xxx</div>, now it uses <p style="text-align: center;">xxx</p> and for some reason if "xxx" includes quote bbcode, the part after isn't centered (as you pointed out).

This is defined in includes/class_bbcode.php like this:

PHP Code:

// [CENTER]
$tag_list['no_option']['center'] = array(
    
'html'              => '<p style="text-align: center;">%1$s</p>',
    
'strip_empty'       => true,
    
'strip_space_after' => 1
); 


So you could change it, but there must have been a reason for changing it in the first place (or one would hope so, in any case), so if you changed it back you might break something else.

works thx!!!!


another question:
i installed 3 bb codes: hide, hide-reply, and spoiler.
in the WYSIWYG editor, everything works finde,

but in the standard editor, when i press these buttons, i get everytime only the spoiler tag...

can anybody help me?

sry for my english...

greetz

Lynne 07-09-2011 04:04 PM

The issue with your custom bbcodes is a bug. It is in the tracker over on vbulletin.com. I believe there is a fix posted in the bug report.


All times are GMT. The time now is 09:05 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.01050 seconds
  • Memory Usage 1,727KB
  • 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
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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