Jump to content
MakeWebGames

classified

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by classified

  1. cool thanks ill try that out and let you know what happens :)
  2. I have a mod for v2 that ive converted to redux... for the most part... there are just a few lines in the code I cant figure out what to change to here is what I have changed the code to. <a href='" . gen_url('treasurehunt', true) . "'>Okay, lets go.</a><br /> <a href='" . gen_url('explore', true) . "'>No thanks.</a>"; } ?>   and this is what the original code was <a href='treasurehunt.php?open=1'>Okay, lets go.</a><br /> <a href='explore.php'>No thanks.</a>"; } $h->endpage(); ?> so what I need help to figure out is what to change the open=1 to or how to work that in to the redux conversion... ive been using the conversion tutorial @ http://makewebgames.io/showthread.php/39502-Tutorial-v2-0-3-v2-5-convertion?highlight=redux+convert   any help would be awesome thanks in advance
×
×
  • Create New...