Forum Addon

Other talk that doesn't fit elsewhere.
This is for General Discussion, not General chat.
Germanium
Trained
Trained
Posts: 94
Joined: 21 Jun 2010, 01:39

Forum Addon

Post by Germanium »

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.
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
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA

Re: Forum Addon

Post by Zarel »

That's a mod for phpBB 2. It was posted in 2004. O_o We're using phpBB 3 now - could you find a more recent mod that works with phpBB 3?
Germanium
Trained
Trained
Posts: 94
Joined: 21 Jun 2010, 01:39

Re: Forum Addon

Post by Germanium »

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
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
User avatar
marsbound2024
Trained
Trained
Posts: 54
Joined: 02 Oct 2009, 03:50
Location: Tennessee, United States

Re: Forum Addon

Post by marsbound2024 »

<table>
<tr>
<th></th>
<th>This</th>
<th>Doesn't</th>
<th>Work</th>
</tr>
<tr>
<td> Reaction </td>
<td> :( </td>
<td> O_o</td>
<td> :stressed: </td>
</tr>
<tr>
<td> Suggestion </td>
<td> Let's </td>
<td> Fix </td>
<td> It </td>
</tr>
</table>