Recent content by DragonByte Tech

  1. D

    Implemented "Post as user"

    Excellent, thank you for your fast work :D
  2. D

    Implemented "Post as user"

    Perfect 👍 EDIT: The only thing that could improve it would be to pre-define the contents of the username field in the macro settings, since I'll want to use the same user multiple times.
  3. D

    Implemented "Post as user"

    The easiest solution would probably be a new kind of replacement variable, like `{=+Username}`, instead of a pre-defined setting in the macro itself. Upon submitting the post, check whether the user has permission to post as another user. If not, just remove that part from the post. If yes...
  4. D

    Implemented "Post as user"

    Ideally per-macro :)
  5. D

    Implemented "Post as user"

    I would like a new user group permission to control whether a macro can be posted as another user (`\XF::asVisitor(\XF\Entity\User $user, \Closure $closure);`. Use case: Posting canned replies to bug reports in a similar fashion to XF's "Bug Bot" user. I would be happy to contribute this...
Top Bottom