1

(3 replies, posted in PunBB 1.2 show off)

Nice! big_smile  Looks cool (and nice site, by the way)..

2

(2 replies, posted in PunBB 1.2 show off)

Haha, I'll be sure to big_smile

3

(2 replies, posted in PunBB 1.2 show off)

Hey, big_smile
Just wanted to announce that vSig is now using punBB.  I really like pun over phpBB, a lot easier to integrate into the site (which is neccesary).  You can get the actual forums @ http://www.vsig.org/forums.. I made the skin myself, woo! big_smile

A little about the site: It's basically designed to build dynamic signatures (like the one I have in my signature here)... It has a Drag and Drop editor now, and all kinds of crazy features tongue

Thanks punBB!

A) You forgot to close

if (!isset($_GET['action'])) {
            ob_start();
            include_once("links.dat");
            $rawdat = ob_get_contents();
            ob_end_clean();
            $dat = strip_tags($rawdat, '<a><b><i><u><br><p>');

That needs to have an end bracket.

B) Below that you put semicolons after your if statements.  Get rid of them, they're not needed.

~Tim