venomx
04-17-2005, 05:57 PM
Under:
UPGRADE FROM VERSION 3.4.2 TO VERSION 3.4.3
It has one edit. The says In the same file, find:
And nothing is there. Is there the only one file edit?
Under:
UPGRADE FROM VERSION 3.4.1 TO VERSION 3.4.2
It says to find
if ($post[userid]==$bbuserinfo[userid] AND $postadmin!=1 AND ($post[warning_level]>0)
Which is really
if ($post[userid]==$bbuserinfo[userid] AND $postadmin!=1 AND $post[warning_level]>0)
and it says
Edit template warn_viewtype_top and find:
<td class="tcat" colspan="6">
Replace that with:
<td class="tcat" colspan="8">
<td class="thead">Post-related</td>
Below that, add:
<td class="thead">Alertable</td>
<td class="thead">Alert Comment</td>
Which should say
Edit template warn_viewtype_top and find:
<td class="tcat" colspan="6">
Replace that with:
<td class="tcat" colspan="8">
Then find:
<td class="thead">Post-related</td>
Below that, add:
<td class="thead">Alertable</td>
<td class="thead">Alert Comment</td>
UPGRADE FROM VERSION 3.4.2 TO VERSION 3.4.3
It has one edit. The says In the same file, find:
And nothing is there. Is there the only one file edit?
Under:
UPGRADE FROM VERSION 3.4.1 TO VERSION 3.4.2
It says to find
if ($post[userid]==$bbuserinfo[userid] AND $postadmin!=1 AND ($post[warning_level]>0)
Which is really
if ($post[userid]==$bbuserinfo[userid] AND $postadmin!=1 AND $post[warning_level]>0)
and it says
Edit template warn_viewtype_top and find:
<td class="tcat" colspan="6">
Replace that with:
<td class="tcat" colspan="8">
<td class="thead">Post-related</td>
Below that, add:
<td class="thead">Alertable</td>
<td class="thead">Alert Comment</td>
Which should say
Edit template warn_viewtype_top and find:
<td class="tcat" colspan="6">
Replace that with:
<td class="tcat" colspan="8">
Then find:
<td class="thead">Post-related</td>
Below that, add:
<td class="thead">Alertable</td>
<td class="thead">Alert Comment</td>