[Chrome] BukkitAlert - Get notified of new alerts in Bukkit - Anywhere!

Discussion in 'Bukkit Tools' started by hawkfalcon, Jul 13, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    np98765

    Lol, never got the memo that it updated. :p

    ... I can't download it? http://support.google.com/chrome_webstore/bin/answer.py?hl=en&answer=2664769&p=crx_warning

    Apparently, I can't download anything not from the Chrome web store. -_-

    EDIT: Doing it the long way....
    EDIT 2: Installed it, yay! More diamonds for you, hawkfalcon. :3

    And the app would send me a notification when I get an alert/message, too. :p Just like Chrome, but on my phone.
     
  2. Offline

    hawkfalcon

    You have to drag it into the extensions page now. Lamesause but hey.
    You do realize its $99 to make an app for the app store?
     
  3. Offline

    np98765

    Figured it out. :p

    And yes I do. -_- Unfortunately.
     
  4. Offline

    hawkfalcon

    :'(
    On a side note - I'm not allowed to upload this to the chrome store, :3 so I doubt I could for an app.
     
  5. Offline

    np98765

    Lol... The only reason I said that is because I thought they'd disabled external extensions altogether... I was about to scream "NOOOOOOOOOO!", but then I saw the instructions. :3
     
    hawkfalcon likes this.
  6. Offline

    hawkfalcon

    Yeah I had the same reaction/:p
    lukegb why can't I put this on the chrome store?:(
     
  7. Offline

    lukegb

    You should be fine to put it on the Chrome store now. :)
     
    hawkfalcon likes this.
  8. Offline

    hawkfalcon

    Thanks!
     
  9. Offline

    klarnet

    Can you make it for Firefox / Opera ? :)
     
  10. Offline

    hawkfalcon

    You can;0
     
  11. Offline

    TopGear93

    So you still continuing this addon too? If you want to stop developing this, ill be willing to take this over too :D
     
  12. Offline

    hawkfalcon

    I am continuing development. But if you have any idea, feel free to help.
     
  13. Offline

    McLuke500

    An idea I had was to on hover over it would be to load the alert drop box box thingy

    Code:
    <div class="Menu JsOnly navPopup" id="AlertsMenu" data-contentsrc="account/alerts-popup" data-contentdest="#AlertsMenu .listPlaceholder" data-removecounter="#AlertsMenu_Counter" style="left: 1113.5px; top: 61px; visibility: visible; display: none; ">
               
                <div class="menuHeader primaryContent">
                    <h3>
                        <span class="Progress"></span>
                        <a href="account/alerts" class="concealed" data-bitly-type="bitly_hover_card">Alerts</a>
                    </h3>
                </div>
               
                <div class="listPlaceholder"><div class="secondaryContent noItems" style="">You have no new alerts.</div></div>
               
                <div class="sectionFooter">
                    <a href="account/alert-preferences" class="floatLink" data-bitly-type="bitly_hover_card">Alert Preferences</a>
                    <a href="account/alerts" data-bitly-type="bitly_hover_card">Show All...</a>
                </div>
            </div>
    That bit to drop down from the top right when you hover over it. Possible? Only reason I can see is xenforo automatically blocking it due to security reasons but im not sure :/
     
  14. Offline

    hawkfalcon

    You mean when you hover over the icon or the popup? ;o
    Yeah maybe;o
     
  15. Offline

    McLuke500

    hawkfalcon likes this.
  16. Offline

    hawkfalcon

  17. Offline

    McLuke500

    Your right is isn't, Possibly add configurable option so you can enable click drops down the alert/inbox or you can set it to a link :D
     
    np98765 likes this.
  18. Offline

    hawkfalcon

    ya!
     
  19. Offline

    McLuke500

    :D
     
  20. Offline

    hawkfalcon

    :{ Don't have time. Unless either someone does it for me or something breaks, it will be a bit before I update this:p
     
  21. Offline

    np98765

    No! Update it! NOW!
     
  22. Offline

    hawkfalcon

    No;P
     
  23. Offline

    Lolmewn

    If you click on *Go to Alerts*, can't it just find a tab with forums.bukkit.org/ and open the alerts page there?
     
  24. Offline

    hawkfalcon

    :confused:

    find a tab??

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  25. Offline

    Lolmewn

    Hmhm.
    Something like this:
    Code:
    for(Tab tab: Chrome.getTabs()){
    if(tab.getAdress().contains("forums.bukkit.org"){
    tab.setFocussed(true);
    }
    }
     
  26. Offline

    hawkfalcon

    Oh okay, so check if bukkits already open, and if it is, open in in that page.
     
  27. Offline

    Lolmewn

    yeha. Also, automatic fade-out of the box?
     
    hawkfalcon likes this.
  28. Offline

    hawkfalcon

     
  29. Offline

    np98765

    hawkfalcon

    Could you add an option on each popup to close all popups?

    Sometimes, in the morning, or when I get back from school, I have somewhere between 15-25 alerts, and ~5 PMs... A bit annoying to close them all. :3
     
    hawkfalcon and Omnitv like this.
  30. Offline

    hawkfalcon

    :confused: It's supposed to autoclose :3 Odd. Alrighty then. It'll be a while because i'm busy, but sure, eventually.
     
    np98765 likes this.
Thread Status:
Not open for further replies.

Share This Page