If the global of the script page function utilizes $userob on that page you can:

Detect a Guest:
Code
	if(!$userob->is_logged_in) {
		echo("Guest");
	}

Detect a Logged in User:
Code
	if($userob->is_logged_in) {
		echo("HAI!");
	}

You could use those bits to set a variable and have a template trigger read the variable and display an island.

If you mean in the sidebars, you'd have to rejigger how they function in order to inject an additional island only for regged users.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!