Post As User

Post As User 1.0.1

Upgrade No permission to download
Premium
Developer
Jun 11, 2020
520
356
63
021 submitted a new resource:

[021] Post as user - Allows you to post answers on behalf of other users.

This add-on enables users to post messages in threads using another user's account. This can be useful for managing multiple accounts or assisting users who may have difficulty posting on their own.

Can be used in conjunction with add-ons such as [BS] Scheduled posting. Pairs well with [021] ChatGPT Reply Bot.

Permissions
The permission...

Read more about this resource...
 
Mar 3, 2023
42
5
8
Greetings :)

Looks like you may have missed updating the add-on's build.json file to include the JS files since they aren't in the download file.

Based on what I'm seeing, you'll want something like this in your build.json file....

Code:
{
    "additional_files": [
        "js/bs/pas"
    ],
    "minify": [
        "js/bs/pas/posting.js"
    ]
}

That will include all of the JS files in your js/bs/pas folder and it will minify the posting.js file in the zip file when the add-on build is done.
 
  • Like
Reactions: 021