hey there,
well it is another way of using the thing I made for my problem at:
http://www.websitebaker2.org/forum/index.php/topic,15536.0.htmlyou can use it at very much different ways on buttons, whole forms, tables, div's etc
use this thing I posted on the code of a button where it initially says:
<input type="submit" name="id-button" id="id-button" value="Submit" />
you let the code change to hidden with the small php code to make it look like
<input type="hidden" name="id-button" id="id-button" value="Submit" />
with this code you could literaly change about everything for different groups
stylesheet per group:
<link rel="stylesheet" type="text/css" href="<input type="<?php echo TEMPLATE_DIR; ?>/<?php if ($_SESSION['GROUP_ID'] == 1) { echo "green";} else {echo "red";}?>-style".css" />
for resp a green-style.css or a red-style.css to load
with some work you can hide a complete website within your website!!!
I will primaraly use this in the admin to hide extra stuff like for instance in the settings file (standard template, inline bin, date, server settings etc so that the client will only see the keywords and meta description shizzle