Hi Forum moderators/ administrators,
is it possible to add an option to include tables in the post? It should be possible in principle. I dont know if this is the most recent version of something like [table]:
http://www.phpbb.com/community/viewtopic.php?t=219269
Thanks for considering that.
Forum Addon
-
Germanium
- Trained

- Posts: 94
- Joined: 21 Jun 2010, 01:39
Forum Addon
It is not knowledge, but the act of learning, not possession but the act of getting there, which grants the greatest enjoyment. - Carl Friedrich Gauss
-
Zarel
- Elite

- Posts: 5770
- Joined: 03 Jan 2008, 23:35
- Location: Minnesota, USA
Re: Forum Addon
That's a mod for phpBB 2. It was posted in 2004.
We're using phpBB 3 now - could you find a more recent mod that works with phpBB 3?
-
Germanium
- Trained

- Posts: 94
- Joined: 21 Jun 2010, 01:39
Re: Forum Addon
Yeah, i know it was old. But all i found by google so far where people asking for [table] 
I found a mod that includes a table generator
https://www.phpbb.de/moddb/BBCodeBox3_Expanded_Version
but that also includes "hundred" other addons ...
There is also a guide how to run the tablemaker from the BBCodeBox3 as a standalone thing but its in german:
https://www.phpbb.de/community/viewtopi ... 7&t=187803
I found a mod that includes a table generator
https://www.phpbb.de/moddb/BBCodeBox3_Expanded_Version
but that also includes "hundred" other addons ...
There is also a guide how to run the tablemaker from the BBCodeBox3 as a standalone thing but its in german:
https://www.phpbb.de/community/viewtopi ... 7&t=187803
It is not knowledge, but the act of learning, not possession but the act of getting there, which grants the greatest enjoyment. - Carl Friedrich Gauss
-
marsbound2024
- Trained

- Posts: 54
- Joined: 02 Oct 2009, 03:50
- Location: Tennessee, United States
Re: Forum Addon
<table>
<tr>
<th></th>
<th>This</th>
<th>Doesn't</th>
<th>Work</th>
</tr>
<tr>
<td> Reaction </td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td> Suggestion </td>
<td> Let's </td>
<td> Fix </td>
<td> It </td>
</tr>
</table>
<tr>
<th></th>
<th>This</th>
<th>Doesn't</th>
<th>Work</th>
</tr>
<tr>
<td> Reaction </td>
<td>
<td>
<td>
</tr>
<tr>
<td> Suggestion </td>
<td> Let's </td>
<td> Fix </td>
<td> It </td>
</tr>
</table>