Well I decided to take the plunge and try this out (took 45 mins to mod it in

). Anyways two problems...
1) http://www.btinternet.com/~fs2/screenshots/others/ubb-prob.jpg
Basically when I select a different date (other than the community deafult) from the profile that happened. I have a feeling it might be something to do with no 2
2) In the instructions it says:
code:
*****************************
* Open public_pntf_admin.pl *
*****************************
Find:
=====
my $r = shift;
my $string = qq(
$TBT) . <<GUIDE;
Replace with:
=============
my $r = shift;
my $string = qq~<script type="text/javascript">
<!-- (blah, blah)
However I couldn't find those two lines togeather. The closest match I found was:
code:
[qb] my $r = shift;
# my $thismany = scalar keys %{ $r };
my $string2;
my $string = qq(
$TBT) . <<GUIDE;
[/qb]
Another match I found was:
my $r = shift;
my $ip;
if (($user_profile[8] eq 'Administrator' && $user_profile[4] =~ /Admin/)) {
$ip = qq~<td bgcolor="$vars_style{TableColorStrip}"><!-- 1 --><font color="$vars_style{TableStripTextColor}" face="$vars_style{FontFace}" size="$vars_style{TextSize}"><b>
$vars_wordlets_pntf{pntf_admin_ipaddress}
</b></font></td>~;
}
my $string = qq(
$TBT) . <<GUIDE;
But that one didn't seem right. So I guess you were right when you said Alpha version.
[edit
Using UBB version 6.3.1.1 btw
