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:
Worked like a charm Thank You
o yeah
Great work, fixed the issue and now we can rock and roll, hate to have no option to remove this. all this commercial sh..
Thanks!
brilliant!! thanks so much!
Worked great…on JoomSef 3.6.
Code is around line 2100.
Thanks