Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#279442 - 13/04/2006 09:17 Creating a list/table in phpBB
tahir
pooh-bah

Registered: 27/02/2004
Posts: 1900
Loc: London
Has anybody ever managed to get the list command to work? If so what exactly does it do?

I'm after a way of posting a table in a phpBB forum post

Thanks

Top
#279443 - 14/04/2006 16:47 Re: Creating a list/table in phpBB [Re: tahir]
furtive
old hand

Registered: 14/08/2001
Posts: 886
Loc: London, UK
You mean something like this:

Quote:

  1. Go to the shops
  2. Buy a new computer
  3. Swear at computer when it crashes




It works fine on the phpBB forum I run. Replace the <>'s with square brackets:

<list=1>
<*>Go to the shops
<*>Buy a new computer
<*>Swear at computer when it crashes
</list>

Get rid of the =1 in the list statement to just have bullets, and replace the 1 with an a to get a, b, c rather than 1, 2, 3


Edited by furtive (14/04/2006 16:48)
_________________________
Mk2a RioCar 120Gb - now sold to the owner of my old car
Rio Karma - now on ebay...

Top
#279444 - 16/04/2006 06:34 Re: Creating a list/table in phpBB [Re: furtive]
tahir
pooh-bah

Registered: 27/02/2004
Posts: 1900
Loc: London
Brilliant, thanks. Always wondered how it works.

Don't suppose you know of a way to create multi column lists do you? (like a table)


Top
#279445 - 16/04/2006 07:36 Re: Creating a list/table in phpBB [Re: tahir]
furtive
old hand

Registered: 14/08/2001
Posts: 886
Loc: London, UK
I don't think you can
_________________________
Mk2a RioCar 120Gb - now sold to the owner of my old car
Rio Karma - now on ebay...

Top
#279446 - 17/04/2006 14:56 Re: Creating a list/table in phpBB [Re: furtive]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31578
Loc: Seattle, WA
The only way is to do it in monospaced ASCII and surround it with CODE tags.
_________________________
Tony Fabris

Top
#279447 - 18/04/2006 08:53 Re: Creating a list/table in phpBB [Re: tfabris]
tahir
pooh-bah

Registered: 27/02/2004
Posts: 1900
Loc: London
That's an idea. Thanks Tony

Top