All questions about EDocman extension

SEO URL Optimization

  • SolarStorm
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 10 months ago #99188 by SolarStorm
SEO URL Optimization was created by SolarStorm
Hello,

I'm currently looking at swiching from DocMan to EDocMan mainly because the outrages pricing of Docman.

EDocman seems to be able to do everything need however I'd like to know if I can customize its URLs so they remain the same as the existing ones.

Existing URL structure is something this like:
www.mysite.com /downloads/cisco-product-datasheets-a-guides.html etc.

I'd like to keep /downloads/cisco-product-datasheets-a-guides.html the same with EDocman. The same applies for all other download categories in the site.

Looking forward to your reply.

Thank you,

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

More
7 years 10 months ago #99189 by Mr. Dam
Replied by Mr. Dam on topic SEO URL Optimization
Hi Chris,
You can try to open file: root > components > com_edocman > router.php
Find:
Code:
$segments = array_merge(EDocmanHelperRoute::getCategoriesPath($catId, 'alias', true, $parentId), $segments);
and remove it.
And then, using PHPMyAdmin to empty MySQL Table: #__edocman_urls
After that, you can check the sef urls in Edocman to see whether if the issue is solved
Thanks
Dam

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

  • SolarStorm
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 10 months ago #99190 by SolarStorm
Replied by SolarStorm on topic SEO URL Optimization
Dang, I'm guessing your product inserts its own URL category which is not customizable?

I'm trying to avoid changing code etc in files otherwise I'll need to make changes every time I update EDocman! I've ditched jDownloads (free) for this same reason.

Is there any other way around this or any reason why basic SEO hasn't been implemented?

Thank you.

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

More
7 years 10 months ago #99191 by Mr. Dam
Replied by Mr. Dam on topic SEO URL Optimization
Hi Chris,
Currently, Edocman only has configure option to add All categories or Last Category in the Sef urls. In next version, we will add option to Disable inserting Category aliases into the sef links to document.
Currently, if you need this feature, you can raise new ticket and send your site url with super admin account. I will help you to make the modification.
Thanks
Dam

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

Moderators: Mr. Dam