The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
It is possible turn off the bbcode table in my forum?
Thanks |
|
#2
|
|||
|
|||
|
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:
View this link: http://www.coplanet.it/forum/giochi-...nerations.html Thanks |
|
#3
|
|||
|
|||
|
bump
|
|
#4
|
|||
|
|||
|
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?
|
|
#5
|
|||
|
|||
|
Yes exactly
|
|
#6
|
|||
|
|||
|
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. |
|
#7
|
|||
|
|||
|
Thank you, I tried but it did not work
![]() Thanks |
|
#8
|
|||
|
|||
|
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.
|
|
#9
|
|||
|
|||
|
Quote:
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 |
|
#10
|
|||
|
|||
|
nothing?
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|