All questions about EDocman extension

unwanted Edocman categories in Breadcrumbs

More
11 years 5 months ago #22066 by René Oegema
Replied by René Oegema on topic Re: unwanted Edocman categories in Breadcrumbs
Hi Tuan,

You mentioned the latest version but as far as I can see this is v1.1.0 which is from 26-06-2012. Is there a download section where we can get this latest version?

Thanks in advance,

Rene

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

More
11 years 5 months ago #22067 by René Oegema
Replied by René Oegema on topic Re: unwanted Edocman categories in Breadcrumbs
Hi again,

Ignore my last reply because I need to put on my glasses B) . Needless to say that the new download is under My Downloads.

Rene

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

More
11 years 4 months ago #22304 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: unwanted Edocman categories in Breadcrumbs
OK Rene. If you have other questions, please don't hesitate to ask !

Tuan

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

  • pixpro
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
11 years 4 months ago - 11 years 4 months ago #22320 by pixpro
Hi Tuan, your fix doesn't work. have you tested

line 78
if ($config->fix_breadcrumb_issue !== 1) {

should be
if ($config->fix_breadcrumb_issue != 1) {

or
if ($config->fix_breadcrumb_issue !== '1') {
Last edit: 11 years 4 months ago by pixpro. Reason: more info

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

More
11 years 4 months ago #22439 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: unwanted Edocman categories in Breadcrumbs
Hi

Really sorry. The code need to be if ($config->fix_breadcrumb_issue !== '1') . I will work on it and update the download package shortly .

Thanks for reporting !

Tuan

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

Moderators: Mr. Dam