Skip to forum content

PunBB Forums

Lightweight PHP-based Forum

You are not logged in. Please login or register.


[Extension Release] bbcode_table

PunBB Forums → PunBB 1.4 additions → [Extension Release] bbcode_table

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 3

  • From: India
  • Registered: 2012年01月24日
  • Posts: 58

Topic: [Extension Release] bbcode_table

Extension: bbcode_table
version: 0.1.0

CHANGELOG
==initial release==

DEMO
http://studyforums.org/viewtopic.php?pid=273#p273

USER MANUAL
1. Upload Extension folder to extension directory and install it.
2. It will add 4 new bbcode tag (table, tr, th, td) and button as well (pun_bbcode required)
3. Method is quite similar to html.
e.g in html:

<table>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
</table>

Accordingly in bbcode:

[table][tr][th]Header 1[/th][th]Header 2[/th][/tr][tr][td]row 1, cell 1[/td][td]row 1, cell 2[/td][/tr][/table]

Download Link given below in reply.

  • From: India
  • Registered: 2012年01月24日
  • Posts: 58

Re: [Extension Release] bbcode_table

  • Registered: 2012年07月26日
  • Posts: 95

Re: [Extension Release] bbcode_table

We only can use [td] text [/td] but not [td width="39" valign="top"]T3211[/td]

Any suggestion?

Posts: 3

Pages 1

You must login or register to post a reply

PunBB Forums → PunBB 1.4 additions → [Extension Release] bbcode_table



AltStyle によって変換されたページ (->オリジナル) /