Jump to content
MakeWebGames

a_bertrand

Members
  • Posts

    3,655
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by a_bertrand

  1. Will check it I can improve those. Thanks for the report.
  2. Well either you save the previous stats on files, or you use a table to save them. But is it all that useful? As your races are mainly or only random, which means, historical data are useless to know which "horse" will win next race. Real life races are over real horses which do have an history, different strength and medical issues. All that, unless simulated will not be the case in your game.
  3. Yes. No issues at all as it's the same game.
  4. Hahaha, don't worry I'm exactly the same. I go to the documentation ONLY when I fail to do things ;) Actually then I start complaining that the documentation is not good! And yes my wife also complains to me about the fact I don't read before trying.
  5. Not for me. Actually your site doesn't even appear on the first page of google. Maybe it's because you use google.co.uk ? [ATTACH]877[/ATTACH]
  6. NP I was just joking. I was quiet certainly not enough clear either ;)
  7. If you read my first post :P you will see that adding a page is nothing else as adding a link via [[link name]] save, then click on the link, and edit the new page. This is basically the workflow for any wiki. You could very well simply add a page inside the DB as well. In any case the current wiki module will point always to the home page, if you need to point to sub pages uses the inside_menu_ext table to point to those: index.php?p=wiki&d=your_page Of course you don't need to keep the link from one page to the other, and if you remove the link in the text the linked page will remain in the DB. You may also have multiple pages pointing to the same page.
  8. Thanks and hopefully it will yet progress even more!
  9. As requested, here is a simplified wiki system which let you create help or other static content. It works like that, the top entry appears in the controls section of the menu under the label wiki (you can modify it via the translation system). Edit the page, and put whatever content you want. If you want to create a new page simply create a wiki link to the new page using the following syntax: [[your new page]] That will produce a link to that new page, which can be visited and edited. To upload images, upload the image via the upload button at the bottom, and then add the image inside your page via [[image:your_image.png]] where your_image.png is the file you uploaded. All is stored on 2 different tables, one for the text, the second for the images. Of course now you can use the inside_menu_ext to link to whatever page you want inside your own wiki! BTW update the tiny_mce module as I fixed some issues with the UL and OL lists. (Note: we reached the 115 official modules! Incredible!)
  10. To celebrate it's first year NWE will be offerd for a full week from 18th March to 22th March at the price of 70$ instead of the usual 100$. Not only, for whoever is interested, I will offer 5 free dev licenses to the first 5 which requests during that week a dev license. So prepare yourself for the first NWE anniversary, and in the mean time I would like to take the occasion to thanks all those which in some way participated to this adventure and the community which is building upon this engine, as I really enjoy both the collaboration mood we have and the huge progress the project did. Hopefully we will continue to see it growing together!
  11. Cool, but shall I add it was just matter to add an HTML tag within the description of the house?
  12. So you have the last version running. All fine.
  13. Ok will work on something. But admit you wasn't all that clear :-P
  14. Cost 12$ for 1 license, not too bad actually: http://codecanyon.net/item/php-avatar-maker/2903116
  15. Honestly, then it's not part of the menu, you are going more in the direction of an integrated wiki module. Could make a relatively simple one, without history without too much efforts.
  16. Good. Happy you got your issue solved.
  17. <joking>I know, I know</joking> Happy to make you happy ;)
  18. PhpMyAdmin => run the install.sql file you find inside the inside_menu module and you should be up and running.
  19. Try to download and re-install it. Maybe that will fix the issue. If not run the install.sql file by hand. Was missing a return at the end of the sql file. So let me know if now it works ;)
  20. Added the possibility to add links to the inside menu. Now you don't need to create a module for it, you just edit a table and the menu entries will be added. That should let you link to static content if you want. Let me know if that was your second point. If yes I can add the same for the public menu.
  21. why not start to work a bit on your own too? :-P Should not be so hard to add honestly, and don't expect I will do all neither ;) I let you try, and in case I can always help you.
  22. Implemented and created yet another small modules to do the clan home thingy. So you have now 2 new hooks: clan_home.php clan_home_special.php
  23. Somehow it seems you ran 2x the same update. However I believe the code has been installed anyhow. Check the config.xml file and see if the version is 1.0.10
  24. Screenshots for the lazy one: [ATTACH]873[/ATTACH] [ATTACH]872[/ATTACH]
  25. Hi, I finished the neo mafia template, you can download it directly from the marketplace. Keep in mind there is the "public_neo_mafia" template and "neo_mafia" template. Both are required if you want to fully change the look of your game. You then need to edit the config.php file to set the public template as I don't think we have an admin tool for that.
×
×
  • Create New...