Jump to content
MakeWebGames

Recommended Posts

Posted

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.

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...