vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Turn off bbcode table? (https://vborg.vbsupport.ru/showthread.php?t=279307)

Zighinno 02-29-2012 12:00 AM

Turn off bbcode table?
 
It is possible turn off the bbcode table in my forum?

Thanks

Zighinno 03-01-2012 09:02 PM

I have this problem. When upgrade my forum from 4.1.3 to 4.1.10, my bbcode table is in conflict with table vbulletin.

Example my code table:

PHP Code:

[CENTER][table=headwidth=80]{colsp=2}[img]https://vborg.vbsupport.ru/external/2012/03/9.gif[/img]
[img]https://vborg.vbsupport.ru/external/2012/03/41.jpg[/img]|[img]https://vborg.vbsupport.ru/external/2012/03/42.jpg[/img]
[B]Sviluppatore:[/B]| CyberConnect2
[B]Produttore:[/B]| Namco Bandai    
[B]Genere:[/B]| Picchiaduro
[B]Lingua:[/B]| Giapponese/Inglese sottotitolato in italiano
[B]Giocatori:[/B]| 1-2
[B]Online:[/B]| Si
[B]Data di Uscita:[/B]| 29/03/2012
[B]Trofei:[/B]|
[
B]Guida Trofei:[/B]|
[/
table][/CENTER

In vbulletin 4.1.10 the bbcode [CENTER] not working with this tables.

View this link: http://www.coplanet.it/forum/giochi-...nerations.html

Thanks

Zighinno 03-05-2012 08:45 AM

bump

kh99 03-05-2012 01:17 PM

Sorry, I'm not exactly sure what you want to do. It sounds like you have two 'table' bbcodes defined - are you trying to use your custom table code instead of the built-in code?

Zighinno 03-05-2012 02:51 PM

Yes exactly ;)

kh99 03-05-2012 06:32 PM

There is no built-in way to turn it off, but you could try creating a plugin using hook location bbcode_fetch_tags and this code:

Code:

unset($tag_list['no_option']['table']);
unset($tag_list['option']['table']);


But I haven't tried it and I'm not sure what other effects this could have.

Zighinno 03-05-2012 09:19 PM

Thank you, I tried but it did not work :(

Thanks

kh99 03-05-2012 09:46 PM

Did you try it with a new post, or editing an existing post? I think because of caching it won't do anything until a new post is created with a table.

Zighinno 03-06-2012 01:56 PM

Quote:

Originally Posted by kh99 (Post 2306571)
Did you try it with a new post, or editing an existing post? I think because of caching it won't do anything until a new post is created with a table.

Yes, i have tried but nothing.

The table is ok, but not center with bbcode center: http://www.coplanet.it/forum/giochi-...nerations.html

With 4.1.3 is all ok.

Thanks

Zighinno 03-14-2012 11:41 PM

nothing? :)


All times are GMT. The time now is 04:01 PM.

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.04106 seconds
  • Memory Usage 1,733KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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