Jump to content

Nabeel

Administrators
  • Posts

    8139
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Nabeel

  1. As @chris2012nrw said, you need mod_rewrite or htaccess enabled in your webhost,
  2. Nope. Someone will have to create a plugin for it. AFAIK, FSFK itself has been abandoned.
  3. Hard to know without more information. What errors are you getting?
  4. Did you check the config/mail.php settings?
  5. I think there was addon. But phpVMS 7 has this built in
  6. Those insert the phrases from the resources/lang files. So if someone has it set to Spanish, it'll use the Spanish translation files
  7. Nabeel

    XACARS

    Nothing from the older versions will be compatible. You'll have to contact whoever develops xacars for timelines, etc
  8. They're all Laravel built-ins for the Blade templating engine
  9. It's planned. It won't be tied to their database ID
  10. Looks like you might be missing one of the scripts
  11. Let's not put the older phpVMS stuff in here, I don't want to confuse people.
  12. Nice! I can convert the pilot count into a setting. For #1 - I'm not sure what you're trying to do.
  13. You can probably just throw them up onto YouTube. The base templates won't be changed much, if at all, between now and release
  14. You'll have to read it into strformat I think, and then do the parsing out from there
  15. Are you trying to get username/password from phpvms working in wbb or the other way around? I'm not familiar with WBB
  16. If you look at the foreach, it says: @foreach($moduleSvc->getFrontendLinks($logged_in=false) as &$link So it's grabbing all of the frontend links as $link. If the module you create says that's allowed for guest users, that will get the link as defined for that module. I need to write some extra documentation around this feature: http://docs.phpvms.net/developers/add-ons-and-module
  17. Nabeel

    PHP errors

    Double check your phpinfo()
  18. Maybe put a return in its place or something.
  19. A mobile-friendly skin is probably the best way to do. However, the next phpvms version has a REST API built-in so creating an app or whatever should be much easier. Legacy doesn't have an API and that's something you'd need to build.
  20. It can't connect to your database.
  21. What are the errors? And what exactly are you trying to do? That is a nasty regex
  22. There's no build-in way to do this, unfortunately.
×
×
  • Create New...