All questions about EDocman extension

Edocman License problem

More
12 years 2 weeks ago #15078 by Gabor
Edocman License problem was created by Gabor
Hi

I created a license under Edocman(and added content to the content area). Under the document I did select the license ("attached" to the document).

I go to the front-end and I can click on the license link but I do not see any content in the popup window.
The popup window is empty(I checked the source code of the pages as well. ).


Do I miss something?

Thanks,

Gabor

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
12 years 1 week ago #15180 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Edocman License problem
Hi Gabor

I checked the issue myself and could not re-procedure it on my computer. Could you please submit a support ticket sending me administrator and FTP account of your site so that I can check it directly on your site ?

Regards,

Tuan

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

More
11 years 9 months ago #16796 by John
Replied by John on topic Re: Edocman License problem
I'm also getting this problem - was it ever solved?

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
11 years 9 months ago #16799 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Edocman License problem
Hi John

The extension use Joomla core modal popup to show license in a nice popup window. However, it doesn't work on some sites (it seems there is javascript conflict).

The solution is install and publish a third party which can be found at www.nonumber.nl/extensions/modalizer/

Could you please try this solution and get back to me ?

Tuan

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

More
11 years 9 months ago #16800 by John
Replied by John on topic Re: Edocman License problem
Hi,

Ah yes, I'd not spotted the modal.js error appearing.

I've installed the plug-in, has had no effect.

In case its not the case usually - my Details is already appearing in a nice popup, then when you click licence its effectively trying to open a popup within a popup, could that be the issue?

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
11 years 9 months ago #16801 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Edocman License problem
Ah

Maybe a popup cannot be opened inside a popup. Could you please config the extension so that it doesn't open the document in popup to see whether the license popup works or not ?

Tuan

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

More
11 years 9 months ago #16802 by John
Replied by John on topic Re: Edocman License problem
This is odd - my Firefox started playing up so I switched browser, and it works fine elsewhere. The Popup in a Popup licence is there in Safari and Chrome.

I've turned the Modaliser off - makes no difference.

I can't find anywhere in eDocMan to make the Details view NOT appear in a Pop-up?

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

More
11 years 9 months ago #16847 by John
Replied by John on topic Re: Edocman License problem
Ok - found the "Show Document Detail in Popup" option, turned that off, and STILL the licence can't pop-up properly (i.e. just a blank box) when all other lightboxes etc work fine - and the licence works fine in other browsers.

What is that Particular pop up doing that Firefox doesn't like?

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

More
11 years 9 months ago #16848 by John
Replied by John on topic Re: Edocman License problem
Well, in the default document template for the component I replaced:
Code:
<a href="<?php echo JRoute::_('index.php?option=com_edocman&view=license&id='.$this->item->license_id.'&Itemid='.$this->Itemid.'&tmpl=component'); ?>" class="modal"><?php echo $this->item->license_title ; ?></a>

with
Code:
<a data-lightbox="type:iframe;" href="<?php echo JRoute::_('index.php?option=com_edocman&view=license&id='.$this->item->license_id.'&Itemid='.$this->Itemid.'&tmpl=component'); ?>"><?php echo $this->item->license_title ; ?></a>

which I knew would work in my template, and that seems to have fixed it. Something about the way its summoning THAT pop-up and no other, is the issue....

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

Moderators: Mr. Dam