Okee dokee. Two things. For one, it didn't work with Mutt's UBB Code Button hack (like it works on this forum) and I did have a problem with one of Slurpee's instruction.
When he says to edit the forumdisplay file (for profile link)
In the subroutine TopicGutsHTML
Look for this code:
$ThisURL = qq($NonCGIURL/$ExactPath/HTML/$threadinfo[1].html);
Below it add the following:
$lastAuthName = qq(
target=_blank> );
$lastName = $threadinfo[8];
$lastName =~ tr/+/ /;
That part has a white space that was giving me headaches. Deleting that white space fixed my problem...
Just a though... OOPS! Sorry Cal!!! ![[Linked Image]](http://ubbcodehacking.com/ubb/wink.gif)