I've been using this mod for more than a year but there is one thing that I'd like to fix.
After logging out members are sent to this page
PHP Code:
../forums/login.php?do=logout&logouthash=
and the following code is found in the source code for that page.
PHP Code:
<!-- BEGIN TEMPLATE: usc_table_end -->
</td>
</tr>
</table>
<!-- END TEMPLATE: usc_table_end -->
This is causing some problems and I'd like to add a conditional statement in the usc_table_end template but don't know what condition would indicate that the visitor is looking at
PHP Code:
../forums/login.php?do=logout&logouthash=
Any ideas would be appreciated. I want to use something like in the usc_table_end template
PHP Code:
<if condition!="???"></td>
$usc_right
</tr>
</table></if>
I know this is incorporated in v4.0 but I'm not running PHP5 on my server yet so I've got to deal with what I have.