PDA

View Full Version : Turn off bbcode table?


Zighinno
02-29-2012, 12:00 AM
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:

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


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

View this link: http://www.coplanet.it/forum/giochi-uscita-ps3/39750-naruto-shippuden-ultimate-ninja-storm-generations.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:

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
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-uscita-ps3/39750-naruto-shippuden-ultimate-ninja-storm-generations.html

With 4.1.3 is all ok.

Thanks

Zighinno
03-14-2012, 11:41 PM
nothing? :)