was asked how to set emojis on the comments for a t2i generator and tried and could not. will assume it has to do with t2i not yet incorporating the emoji plugin and ping Perchance in like an hour (still assuming Perchance made t2i) if no one responds here saying it was some simple thing i missed.

  • VioneTM
    link
    English
    3
    edit-2
    5 months ago

    @allo Here is a t2i-framework-plugin-based generator with custom emojis: https://perchance.org/67kfzolpap

    It is only applied when it is on property form i.e.:

    defaultCommentOptions
      channel = lots-of-imported-emojis
      width = 400
      customEmojis = {import:big-emoji-pack}
    
    or
    
    defaultCommentOptions
      channel = default-size-stuff
      width = 400
      customEmojiSize = 2
      customEmojis = [emojis]
        
    emojis
      catjam (size:2) = https://user-uploads.perchance.org/file/a43d0b52d94c91dddb00cf157dd8c989.webp
      crythumbsup = https://user-uploads.perchance.org/file/14c78e8fbd9767e69a6b86d26817bacb.png
      donowall (tags:ignored, wall, talking to wall) = https://user-uploads.perchance.org/file/60cd2fc11d0cce3e6902338c562d31a7.webp
    

    You can also change the emojis per channel:

      ...
      commentChannels
        general
          label = General
          customEmojis = {import:big-emoji-pack}
        ...
    
    • @perchanceM
      link
      English
      35 months ago

      Thanks for looking into the cause! Just fixed it so it won’t have this problem again (for any future additions to comments plugin) and thanks @[email protected] for reporting.

    • alloOP
      link
      English
      15 months ago

      thank you!