Posts tagged with tips & tricks

DOCman is well known for its ability to be used for small file distribution. But did you know that DOCman is as equally adept at serving large files without a huge resource gain?

In this edition of DOCman secrets, we give you a few tips and configuration changes that will help you use DOCman to deliver Gigabyte files with ease while maintaining the usual DOCman blend you are accustomed to.

Two roads for large files

There are two roads when we define large files.

The first of these roads would be the 0-150MB road and the second would be the 150MB to 8GB and beyond. The first road is the most simple and does not require too much sacrifice in terms of features.

  1. Set max_filesize_upload and post_max_size to within your upload range.
  2. Set session timeouts to ensure uploads don’t fail due to timed out sessions.
Tip: Remember that DOCman can store its files outside the webroot so you don’t need to expose your files to the outside world.

Larger files require an alternative workflow because setting our PHP settings too high and doing likewise with the admin sessions would have adverse effects. Here are some suggested settings:
  1. Shift uploading to be done via FTP.
  2. Use remote links to ensure we don’t pass these large files through PHP and chew through memory.
  3. Ensure anti leech is on to hide your internal link structure.
  4. Ensure hide remote links is set to on.

And that covers road two.

Two separate paths both dealing with large file delivery and distribution and both using one platform, DOCman – grab your copy today from the Joomlatools store!

We are back once again with yet another post in the DOCman Secrets collection which already includes some really great posts such as: Brief Permissions a quick look into the inner wranglings of the DOCman ACL, Email notifications a breakdown of the Notify plugin, Generating Thumbnails a breakdown of the Autothumb plugin and last but by no means least Batch importing a detailed look at Populate.

In this edition I want to show you one of the most simple functions DOCman offers, the ability to turn specific buttons off in the frontend. Great if you ever felt the need to rid yourself of additional options or you just don’t have the real estate on your pages to offer as many options as DOCman puts out by default.
DOCman 1.5 Standard Buttons
So how difficult is this to do? Very simple, each button has its own on/off switch located in the Plugin called ‘Standard Buttons’ which can be found in the Joomla Plugins Manager via the Joomla administrator.

Currently you can turn the following options on or off:

  • DownloadView
  • Details
  • Edit
  • Move
  • Delete
  • Update
  • Reset
  • Checkin/Checkout
  • Approve
  • Publish/Unpublish

That’s all for this edition of the DOCman Secrets, remember you can always get the support you need from the Joomlatools support portal or community forums!

DOCman 1.5 has a unique permission system allowing you to divide up your documents and categories in such a way that you can deliver them securely and efficiently. One question I’m often asked in my daily role as Support Engineer on the forums is how to get these permissions right.

I took the time and put together a video that outlines a common permission scheme.

Imagine you need to build a school website and they want to make documents available to their students and staff. Of course the students are not allowed to access documents of the staff. While all staff people are registered users, students are a mix between registered users and guests.

You can find more information about all the steps I took in the video bellow, and I have opened a specific support topic where you can shoot me with questions related to this DOCman Secret.
Continue reading »