HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Updates to bbcodes

02-24-2006, 12:42 AM#1
Vexorian
I made some changes, first [thumbnail] finally behaves like [img] and [url] when linking to images in this same site (aka attachments)

[img] can become a [thumbnail] tag if you are a guest and someone used [img] for an attachment.

I also added [jass] and [trigger] to the tool bar (the *advanced* toolbar, now I would like to know how to make quick reply use that toolbar) and they also appear in the bbcode guide.

Finally I added a [table] tag, finally we can have tables (specially good for tutorials)

Table:
123
456
789
02-24-2006, 04:11 AM#2
Tiki
How do the table tags work, explanation would help.
02-24-2006, 08:33 AM#3
Whitehorn
Quote:
Originally Posted by Tiki
How do the table tags work, explanation would help.

Do we have to explain how to click links too?
02-24-2006, 11:40 AM#4
Vexorian
It is the link actually


Table
Generates a table, use [c] to create new columns and [r] to create new rows


This is the code for the table I made in the first post:

Code:
[table]
1[c]2[c]3
[r]4[c]5[c]6
[r]7[c]8[c]9
[/table]
02-24-2006, 02:17 PM#5
Tiki
I didnt notice that was a link. ;)
I thought it was colored to show that it was new.
02-24-2006, 02:33 PM#6
Whitehorn
Quote:
Originally Posted by Tiki
I didnt notice that was a link. ;)
I thought it was colored to show that it was new.

Aren't you using your Troll theme? You wrote the CSS
02-24-2006, 03:40 PM#7
Zoxc
Awsome!!! ... something to replace the lost tree tag ........

Make valign="top"....

Example of good use: http://www.wc3c.net/showthread.php?p=765114
02-24-2006, 04:49 PM#8
Vexorian
??
Developer's Corner:
General
CollapseTriggers And Scripts
CollapseDemo Maps
Spells
JESP Spells
Systems
Samples
CollapseWarcraft III Editing tools
Programming
CollapseTerrain Forum
Terrain Contests

Or you mean the folding thing?
02-24-2006, 06:19 PM#9
Zoxc
Yes...!!!! what is tree tag without folding?

I haven't seen anyone used it without.... I would have used it with folding....
02-24-2006, 06:24 PM#10
Whitehorn
[tree=Developer's Corner]
General
Triggers And Scripts
Demo Maps
Spells
JESP Spells
Systems
Samples
Warcraft III Editing tools
Programming
Terrain Forum
Terrain Contests
[/tree]

With indents (they dont show with noparse).
02-24-2006, 06:29 PM#11
Vexorian
yeah that's the reason I made code act as a noparse
Code:
[tree=Developer's Corner]
General
Triggers And Scripts
 Demo Maps
  Spells
  JESP Spells
  Systems
  Samples
Warcraft III Editing tools
 Programming
Terrain Forum
 Terrain Contests
[/tree]
02-25-2006, 01:00 PM#12
Tim.
Good stuff, looks great.
02-28-2006, 01:05 PM#13
Vexorian
Ok Zoxc there you have tree (and trigger) tag with folding
02-28-2006, 01:10 PM#14
Zoxc
You can't expand the nodes after colapsing it.

It may be wise to look at my code =P

EDIT:
Works in Firefox 1.5.0.1
Don't work in Opera 9 Preview #2
Don't work in Internet Explorer 7.0 Beta #2
02-28-2006, 01:44 PM#15
Vexorian
I noted it a long ago , was in the process of fixing that and now that it is fixed I am gonna tell you, it is fixed.

I think IE and opera users need to Shift+Refresh to update the script on the header if they tested the tree and trigger tags before and they weren't working

Edit: Tested in:
- Firefox 1.5.0.1
- IE 6.0
- Opera 8.51

And they seem to work fine