Scipol Posted August 12, 2011 Posted August 12, 2011 We just added a house, the thing is, we want the house to not be available as a rental... Is there some sort of exception we can add in on the estate.php page to where when they select the new house as well as the rental radio button, it reports back saying they cant do that. Any help would be appreciated. Quote
runthis Posted August 12, 2011 Posted August 12, 2011 Probably, find the bit where it is submitting and omit the script from looking for it. Quote
Scipol Posted August 12, 2011 Author Posted August 12, 2011 yeah ... runthis im not sure but any time i put an exception in it nukes the page.... Quote
Curt Posted August 12, 2011 Posted August 12, 2011 Hey, This should be a very simple issue to resolve. simply check if both vairables are set and if so show error message. Quote
The Monk Posted August 16, 2011 Posted August 16, 2011 Just use an if statement so that if houseID = x the user receives a die/redirect message. Same thing if you only wanted admins except if houseID = x & userlevel != 1 the user gets the same message. Send me a message if you need help with the actual code. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.