[WMTech] Attachment Manager

[WMTech] Attachment Manager 1.2.4

No permission to buy ($19.00)
Q: Is this add-ons output responsive?
A:
Yes, this add-on is fully compatible with responsive design and adapts automatically to the users viewport.

Q: I've installed this add-on but it simply does not work?
A: Please make sure that gave your user group the permission to "View" the attachment manager.

Q: There are strange phrases or words shown at the Quick Filter in Attachment Manager. What can I do about it?
A: Some Developers do not include a phrase to be used with their add-ons when dealing with their content types. In such cases the raw phrase name will be shown (and is ugly). You can very easily solve this with creating a new phrase for that add-on with the name you see. From now on the value of the new phrase (you can freely choose) will be used instead.

Q: I do not want to allow my users to delete their attachments without any time limit. How can this be set up?
A: This add-on does not have the ability to limit the time frame your users
are allowed to delete their attachments. If you allow a user to delete his
attachments, he can delete it without any restrictions. However, there is a
setting in XenForo to allow a user a time frame to edit his messages. The
"Edit Message" screen allows to delete attachments to that message also. If
you set it up with the time frame you like, you get what you need.
Q: Why are in the overlay several attachments missing?
A: The attachment picker overlay at thread view does only show attachments that can be picked and reinserted into a message. There are attachments that cannot be reused and thus won't be shown here. All attachments are shown only in full Attachment Manager view in each users account settings.


General Error Handling after a faulty installation:
Q: My forum is broken after installing an addon. What should I do now?
A: Deinstall or deactivate the addon and ask for help. If you cannot reach the XenForo ACP any more, login to your web server and add the following piece of code to library/config.php:
Code:
$config['enableListeners'] = false;
This will disable all addons and enable you to get access to the ACP again where you will be able to deinstall the problematic addon.
Top Bottom