reifsnyderb
Forum Replies Created
-
Forum: Plugins
In reply to: [Document Management System] Unable to connect to database []Closing topic as there was no reply and the problem is probably not related to the DMS plugin.
Forum: Plugins
In reply to: [Document Management System] Unable to connect to database []Hello,
I am not sure this is a DMS Plugin bug. Does the rest of WordPress work outside of the DMS Plugin?
Best Regards,
Brian
Forum: Plugins
In reply to: [Document Management System] Deleting files and foldersClick on the “Options” link to the right of the file or folder. On the Options screen, you will see an “Options” button. Hover over the “Options” button and there is a link to delete the file or folder.
Forum: Plugins
In reply to: [Document Management System] Will a new document generate a blog postClosing due to no reply.
Forum: Plugins
In reply to: [Document Management System] I wan't to do this in danish!Resolving topic as question has been answered.
Forum: Plugins
In reply to: [Document Management System] I wan't to do this in danish!Hello,
To support a language, other than English, you will have to copy the /dms/includes/languages/english.php file to another language file like /dms/includes/languages/danish.php
Then, you will need to edit the danish.php file and translate the English to Danish.
After that is done, line 56 of /dms/dms.php will have to be changed to something like this:
require_once( DMS_DIR . “/includes/languages/danish.php” );
Line 98 of /dms/pages/dms_frame.php will have to have a similar change such as:
require_once( DMS_DIR . “/includes/languages/danish.php” );
I do need to make support for internationalization easier, though.
Best Regards,
Brian
Forum: Plugins
In reply to: [Document Management System] Will a new document generate a blog postHello,
At the moment, the DMS plugin will not generate a blog post when uploading a new document. Please e-mail me at [email protected] so we can discuss this feature request.
Best Regards,
Brian
Forum: Plugins
In reply to: [Document Management System] 404 errors linking to CSS filesClosing ticket.
Forum: Plugins
In reply to: [Document Management System] 404 errors linking to CSS filesVersion 1.03 appears to fix the problem and has been uploaded.
Forum: Plugins
In reply to: [Document Management System] 404 errors linking to CSS filesA beta version, of the plugin, that should fix the problem has been sent to the user.
Brian
Forum: Plugins
In reply to: [Document Management System] 404 errors linking to CSS filesHello,
I just checked the code and can’t find a problem. I do not have 404 errors with the plugin in either development nor in production.
Could you please contact me via e-mail at [email protected] ? I can take a look at your site and see if I can find anything.
Best Regards,
Brian
Forum: Plugins
In reply to: [Document Management System] Error trying to get to DMS pageNow working. Changing status to resolved.
Forum: Plugins
In reply to: [Document Management System] Error trying to get to DMS pageHello,
Please e-mail me at [email protected] and send me a screenshot so I can see what page you are on.
Best Regards,
Brian
Forum: Plugins
In reply to: [Document Management System] Error trying to get to DMS pageThe “Create Folder” icon will be on the page you need to create as per instruction #3, below.
#3
Create a new page for the DMS through the ‘Pages’ menu in WordPress.
#4
Place the shortcode ‘[document_management_system]’ on the page created in number 3, above.#5
In the Appearance/Menus screen add the DMS page to the menu of your choice.#6
Navigate to the DMS page. If there are any messages, resolve them on the server. They can usually be resolved by ensuring that the DMS Plugin can write to the locations in the message. This is done by ensuring that the web server can write to these locations.#7
[VERY IMPORTANT] Click on the “Configure” Button at the bottom of the screen. You can either make configuration changes here or exit this screen and the system will be ready for use. This step is critical as some settings are automatically set and DMS module will not function without it.Best Regards,
Brian
Forum: Plugins
In reply to: [Document Management System] Error trying to get to DMS pageHello,
Normally, users won’t add documents to the very root of the document management system. You’ll want to click on the “Create Folder” icon and create some folders. Then, you can either assign user permissions to the folders or create groups, assign users to the groups, then assign group permissions to the folders.
Once the proper permissions are added, users can go into the folders and click on the “Import Document” icon. Then, they can upload the documents.
Best Regards,
Brian