× Here you can get community support related to ReDJ.

ReDJ blocks detailview of joomgallery

  • pickbaer
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 2 days ago #2352 by pickbaer
Replied by pickbaer on topic ReDJ blocks detailview of joomgallery
Ok, thanks for your help.
I'll leave the plugin disabled and I'll wait for your advice.
pickbaer

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

More
10 years 2 days ago #2354 by admin
Replied by admin on topic ReDJ blocks detailview of joomgallery
I got the details from the joomgallery developers and I'm trying to replicate the issue and find a workaround. But on my test site ReDJ and joomgallery seem to work together (while Tag Meta not). Could you please provide me the following information?

- Joomla version;
- ReDJ version;
- joomgallery version;
- two screenshots to show me your ReDJ plugin settings.

Kind regards,
Luigi

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

  • pickbaer
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 2 days ago #2357 by pickbaer
Replied by pickbaer on topic ReDJ blocks detailview of joomgallery
Amazing support, wow!

Ok, here we go:
Joomla 3.2.3
ReDJ 1.7.4 Enterprise
JoomGallery 3.1.1

screenshots, see attachment
thanks for your help
pickbaer
Attachments:

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

More
10 years 1 day ago - 10 years 1 day ago #2359 by admin
Replied by admin on topic ReDJ blocks detailview of joomgallery
Thanks,
it was quite easy to understand the problem and fix it. And this also helps me to find out a "legacy" potential issue that now is going to be fixed...

Just open ReDJ system plugin, go to line 1311, you will find:
// Only site pages that are html docs
if ( JFactory::getDocument()->getType() !== 'html' ) return;

This is a very legacy check that exists (I think) since the first ReDJ release. And it is a wrong check for two reasons:

1) It sets the html type as described in the joomgallery issue page, and this is wrong;

2) Now ReDJ should be able to redirect ANY page type, not only html type.

So just comment or delete this single line of code. I will remove in the next version.

On my test site this was enough to fix the issue. Just let me know if this solves in your case too.

Kind regards,
Luigi
Last edit: 10 years 1 day ago by admin.
The following user(s) said Thank You: pickbaer

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

  • pickbaer
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 1 day ago #2360 by pickbaer
Replied by pickbaer on topic ReDJ blocks detailview of joomgallery
:woohoo: Got it!
That's the solution, it works like a charm now, everything is fine.
Real great support, many thanks.
pickbaer

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

More
10 years 1 day ago #2361 by admin
Replied by admin on topic ReDJ blocks detailview of joomgallery
Thanks you, really appreciated...
but we cannot sleep when a customer has an open issue :)

Kind regards,
Luigi

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

Time to create page: 0.082 seconds