VB Tables Codes??

Loopy Legend

Addicted
Joined
Sep 5, 2009
Messages
999
Reaction score
0
FP$
3,209
Does VB have any special coding for making tables in it's forums please, as I cant find out at the VB broads unless I first buy a VB account, or does any other form of decent forum software have some good table coding please?
 
Explain this a bit more please.
Table Codes can mean a lot with a Forum.
 
I need coding on the forums to make tables, the ones with x amount of rows and columns on them. And the table coding needs to be user friendly and easy to use as members on my forum will be using them.
 
So once I do that on a VB board, members of m forum can freely use it to add to there own posts?

Also did not see anything on the actual coding to use tables, it must be easy to use and MR and Mrs average Joe must be able to grasp this with a little help from a guide.
 
Yes, it would add BB Code so they could add it into their own posts. It should be very easy for users. Look at this from the modification thread:

A table is simply made of some lines (will be the rows). The cols are seperated by |. So this will be a table:
Code:

[table="head"]head col1|head col2|head col3
row1 col1|row1 col2|row1 col3
row2 col1|row2 col2|row2 col3[/table]
 
Still does not look to easy to get, hmm there an easier way to write it. Can give you a small sample if ya like??
 
Simply put if I get what he just posted is that when the click the tables button .. which inserts a table into your post (using bbcode) it produces this:

[table="head"]head col1|head col2|head col3
row1 col1|row1 col2|row1 col3
row2 col1|row2 col2|row2 col3[/table]

Now it would be the user would fill in Head Col1 | Head Col 2 | Head Col3

Now Row 1 Col1 and Row 2 col 1 will house information for Head col1 .. so on and so forth for the others.

This means you yourself will need to inform them of the table bbcode you added, and how to use it.. maybe in a sticky of some sort.
 
Back
Top Bottom