Hi there. I'm about to set forth installing WWWThreads 3, wish me luck. A tweak I made before starting to upload;

In previewedit.pl, and previewpost.pl (that's all I found, if I missed it in any other files please lemme know) I changed

$Body =~ s,\[pre\]\s*([^[]+)\s*\[/pre\],<pre>$1</pre>

,isg;


to read

$Body =~ s,\[pre\]\s*([^[]+)\s*\[/pre\],<font face="Courier"><pre>$1</pre></font>

,isg;


That should render everything inside the 'pre' markup tag to be in a fixed-width font, making it easier to show spacing and such. I also tweaked editpost.pl to the opposite effect, for proper rendering when editing a post. Just thought I'd share in case anyone else thought it a good idea.

Second, a suggestion (I haven't started to tweak on this one yet);

In the 'url' markup tag, how about making it match whether or not the filler (in between 'url' and '/url') begins with http:// or not, and show the link accordingly? It'd take two pattern matches, but it might help prevent 404 errors when people use the forum that are too used to using "that other forum software" (you know, that one I use now which I'm strongly considering using WWWThreads instead of) :-)

Just my deep thoughts for the day (week maybe)

Del
http://www.downinit.com/

Del
http://www.downinit.com

da da da

[ADMIN NOTE: THIS FEATURED HAS BEEN ADDED]