Nice! Looks cool (and nice site, by the way)..
3 2006-08-21 17:35
Topic: vSig + punBB (2 replies, posted in PunBB 1.2 show off)
Hey,
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!
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
Thanks punBB!
4 2005-09-25 23:58
Re: Please help me resolve this error (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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