Jump to content

Quote links broken


KVentz
Go to solution Solved by KVentz,

Recommended Posts

Recently I have found that all quote links (on an arrow in the quote block) return not found, because they have content_class=undefined instead of content_class=forums_Topic:

?app=core&module=system&controller=content&do=find&content_class=undefined&content_id=2478&content_commentid=1100519

instead of this:

https://www.nashtransport.ru/?app=core&module=system&controller=content&do=find&content_class=forums_Topic&content_id=2478&content_commentid=1100519

Are there any ideas why this is happened? 

Link to comment
Share on other sites

4 minutes ago, Daniel F said:

Works just fine for me as guest.

I have clicked on the link (and also the + button for testing) which resulted in:

I mean this link:

1200183721_2021-11-2412_08_03.thumb.png.9648da59f0d00cb94c575b62af9fb27f.png

This little arrow has link (goes to 404):

https://www.nashtransport.ru/?app=core&module=system&controller=content&do=find&content_class=undefined&content_id=58241&content_commentid=1100709

But it should have link:

https://www.nashtransport.ru/?app=core&module=system&controller=content&do=find&content_class=forums_Topic&content_id=58241&content_commentid=1100709

It has "content_class=undefined" instead of "content_class=forums_Topic".

Link to comment
Share on other sites

On 11/24/2021 at 1:33 PM, Marc Stridgen said:

You would need to check on a default unlatered theme in order to test this. Some of the items there can affect any area of the site

Same with unaltered theme.

I found that <blockquote> tag does not have 'data-ipsquote-contentclass="forums_Topic"' attribute at all when clicking on 'Quote' link or using 'Quote selection' button:

<blockquote class="ipsQuote" data-gramm="false" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentcommentid="1102269" data-ipsquote-contentid="51668" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1638423997" data-ipsquote-userid="882" data-ipsquote-username="KVentz">

Should be:

<blockquote class="ipsQuote" data-gramm="false" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentcommentid="1102269" data-ipsquote-contentid="51668" data-ipsquote-contenttype="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-timestamp="1638423997" data-ipsquote-userid="882" data-ipsquote-username="KVentz">

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...