Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 25, 20222 yr Hi, I use the application Advanced Regexp from @DawPi and when topic summary is enabled on sidebar (only, it's OK on bottom), links are not rewritten on the first page of the topic (it's ok for others pages). That is very weird. Is their any difference in the parsing page process with this summary feature ?
May 25, 20222 yr Community Expert You would need to ask that question of the author. They would be able to tell you if this is the case.
May 25, 20222 yr Author He showed me that his plugin modifies the content of the post live except that on these pages it's not taken into account by the IPS engine that displays original URL.
May 25, 20222 yr Community Expert Im not sure I understand what you are saying there. If the software is displaying things as it should do so on stock, then ours is working correctly
May 25, 20222 yr Author The plugin rewrite links just before display excepted when I enable topic summary on sidebar.
May 25, 20222 yr Community Expert 12 minutes ago, Li3D said: The plugin rewrite links just before display excepted when I enable topic summary on sidebar. I'm afraid, that would indicate that you would need to work with the author to resolve this. It is the plugin which is attempting to accomplish something for you which the core software does not do so you would need to work with the plugin author.
May 25, 20222 yr Author My question is : "is there any difference in the post content processing when topic summary is enabled" ? Because the plugin works well until I enable this option (only on sidebar mode).
May 25, 20222 yr Community Expert Just now, Li3D said: My question is : "is there any difference in the post content processing when topic summary is enabled" ? Because the plugin works well until I enable this option (only on sidebar mode). Sorry, the author would need to assist you with any questions regarding their plugin. Customizations would be outside our scope of support.
May 25, 20222 yr Author Why you can't just answer if the core handle post content in a different way ? I paid both and each of them asks me to address the other 😞
May 25, 20222 yr Community Expert 5 minutes ago, Li3D said: Why you can't just answer if the core handle post content in a different way ? Sorry, customization requests and anything associated with those would be outside our scope of support so asking about those that are processed are beyond our support. Please be advised I have moved your topic to our community support forum so you may get customization advice from a peer developer.
May 26, 20222 yr Community Expert I believe you are talking about the popular posts that appear at the bottom of the topic summary in the sidebar? If so the problem is this code: <p class='ipsMargin:none ipsMargin_top:half ipsType_medium ipsType_richText' data-ipsTruncate data-ipsTruncate-size='3 lines' data-ipsTruncate-type='remove'> {$data['comment']->truncated(true, 200)} </p> The truncated() function calls strip_tags() and removes any HTML except line breaks. Even if Dawpi's code replaces the text with links they are then stripped from it when strip_tags() is called. Edited May 26, 20222 yr by teraßyte
May 31, 20222 yr On 5/26/2022 at 4:12 AM, teraßyte said: I believe you are talking about the popular posts that appear at the bottom of the topic summary in the sidebar? Nope, he meant main posts content. That part I'm aware of. 😉 We have problem with posts in the main section (replies). Thanks anyway!