I'm new here, but I have some doubts.
Recently upgraded to Forum Forum phpBB from version 3.1 to 3.2. After some of my BBCodes stopped working, I researched a number of times a solution to my problem, I could even find a topic, but I did not quite understand.
The forum that uses the site in localhost, even tried a clean installation and re-create BBCodes, but to no avail.
Do you guys help me fix it?
BBCode usage
Code: Select all
[col]{TEXT1}|{TEXT2}[/col]
Code: Select all
<table width="100%">
<tr>
<td style="vertical-align: top; width:50%; padding-right:10px;">{TEXT1}</td>
<td style="vertical-align: top; width:50%; padding-left:10px;">{TEXT2}</td>
</tr>
</table>
Code: Select all
Column: [col]collumn1|collumn2[/col]
Here is the topic I could find, but I did not quite understand it. Please, I ask your help.
viewtopic.php?f=461&t=2309881
There are other BBCodes that stop working after upgrading to version 3.2. But if you can help me, I can pack the rest.