![]() |
Sergey Kornilov admin 9/11/2006 |
You need to modify ..._list.php file for this purpose. <?php if ($_SESSION["UserID"]!="Guest") { <td> ... </td> } ?> |
J
|
Jean author 9/11/2006 |
You need to modify ..._list.php file for this purpose. Open it in any text editor and find functions WriteTableHeader and LoopRs. To hide a column from guest user use something like this:
|