The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How do I create a table in a forum? There's no option for it, but there's an option for it in CMS.
|
|
#2
|
||||
|
||||
|
hm blonde moment, just testet my suggestion and failed..
|
|
#3
|
|||
|
|||
|
lols so no ways then?
|
|
#4
|
||||
|
||||
|
For vB 3.8 there's a MOD that allows you to create tables, but it's not available for vB 4 yet.
|
|
#5
|
||||
|
||||
|
Okay a little update..
You could do it with BB codes... i did a test as you can see on the screenshots... Attachment 107827 Attachment 107828 BBcodes i added : table : Code:
<table border="{option}">{param}</table>
Code:
[table=1]content[/table] tr : Code:
<tr>{param}</tr>
Code:
[table=1][tr]content[/tr][/table] Code:
<td>{param}</td>
Code:
[table=1][tr][td]content[td][/tr][/table] Code:
[table=1] [tr] [td]Colum 1[/td] [td]Colum 2[/td] [/tr] [tr] [td]----------------------------------[/td] [/tr] [tr] [td]test 1[/td] [td]test 2[/td] [/tr] [/table] its not user friendly, but i dont think you want users to make tables, incase they forget to close a tag or something, which could ruin the style on that specifik post.
|
|
#6
|
||||
|
||||
|
double post.... deleted
|
|
#7
|
|||
|
|||
|
o.O this looks cool. didn't think of that ^^ Thanks!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|