Admin
4 years ago For example you can use this code to show the page only to your profile ID and hide to other users. :VAR(USER_ID).IFNE.GET(uid).THEN(#DISABLE#);
| reply |
Admin
4 years ago :Here you can use any tags & function to make rule and show,hide,disable,enable this code or save output in variable. #SHOW# - Run code and show output (default) #HIDE# - Run code but don't show output #ENABLE# - Enable code excution (default) #DISABLE# - Disable code excution #SET(VAR_NAME)# - Save output to variable #SAVE(VAR_NAME)# - Save output to session variable
| reply |
Salmonvikash 4 years ago