Jump to content
MakeWebGames

DungeonMaster

Members
  • Posts

    168
  • Joined

  • Last visited

Everything posted by DungeonMaster

  1. Thanks, the only problem I see here, maybe for a future update is that if you forgot the image name you will have to hunt it down or upload an image with the same name you will get an overwrite of a current name.
  2. Great. I put a notification with a link to quit the tutorial. I also went further to offer an option to restart the tutorial. I added in code to delete all the numerous rows created based on tutorial position so the player can start from scratch.
  3. How does the image upload work? Where does it upload the image to and how do you call back the image?
  4. I was talking about updating AP every 5 minutes or so rather than relying to actions in the game doing it - this is something I will have to code or is part of the file you described?
  5. Thanks and this:
  6. Where can I raise the default number of AP from 20 to a higher number? Does the number of AP a user have increase as their character grows? Is there link to show what crons need to be setup and for what time period if you do not want to use the in page pseudo cron?
  7. I do have the rich text editor disabled but it seems to also disable BB tags... on this, but I don't see why it should be dependent on the rich text editor in order to have it functional - the only one tag that works for me is the wiki link.
  8. It really depends on a screen size. i notice that on a wide screen this is not as prevalent as on a laptop. In the first instance the balloon may cover the button when it switches pages but if the user reloads the page it moves to the correct position. The problem seems to be the instance between the page loading and where the balloon should appear. I think the general indicator at the top with the option to always quit will solve this as not every screen size can be catered for nor every kind of template.
  9. From the feedback of our users we've discovered that the tutorial can causes some problems: On some screen sizes it can block the button that is supposed to be pressed. If someone ignores the tutorial message and clicks another link the tutorial balloon may disappear and keep the person in a loop not being able to access anything. Is there a way to have in the header a constant message saying "You are in Tutorial Mode click here to quit" in case they become stumped?
  10. When I use HTML it shows up as text it is not parsed.
  11. Where you can see on one page where everyone is and what they are doing for the last 30 minutes with date / time.
  12. Oh thanks, there is no use of heading markup on this? Or at least bold?
  13. I did notice the table built rows based on the page name but I did not see a way to link them together?
  14. You may not recognize it after. lol
  15. True, true. I was linking it wrong. Thanks for your help as usual.
  16. In modules/welcome/public.php I want to get the register link with token just as it is in the public menu to place around an image saying "Register". What is the best way to do that?
  17. OK thanks, I'm confused by using the name "Wiki" its more like a note box with an upload facility.
  18. Is the Wiki merely a page to add plain text and upload an image? Nothing more?
  19. You are very helpful, thank you so much. I made some adjustment and that works for me well. I will be sure to open threads when I need further explanation as the Wiki is very sparse.
  20. Thank you very much Kyle. I will fit this in with my code and see how it works.
  21. To avoid using typical PHP I will please like to see an example the NWE way to do the following : Use a simple form and field to buy an orange and add it to the user's variable. On a page you have   $orange = GetUserVariable(orange); $cost = 2;   At present $orange = 0 now I need a simple form that enables me to input the number of oranges to buy at $cost and then do 2 things: 1. Add the number to $orange 2. Subtract the amount from currency Thanks in advance.
  22. Kyle, does it send out the username for you? I notice it does not in your latest version.
  23. Funny. I already have sending me Email anyway.
  24. It is more about efficiency than taste. I like Email because if it is something serious I don't want to wait til I login and check to find out because the site could be down, hacked or whatever.
  25. Oh, I have messenger disabled. Kyle is right, this should be something on its own or sent to admin's email the moment it happens.
×
×
  • Create New...