New OOTS products from CafePress
New OOTS t-shirts, ornaments, mugs, bags, and more
Results 1 to 8 of 8

Thread: I need help

  1. - Top - End - #1
    Ogre in the Playground
    Join Date
    Jan 2012

    Question I need help

    Hello everybody.

    I am completely unable to do a table under the newcode. I know there are table generators and that is easy enough.. the issues comes when it comes to actually having to go back and make changes.. or as the situation I am in now edit old tables to fit the new code yeah.. id rather just fly is space w/o a suit.

    but here is this 'converter' site and im unsure how to use it http://makaze-kanra.tumblr.com/ForumTableConverter

    I tried to do the obvious and justenter theold code and hit convert YAAY nothing happened... so any help would be appreciated as I would LOVE to finish my fighter fix/

  2. - Top - End - #2
    Bugbear in the Playground
     
    The Random NPC's Avatar

    Join Date
    Jul 2009

    Default Re: I need help

    Quote Originally Posted by ngilop View Post
    Hello everybody.

    I am completely unable to do a table under the newcode. I know there are table generators and that is easy enough.. the issues comes when it comes to actually having to go back and make changes.. or as the situation I am in now edit old tables to fit the new code yeah.. id rather just fly is space w/o a suit.

    but here is this 'converter' site and im unsure how to use it http://makaze-kanra.tumblr.com/ForumTableConverter

    I tried to do the obvious and justenter theold code and hit convert YAAY nothing happened... so any help would be appreciated as I would LOVE to finish my fighter fix/
    Sorry I can't help, but you may find more help in the Table thread.
    See when a tree falls in the forest, and there's no one there to hear it, you can bet we've bought the vinyl.
    -Snow White

    Avatar by Chd

  3. - Top - End - #3
    Ogre in the Playground
    Join Date
    Feb 2012
    Location
    Germany

    Default Re: I need help

    While my table thread doesn't contain a guideline "how to convert old tables" (though maybe I will add one - and will probably use a bunch of this post ), it should showcase how you use the new table code.

    The basic table structured hasn't really changed that much. Only the delimiters (and some syntax for advanced stuff) changed.

    The best way if you simply want to convert your old table to the new code is to do the following steps - "\n" stands for the newline character, "\t" for the tab character. I cannot really say how your word processor masks these characters. If you are not sure, it should be possible to insert them through copy&paste:

    1. Copy your table code (and only that!) to a (simple) word processing software (gedit, notepad, etc should do the trick).
    2. Search&Replace "\n" with "[/TD]\n[/TR]\n[TR]\n\t[TD]". A newline represented the start of a new table row. (The \n and \t in the new version are optional.)
    3. Search&Replace "|" with "[/TD]\n\t[TD]". A "|" represented the start of a new cell. (The \n and \t in the new version are optional.)
    4. Replace the "[/TABLE]" with "[/TD]\n[/TR]\n[/TABLE]"
    5. Replace the broken "{table...]" with "[TABLE="class:grid head alt1 alt2"]\n[TR]\n\t[TD]". (The ="class:grid head alt1 alt2" is optional (or can be changed to other styles), but is closest to the old tables)
    6. Change your table class to the one you think fits best (or use none if you want a table without grid). If you want a header row you probably want to add the class head, and replace all [TD]...[/TD] in your first row (but only the first row!) with [TH][/TH]
    7. Copy the table code back to your post


    This should work for all "basic" tables. Some stuff that needs more fixing:
    • Colspan: If you have cells featuring {colsp=:##} you need to change these cells to [TD="colspan:##"]...[/TD]
    • BR: If you used the BR code to have linebreaks in your tables, it should not work (at least Rawhide said he would remove it). But you can simple do that by doing a newline in the post. Since it isn't used any more for starting a new table row, it will start a new line in the table cell.
    • Nested tables: I'm not sure if the above will work for nested tables (I think it should) - you should convert each table separately.
    • I don't know exactly why, but on an old table I converted now to test this (mainly for typos) I somehow encountered erroneous newlines, producing empty tables row with one empty cell ("[TR]\n\t[TD][/TD]\n[/TR]") . These should be just removed.


    If this doesn't work, feel free to say what problems arise and I (or someone else) will probably try to help you. But in that case you should say what problems you have, and what is the table you want to convert.


    [I will not help in using any of the posted "table convertors", because I think they aren't necessary, and I don't want to debug if some problems arise while using one of them.]
    Last edited by ChristianSt; 2014-05-05 at 04:51 AM.

    Problems with [table]?
    All you want to know about [table]!
    The Order of the Stick
    Kickstarter Reward Collection

    Last updated: 2016/08/09, containing:
    9 Crayon Drawings | 21 Stick its | 47 Signature Doodles

    Custom Avatar made by the Giant.

    Thanks!

  4. - Top - End - #4
    Ogre in the Playground
    Join Date
    Jan 2012

    Default Re: I need help

    well I attempted the search and replace and am unable to do it as well you can see what it ends up looking like in this spoiler

    Spoiler: fighter table
    Show
    "
    ".
    Level
    \t[TD]BAB
    \t[TD]Fort
    \t[TD]Ref
    \t[TD]Will
    \t[TD]Special
    \t[TD]
    Disciplines

    1st
    \t[TD]+1
    \t[TD]+2
    \t[TD]+1
    \t[TD]+0
    \t[TD]Bonus Feat, Athletic Superiority
    \t[TD]
    3

    2nd
    \t[TD]+2
    \t[TD]+3
    \t[TD]+1
    \t[TD]+0
    \t[TD]Bonus Feat, Imposing Force
    \t[TD]
    4

    3rd
    \t[TD]+3
    \t[TD]+3
    \t[TD]+2
    \t[TD]+1
    \t[TD]Physical Prowess
    \t[TD]
    6

    4th
    \t[TD]+4
    \t[TD]+4
    \t[TD]+2
    \t[TD]+1
    \t[TD]Bonus Feat
    \t[TD]
    8

    5th
    \t[TD]+5
    \t[TD]+4
    \t[TD]+2
    \t[TD]+1
    \t[TD]Shield Ally
    [TR]
    \t[TD]\t[TD]
    9

    6th
    [TR]
    \t[TD]\t[TD]+6
    [TR]
    \t[TD]\t[TD]+5
    [TR]
    \t[TD]\t[TD]+3
    [TR]
    \t[TD]\t[TD]+2
    [TR]
    \t[TD]\t[TD]Bonus Feat, Hardy
    [TR]
    \t[TD]\t[TD]
    11

    7th
    [TR]
    \t[TD]\t[TD]+7
    [TR]
    \t[TD]\t[TD]+5
    [TR]
    \t[TD]\t[TD]+3
    [TR]
    \t[TD]\t[TD]+2
    [TR]
    \t[TD]\t[TD]Mobile Combatant
    [TR]
    \t[TD]\t[TD]
    13

    8th
    [TR]
    \t[TD]\t[TD]+8
    [TR]
    \t[TD]\t[TD]+6
    [TR]
    \t[TD]\t[TD]+3
    [TR]
    \t[TD]\t[TD]+2
    [TR]
    \t[TD]\t[TD]Bonus Feat, Instinctive Reflexes
    [TR]
    \t[TD]\t[TD]
    14

    9th
    [TR]
    \t[TD]\t[TD]+9
    [TR]
    \t[TD]\t[TD]+6
    [TR]
    \t[TD]\t[TD]+4
    [TR]
    \t[TD]\t[TD]+3
    [TR]
    \t[TD]\t[TD]Momentum
    [TR]
    \t[TD]\t[TD]
    16

    10th
    [TR]
    \t[TD]\t[TD]+10
    [TR]
    \t[TD]\t[TD]+7
    [TR]
    \t[TD]\t[TD]+4
    [TR]
    \t[TD]\t[TD]+3
    [TR]
    \t[TD]\t[TD]Bonus Feat
    [TR]
    \t[TD]\t[TD]
    18

    11th
    [TR]
    \t[TD]\t[TD]+11
    [TR]
    \t[TD]\t[TD]+7
    [TR]
    \t[TD]\t[TD]+4
    [TR]
    \t[TD]\t[TD]+3
    [TR]
    \t[TD]\t[TD]Battle Perception
    [TR]
    \t[TD]\t[TD]
    19

    12th
    [TR]
    \t[TD]\t[TD]+12
    [TR]
    \t[TD]\t[TD]+8
    [TR]
    \t[TD]\t[TD]+5
    [TR]
    \t[TD]\t[TD]+4
    [TR]
    \t[TD]\t[TD]Bonus Feat, Deadly
    [TR]
    \t[TD]\t[TD]
    21

    13th
    [TR]
    \t[TD]\t[TD]+13
    [TR]
    \t[TD]\t[TD]+8
    [TR]
    \t[TD]\t[TD]+5
    [TR]
    \t[TD]\t[TD]+4
    [TR]
    \t[TD]\t[TD]Warlord
    [TR]
    \t[TD]\t[TD]
    23

    14th
    [TR]
    \t[TD]\t[TD]+14
    [TR]
    \t[TD]\t[TD]+9
    [TR]
    \t[TD]\t[TD]+6
    [TR]
    \t[TD]\t[TD]+4
    [TR]
    \t[TD]\t[TD]Bonus Feat, Legendary Ability
    [TR]
    \t[TD]\t[TD]
    24

    15th
    [TR]
    \t[TD]\t[TD]+15
    [TR]
    \t[TD]\t[TD]+9
    [TR]
    \t[TD]\t[TD]+6
    [TR]
    \t[TD]\t[TD]+5
    [TR]
    \t[TD]\t[TD]Call to Battle
    [TR]
    \t[TD]\t[TD]
    26

    16th
    [TR]
    \t[TD]\t[TD]+16
    [TR]
    \t[TD]\t[TD]+10
    [TR]
    \t[TD]\t[TD]+6
    [TR]
    \t[TD]\t[TD]+5
    [TR]
    \t[TD]\t[TD]Bonus Feat, Make a Warrior out of You
    [TR]
    \t[TD]\t[TD]
    28

    17th
    [TR]
    \t[TD]\t[TD]+17
    [TR]
    \t[TD]\t[TD]+10
    [TR]
    \t[TD]\t[TD]+7
    [TR]
    \t[TD]\t[TD]+5
    [TR]
    \t[TD]\t[TD]Avatar of War
    [TR]
    \t[TD]\t[TD]
    29

    18th
    [TR]
    \t[TD]\t[TD]+18
    [TR]
    \t[TD]\t[TD]+11
    [TR]
    \t[TD]\t[TD]+7
    [TR]
    \t[TD]\t[TD]+6
    [TR]
    \t[TD]\t[TD]Bonus Feat, Veteran of a Thousand Wars
    [TR]
    \t[TD]\t[TD]
    31

    19th
    [TR]
    \t[TD]\t[TD]+19
    [TR]
    \t[TD]\t[TD]+11
    [TR]
    \t[TD]\t[TD]+7
    [TR]
    \t[TD]\t[TD]+6
    [TR]
    \t[TD]\t[TD]Slice The Universe
    [TR]
    \t[TD]\t[TD]
    33

    20th
    [TR]
    \t[TD]\t[TD]+20
    [TR]
    \t[TD]\t[TD]+12
    [TR]
    \t[TD]\t[TD]+8
    [TR]
    \t[TD]\t[TD]+6
    [TR]
    \t[TD]\t[TD]Bonus Feat, Indomnitability
    [TR]


    thanks for the help though :)

    making new classes just isn't for me anymore.


    its all good though I just wanted to finish my Fighter fix on this site (have it finished on my own comp) and get back to work on my fixed PrC thread again with the drunken master.
    Last edited by ngilop; 2014-05-05 at 09:16 AM.

  5. - Top - End - #5
    Ogre in the Playground
    Join Date
    Feb 2012
    Location
    Germany

    Default Re: I need help

    I'm posting more/looking into it if I'm home, but right now I can say that you do something wrong with your search and replace. There shouldn't be any \t and \n floating around in your post, because (if done correctly) they will be replaced by the actual characters for tab or newline accordingly. Though I'm not sure how they are masked for your word processor (you can try without those, they only enhance readability). But I think your doing something else wrong in addition, because they shouldn't change anything about the table layout.
    Last edited by ChristianSt; 2014-05-05 at 10:14 AM.

    Problems with [table]?
    All you want to know about [table]!
    The Order of the Stick
    Kickstarter Reward Collection

    Last updated: 2016/08/09, containing:
    9 Crayon Drawings | 21 Stick its | 47 Signature Doodles

    Custom Avatar made by the Giant.

    Thanks!

  6. - Top - End - #6
    Ogre in the Playground
    Join Date
    Jan 2012

    Default Re: I need help

    Quote Originally Posted by ChristianSt View Post
    I'm posting more/looking into it if I'm home, but right now I can say that you do something wrong with your search and replace. There shouldn't be any \t and \n floating around in your post, because (if done correctly) they will be replaced by the actual characters for tab or newline accordingly. Though I'm not sure how they are masked for your word processor (you can try without those, they only enhance readability). But I think your doing something else wrong in addition, because they shouldn't change anything about the table layout.
    Hmm, I used wordpad if that will help you any.

    I just entered search and replace with everything you said. again, I think this table code is just beyond my abilities.

    everybody has that 1 thing they cannot do no matter how hard they try. mine seems to me GiTP table 2.0 lol

  7. - Top - End - #7
    Ogre in the Playground
    Join Date
    Feb 2012
    Location
    Germany

    Default Re: I need help

    Quote Originally Posted by ngilop View Post
    Hmm, I used wordpad if that will help you any.

    I just entered search and replace with everything you said. again, I think this table code is just beyond my abilities.

    everybody has that 1 thing they cannot do no matter how hard they try. mine seems to me GiTP table 2.0 lol
    As I said before the listing "\n" and "\t" are the representation/masks I use for for newline and tab. How your notepad handle them I can't really tell you. You can just delete the "\t" and "\n" from the right side anyway or search for the thing that will work for you (I have found "^t" for tabs and "^p" (or maybe "^l") for newline doing a quick Google search). It will not affect the the post but the code is more readable with tabs and newline. (Though I'm not sure how you found a way to search for newline but not to replace with newline )

    One problem your table have is that you have inserted an additional newline between each line. You can fix this (as I said after the procedure) by replacing the newly added empty rows (or you could try to search&replace for "\n\n" instead of "\n"). [But that is not your problem.]


    And I can only say that the method I posted works for your table (baring that multiple newline thing I mentioned). From what I have tested I think I actually know what you did wrong: you did step 3 before doing step 2.
    Since step 2 replaces the newline character with other stuff (including newlines) and step 3 replaces something with other stuff (including newlines), doing step 2 after step 3 (or multiple times) will not work. And the output I got with switching 2 and 3 looked basically exactly like the table you posted.

    Spoiler: Fixed table
    Show

    Level BAB Fort Ref Will Special
    Disciplines
    1st +1 +2 +1 +0 Bonus Feat, Athletic Superiority
    3
    2nd +2 +3 +1 +0 Bonus Feat, Imposing Force
    4
    3rd +3 +3 +2 +1 Physical Prowess
    6
    4th +4 +4 +2 +1 Bonus Feat
    8
    5th +5 +4 +2 +1 Shield Ally
    9
    6th +6 +5 +3 +2 Bonus Feat, Hardy
    11
    7th +7 +5 +3 +2 Mobile Combatant
    13
    8th +8 +6 +3 +2 Bonus Feat, Instinctive Reflexes
    14
    9th +9 +6 +4 +3 Momentum
    16
    10th +10 +7 +4 +3 Bonus Feat
    18
    11th +11 +7 +4 +3 Battle Perception
    19
    12th +12 +8 +5 +4 Bonus Feat, Deadly
    21
    13th +13 +8 +5 +4 Warlord
    23
    14th +14 +9 +6 +4 Bonus Feat, Legendary Ability
    24
    15th +15 +9 +6 +5 Call to Battle
    26
    16th +16 +10 +6 +5 Bonus Feat, Make a Warrior out of You
    28
    17th +17 +10 +7 +5 Avatar of War
    29
    18th +18 +11 +7 +6 Bonus Feat, Veteran of a Thousand Wars
    31
    19th +19 +11 +7 +6 Slice The Universe
    33
    20th +20 +12 +8 +6 Bonus Feat, Indomnitability
    34

    Spoiler: Code for the fixed table
    Show
    Code:
    [TABLE="class:head alt1 alt2 grid"]
    [TR]
    	[TH][b]Level[/b][/TH]
    	[TH][b]BAB[/b][/TH]
    	[TH][b]Fort[/b][/TH]
    	[TH][b]Ref[/b][/TH]
    	[TH][b]Will[/b][/TH]
    	[TH][b]Special[/b] [/TH]
    	[TH][center][b]Disciplines[/b][/center][/TH]
    [/TR]
    [TR]
    	[TD][b]1st[/b][/TD]
    	[TD]+1[/TD]
    	[TD]+2[/TD]
    	[TD]+1[/TD]
    	[TD]+0[/TD]
    	[TD]Bonus Feat, Athletic Superiority[/TD]
    	[TD][center]3[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]2nd[/b][/TD]
    	[TD]+2[/TD]
    	[TD]+3[/TD]
    	[TD]+1[/TD]
    	[TD]+0[/TD]
    	[TD]Bonus Feat, Imposing Force[/TD]
    	[TD][center]4[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]3rd[/b][/TD]
    	[TD]+3[/TD]
    	[TD]+3[/TD]
    	[TD]+2[/TD]
    	[TD]+1[/TD]
    	[TD]Physical Prowess[/TD]
    	[TD][center]6[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]4th[/b][/TD]
    	[TD]+4[/TD]
    	[TD]+4[/TD]
    	[TD]+2[/TD]
    	[TD]+1[/TD]
    	[TD]Bonus Feat[/TD]
    	[TD][center]8[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]5th[/b][/TD]
    	[TD]+5[/TD]
    	[TD]+4[/TD]
    	[TD]+2[/TD]
    	[TD]+1[/TD]
    	[TD]Shield Ally[/TD]
    	[TD][center]9[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]6th[/b][/TD]
    	[TD]+6[/TD]
    	[TD]+5[/TD]
    	[TD]+3[/TD]
    	[TD]+2[/TD]
    	[TD]Bonus Feat, Hardy [/TD]
    	[TD][center]11[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]7th[/b][/TD]
    	[TD]+7[/TD]
    	[TD]+5[/TD]
    	[TD]+3[/TD]
    	[TD]+2[/TD]
    	[TD]Mobile Combatant[/TD]
    	[TD][center]13[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]8th[/b][/TD]
    	[TD]+8[/TD]
    	[TD]+6[/TD]
    	[TD]+3[/TD]
    	[TD]+2[/TD]
    	[TD]Bonus Feat, Instinctive Reflexes[/TD]
    	[TD][center]14[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]9th[/b][/TD]
    	[TD]+9[/TD]
    	[TD]+6[/TD]
    	[TD]+4[/TD]
    	[TD]+3[/TD]
    	[TD]Momentum[/TD]
    	[TD][center]16[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]10th[/b][/TD]
    	[TD]+10[/TD]
    	[TD]+7[/TD]
    	[TD]+4[/TD]
    	[TD]+3[/TD]
    	[TD]Bonus Feat[/TD]
    	[TD][center]18[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]11th[/b][/TD]
    	[TD]+11[/TD]
    	[TD]+7[/TD]
    	[TD]+4[/TD]
    	[TD]+3[/TD]
    	[TD]Battle Perception[/TD]
    	[TD][center]19[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]12th[/b][/TD]
    	[TD]+12[/TD]
    	[TD]+8[/TD]
    	[TD]+5[/TD]
    	[TD]+4[/TD]
    	[TD]Bonus Feat, Deadly[/TD]
    	[TD][center]21[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]13th[/b][/TD]
    	[TD]+13[/TD]
    	[TD]+8[/TD]
    	[TD]+5[/TD]
    	[TD]+4[/TD]
    	[TD]Warlord[/TD]
    	[TD][center]23[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]14th[/b][/TD]
    	[TD]+14[/TD]
    	[TD]+9[/TD]
    	[TD]+6[/TD]
    	[TD]+4[/TD]
    	[TD]Bonus Feat, Legendary Ability[/TD]
    	[TD][center]24[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]15th[/b][/TD]
    	[TD]+15[/TD]
    	[TD]+9[/TD]
    	[TD]+6[/TD]
    	[TD]+5[/TD]
    	[TD]Call to Battle[/TD]
    	[TD][center]26[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]16th[/b][/TD]
    	[TD]+16[/TD]
    	[TD]+10[/TD]
    	[TD]+6[/TD]
    	[TD]+5[/TD]
    	[TD]Bonus Feat, Make a Warrior out of You[/TD]
    	[TD][center]28[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]17th[/b][/TD]
    	[TD]+17[/TD]
    	[TD]+10[/TD]
    	[TD]+7[/TD]
    	[TD]+5[/TD]
    	[TD]Avatar of War[/TD]
    	[TD][center]29[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]18th[/b][/TD]
    	[TD]+18[/TD]
    	[TD]+11[/TD]
    	[TD]+7[/TD]
    	[TD]+6[/TD]
    	[TD]Bonus Feat, Veteran of a Thousand Wars[/TD]
    	[TD][center]31[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]19th[/b][/TD]
    	[TD]+19[/TD]
    	[TD]+11[/TD]
    	[TD]+7[/TD]
    	[TD]+6[/TD]
    	[TD]Slice The Universe[/TD]
    	[TD][center]33[/center][/TD]
    [/TR]
    [TR]
    	[TD][b]20th[/b][/TD]
    	[TD]+20[/TD]
    	[TD]+12[/TD]
    	[TD]+8[/TD]
    	[TD]+6[/TD]
    	[TD]Bonus Feat, Indomnitability[/TD]
    	[TD][center]34[/center][/TD]
    [/TR]
    [/TABLE]

    Last edited by ChristianSt; 2014-05-05 at 01:02 PM.

    Problems with [table]?
    All you want to know about [table]!
    The Order of the Stick
    Kickstarter Reward Collection

    Last updated: 2016/08/09, containing:
    9 Crayon Drawings | 21 Stick its | 47 Signature Doodles

    Custom Avatar made by the Giant.

    Thanks!

  8. - Top - End - #8
    Ogre in the Playground
    Join Date
    Jan 2012

    Default Re: I need help

    Ok, thanks for all the assistance :)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •