Setting Up User Folders
The Ark Media Manger comes as a standalone application and can be configured to work in a variety of ways, with other extensions as well as the ARK Editor. The steps below outline the basic principles to sync the ARK Media Manager with the ARK Editor.
Enabling and Disabling User Folders
To enable or disable user folders:
- Navigate to 'Extensions' > 'Plugin Manager'. This will take you to the 'Plugin Manager: Plugins' screen as seen below.
- Under 'Select Type', select the 'arkmedia-feature' plugin.
- Click on the'Ark Media Feature-User Folders', 'Status' button to enable or disable user folders.
Allowing Users to see all Folders
You can allow specific user groups to see the root media folder locations, regardless of whether user folders is active. To do this:
- Navigate to 'Components' > 'Ark Media'. This will take you to the 'Ark Media' screen, as seen below.
- Click on the 'Options' button found at the top right hand side of the screen. This will take you to the 'Ark Media Cofiguration' screen, as seen below.
- Click on the 'Plugins' tab and click on 'Ark Media Feature - User Folders'.
- Select the user groups you wish to be exempt, from the 'User Group Exemptions' dropdown list.
- Click on the 'Save'.
There are further settings for user folders in 'Ark Editor Configuration'.
- Navigate to 'Components' > 'Ark Editor' > click on the 'Options' button on the top right hand side of the screen. This will take you to the 'Ark Editor Configuration' screen, as seen below.
- Select the 'Media' tab.
Below is a description of the settings.





Please see below for an example of the user folder structure on the server.
The file path for these files (by default) is:
Please note that once you have chosen your configuration, the users, username / id will be embedded in the image file path.
E.g, image file path:
img src="/ images/users/username/mypic.jpg " alt="
Troubleshooting
Issues with loading user folders typically result because Ark Media and Ark Editor's settings have come out of sync. If you are receiving an error such as the following please read on for information on how to check your settings:
The path: "folder/path/location" could not be found. Please ensure that you have sufficient permissions to view this folder.
The first setting to check is that both Ark Media and Ark Editor's User folder folder name
parameter are set to the same value. This will either be "Username" or "User ID". If one of the extensions has a different value, this will cause errors loading your user folders.
The second setting to check is that both Ark Media and Ark Editor's file path parameters are set to the same value. If Ark Media has the following file paths set in it's configuration (like the above screenshot):
- images :
images
- Videos :
files/docs
- Documents :
files/videos
- Audios :
files/audios
Then you will need to ensure that the Ark Editor's media manager tab settings have the following values:
- Root Image Path :
images
- Root Document Path :
files/docs
(Note: by default this is :files
)
This will result in the following user folder locations:
- images :
images/users/[user-folder]
- Videos :
files/docs/[user-folder]
- Documents :
files/videos/[user-folder]
- Audios :
files/audios/[user-folder]