Zen Cart Logo
Forums / General Questions / Hide sidebox link when logged in

Hide sidebox link when logged in

Locked

Views: 1,106

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
15 Mar 2008, 10:46 PM
#1
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Hide sidebox link when logged in

I know to get a link to only display when your logged in is to put this aorund it
if($_SESSION['customer_id']){
}

But how about gettign a link NOT to display when logged in

15 Mar 2008, 11:10 PM
#2
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Hide sidebox link when logged in

figured that out

all you need to do is put it in
if!($_SESSION['customer_id']){

}

addign the ! tells it Not