Jump to content

Midnight Modding

Members
  • Posts

    7,098
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    Midnight Modding got a reaction from gmg1167 in Pickems X   
    yeah if there's anything like it, though, I guarantee it costs and is expensive. I was going to make a fantasy sports app and I saw you have to pay very high costs per month to get an automatic feed of stats. I may make a fantasy app for myself, though, and just waste time manually updating stats each day… which would be a pain.
    I originally thought about at least putting in some automatic teams in the database, like someone could get a pack that is all nfl teams, it adds them all for you, etc... but then I got to thinking who knows if someone can legally distribute even their names. I know me including logos would be disallowed.
    Btw, for the ncaa tournament part I came up with some ways to speed up adding it, at least. In my 3.x apps it took an hour to add a year's ncaa tournament because of so many teams involved, but I bet my new way will take a lot less.
    For ncaa football, it would be ncie if I could release something that automatically adds a lot of games, although I'm sure most sites don't pick EEVRY game of the season, though.
  2. Haha
    Midnight Modding got a reaction from SerialNoob in Tournaments ( Support Topic )   
    yeah, sorry about that. I really did want to get it done long, long ago. I was mainly posting, though, to tell how to get enough of it removed where this one will work, but then realized you already did it.
  3. Haha
    Midnight Modding got a reaction from SerialNoob in Tournaments ( Support Topic )   
    I made the old one (got slowed up finishing it for 4.x and haven't yet released publicly.)
    More than likely it will be a bit involved undoing it because I think this app uses the same app key.
    edit: Oh I realize now you said you already got this other one installed, so you must have done what you need to.
    For others, I think mainly you just need to delete the row in the core_applications table that has tournaments for app_key and then I think when installing this app you can set it to automatically dropt ables that have the same named, but you might as well just drop/delete all tournaments tables beforehand. It probably won't hurt much leaving the lang but rows or setting rows.
    Also, the members table had some columns added, which don't have to be dropped, but could be. In my 4.x one I moved them to a new table.
    Would obviously be easier to use an uninstaller, but since I haven't publicly released a 4.x version yet, there wouldn't be a way to do it that way yet.
  4. Like
    Midnight Modding got a reaction from craigf136 in Tournaments ( Support Topic )   
    yeah, sorry about that. I really did want to get it done long, long ago. I was mainly posting, though, to tell how to get enough of it removed where this one will work, but then realized you already did it.
  5. Like
    Midnight Modding got a reaction from Davyc in IMDb Tag (Support Topic)   
    What I think would be nice is if IPS were to add a check for the latest version confirmed by the authors to work. They have ability for us to have a file checked as to whether the version of our apps is the latest, if it also could check the latest confirmed (by the author, obviously IPS can't confirm themselves on each file) IPB version it is working with, that would make things much easier for customers wondering.
  6. Like
    Midnight Modding got a reaction from sobrenome in Lazy load in 3rd-party resources   
    someone just told me that IPS had said there will be some once it is stable. I don't guess I'm necessarily in a hurry, since I've so far only updated private ones and those clients won't use 4.4 soon, most likely. Still, I feel better when I know I have something ready. 🙂 
    I don't think 4.3 affected me any, so I'm hoping 4.4 changes won't affect me much.
  7. Thanks
    Midnight Modding reacted to newbie LAC in Lazy load in 3rd-party resources   
    You should to use additional attributes
    img[data-src]
    [data-background-src]
    iframe[data-embed-src]
    video[data-video-embed]
    + controllers which support lazy load or attribute data-ipsLazyLoad
     
    Examples
    <div data-controller='core.front.core.lightboxedImages'> {{if settings.lazy_load_enabled}} <img src='{expression="\IPS\Text\Parser::blankImage()"}' data-src='link_to_img' alt="alt_text"> {{else}} <img src='link_to_img' alt="alt_text"> {{endif}} </div>  
    <div data-ipsLazyLoad> {{if settings.lazy_load_enabled}} <img src='{expression="\IPS\Text\Parser::blankImage()"}' data-src='link_to_img' alt="alt_text"> {{else}} <img src='link_to_img' alt="alt_text"> {{endif}} </div>  
  8. Haha
    Midnight Modding got a reaction from Numbered in Large community? You have a problems with sitemap!   
    Off topic, but I was on a site a few days ago that has nearly 50 million posts! I would have been happy if I could ever get a forum with 100 posts per month. That's how pathetic mine were. lol.
  9. Like
    Midnight Modding got a reaction from Joel R in Custom fields everywhere   
    As for not knowing if a third party app will work on a particular version, that is one area IPS should figure a way to make more simple for everyone.
    Maybe make it where the third parties must update their files here to confirm it works on the latest version, and until that happens some check during install of a new board version could allow it to warn them that a particular app has not been confirmed to work on it, and either they are updating at their own risk or maybe even have the app auto disabled.
  10. Haha
    Midnight Modding got a reaction from Joel R in Kitchen Sink   
    I need a literal new kitchen sink.
  11. Thanks
    Midnight Modding got a reaction from mrbowers in CodingJungle's Apps [support topic]   
    Do you have an app that builds computers?
  12. Like
    Midnight Modding got a reaction from media in CodingJungle's Apps [support topic]   
    Do you have an app that builds computers?
  13. Haha
    Midnight Modding got a reaction from CodingJungle in CodingJungle's Apps [support topic]   
    Do you have an app that builds computers?
  14. Sad
    Midnight Modding got a reaction from Aiwa in CodingJungle's Apps [support topic]   
    Do you have an app that builds computers?
  15. Haha
    Midnight Modding got a reaction from SJ77 in CodingJungle's Apps [support topic]   
    Do you have an app that builds computers?
×
×
  • Create New...