CryoBB - Create your own Bulletin Board

Coding Critique is the place to post source code for peer review by other members of DevNetwork. Any kind of code can be posted. Code posted does not have to be limited to PHP. All members are invited to contribute constructive criticism with the goal of improving the code. Posted code should include some background information about it and what areas you specifically would like help with.

Popular code excerpts may be moved to "Code Snippets" by the moderators.

Moderator: General Moderators

TomSawyer
Forum Newbie
Posts: 1
Joined: Fri Mar 23, 2012 7:00 am

Re: CryoBB - Create your own Bulletin Board

Post by TomSawyer »

Hi guy. i've tried this class. and it's awesome.

but i dont know how to create list item?

[text]
  1. asdasd
  2. asdasdads
  3. asdassad
  • asdasd
  • asdasdads
  • asdassad
[/text]
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: CryoBB - Create your own Bulletin Board

Post by Jonah Bron »

@TomSawyer I don't remember if we ever made the functionality to support list tags, but the way we designed it, it shouldn't be too hard to add it. Just add new classes for those tags.
Post Reply