Remove SEO by Artio link in JoomSEF 3.5

I previously posted on how to fix this for Joomla 3.2.3 here, however the crew got a little trickier and changed things up a little, but don’t stress, here’s the new fix.

Jump into the file:
components/com_sef/joomsef.php

On line 1645 (or thereabouts) to ensure nothing is appended to the end of your content, simply make sure the massive ugly string doesn’t get assigned to the $cacheBuf2 variable, by replacing it with the following:

1
$cacheBuf2.='';

And voila… link gone!

Related posts:

  1. Remove SEO by Artio link in JoomSEF 3.2.3
  2. Create your own link shortening site

6 Responses to “Remove SEO by Artio link in JoomSEF 3.5”

  1. bj says:

    Worked like a charm Thank You

  2. Chris says:

    Great work, fixed the issue and now we can rock and roll, hate to have no option to remove this. all this commercial sh..

  3. Luka says:

    Thanks!

  4. JT says:

    brilliant!! thanks so much!

  5. Raj says:

    Worked great…on JoomSef 3.6.

    Code is around line 2100.

    Thanks

Leave a Reply

Back to Top