Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic [2.3.1] QuickTable 4 YaBB 2.3.1 (Read 1534 times)
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
[2.3.1] QuickTable 4 YaBB 2.3.1
Jan 24th, 2009 at 12:43am
Print Post  
QuickTable 4 YaBB231

0.1 beta


This mod let you create a complete table in posts and PM's in a fast and easy way.

IMPORTANT NOTE! Before you apply this mod you'll have to copy the ubbc.js file
from the /public_html/yabbfiles folder to the cgi main /yabb2 folder (the folder with YaBB.pl)
in your BoardMod directory and then move it back after applying the mod.


To create a table with 2 columns and 2 rows you enter:

cell a1
cell a2

cell b1
cell b2

Then select (highlight) it all and click the "Insert Table" button and Voila:

Code
Select All
[table]
[tr][td]cell a1[/td][td]cell a2[/td][/tr]
[tr][td]cell b1[/td][td]cell b2[/td][/tr]
[/table] 



To insert empty cell just enter a * (asterisk) like this:

cell a1
*

cell b1
cell b2

Generates:

Code
Select All
[table]
[tr][td]cell a1[/td][td][/td][/tr]
[tr][td]cell b1[/td][td]cell b2[/td][/tr]
[/table] 


  

quicktable_4_yabb231.zip ( 1 KB | Downloads )

If you knock your head against a brick wall and hear a hollow sound, it's not necessarily coming from the wall.
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint