All questions about EDocman extension

No access to downloads

  • Plotec
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
10 years 2 months ago #41493 by Plotec
Replied by Plotec on topic Re: No access to downloads
Hi Tuan,

any progress?

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #41494 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: No access to downloads
Hi

As replied via email (from last night), please make my account become super admin. I need to install a file manager component to edit code directly on that test site (and check, make sure the SEF settings is correct, too).

Tuan

Please Log in or Create an account to join the conversation.

  • Plotec
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
10 years 2 months ago #41495 by Plotec
Replied by Plotec on topic Re: No access to downloads
You was superuser since yesterday ...not anymore...because I can't allow you to install a filemanager. this is a Productionserver with several Websites running. You know, security....

We have to find another way. I can assure you that other extensions which are using SEF are running correct on the server of this provider. In your case, the only option set is SEO friendly URL on...and you can't make anything wrong with it because you can only enable or disable it.

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #41496 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: No access to downloads
What if I setup a test site on our server and then we can check it together directly on our server ?

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #41497 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: No access to downloads
Or maybe :

1. Give me an FTP account which can only access to componets/com_edocman folder.

2. Make the account become super admin account but rename com_installer so that I can install any extra component

That should be the easiest way !

Tuan

Please Log in or Create an account to join the conversation.

  • Plotec
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
10 years 2 months ago #41498 by Plotec
Replied by Plotec on topic Re: No access to downloads
We take option 1 then. Give me 5 minutes

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #41499 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: No access to downloads
Received the information. Thanks Frank !

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #41500 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: No access to downloads
Hi

Checked and found the error. For some reasons, when parsing the variables in router, there is some special characters entered. That only happens some server.

I edited the router code alitle . Change the code from :

parse_str($queryString, $vars);

To

parse_str(html_entity_decode($queryString), $vars);

And It works well now. Could you please check it and confirm ?

Tuan

Please Log in or Create an account to join the conversation.

  • Plotec
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
10 years 2 months ago #41501 by Plotec
Replied by Plotec on topic Re: No access to downloads
Yes, this is it. Then it's time for a bugfixed version. :-)

Then I have 2 suggestions, an option to disable the upload button in frontend and a back link at the subcategory/document level.

Excellent support from you, thx.

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #41502 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: No access to downloads
The upload button will only be displayed to users from the group has Create permission. I guess you are loggin in as super admin account (or maybe you give registered users Create permission) and that's the reason the button displayed.

For your case, I think you can go to EDocman -> Dashboard, click on Options button in the toolbar, Choose Registered group, set Create permission to Inheritted so that registered users won't be able to upload documents.

Also, please note that permissions is inheritted through the whole system . So basically :

1. You just need to change permission as I explained above (go to EDocman -> Dashboard, click on Options to change settings).

2. When you create categories, documents, unless you need a different settings, don't change any permission settings so that It will inheritt all permissions which you made in Configuration.

Hope it give you some clues about it.

Permissions in Joomla is flexible but sometime, it is confusing and difficult to understand :).

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam