Conversation

Notices

  1. @minti for whatever little it's worth I lose my mod controls on posts brought in by the refresh

    Sunday, 22-Apr-12 20:22:37 UTC from web
    1. @ceruleanspark Yeah there's no way to detect mod status, I added a flag in the source to show them. 'moderator': true :p

      Sunday, 22-Apr-12 20:24:12 UTC from web
      1. @minti Maybe do a quick run over the page when it first loads, and auto-set the 'moderator' flag if any posts are already present with mod controls? I can't see any _obvious_ problems with that, except if you somehow start with a notice-less page that then refreshes to have some notices.

        Sunday, 22-Apr-12 20:31:31 UTC from IdentiCurse
        1. @bitshift Your own posts will have the delete button on it, lol. Although, I guess it would be easy to detect if the whole page had delete buttons and set the flag appropriately. Hm. @ceruleanspark Wanna make me a mod so I can figure this out?! Jk :p

          Sunday, 22-Apr-12 20:32:34 UTC from web
          1. @minti Oh, is that the only one unique to mods? That's... less ideal, then.

            Sunday, 22-Apr-12 20:33:30 UTC from IdentiCurse
            1. @bitshift Yeah moderators get the delete icon beside every posts rather than just their own, and that's really the only way to detect it without doing an API Query for their user info (which may work.. if it lists of they're a mod or not.. hmm)

              Sunday, 22-Apr-12 20:34:58 UTC from web
              1. @minti Hm, there's few enough moderators that the manual flag setting is probably a saner option than overthinking automatically detecting it. :|

                Sunday, 22-Apr-12 20:38:20 UTC from IdentiCurse
                1. @bitshift Yeah, that's why I did it like that. Man the !mods group really needs a good cleaning. 39? Lolnope more like 5 max/

                  Sunday, 22-Apr-12 20:40:55 UTC from web
                  1. @minti Isn't that the tag for ponychan mods?

                    Sunday, 22-Apr-12 20:44:56 UTC from web
                    1. @eaglehooves Was.

                      Sunday, 22-Apr-12 20:45:51 UTC from web
      2. @minti I would do that myself, but I have no idea where to even begin on how to identify a mod control. :S

        Sunday, 22-Apr-12 20:32:53 UTC from IdentiCurse
    2. @ceruleanspark Unless you meant in something else. Then I'm retarded. O_o;

      Sunday, 22-Apr-12 20:27:17 UTC from web
    3. @ceruleanspark @minti Yeah I'm totally confused. xD

      Sunday, 22-Apr-12 20:27:56 UTC from web
      1. @minti When mintrefresh appends new posts to the timeline, it doesn't show my mod controls.

        Sunday, 22-Apr-12 20:28:48 UTC from web
        1. @ceruleanspark Oh okay, so you ARE talking about my refresh script and not RDNPlus for some reason. Man, I just confused the heck out of myself. Yeah, at the top of my script find the "moderator" bit and change it to true.

          Sunday, 22-Apr-12 20:29:49 UTC from web