Could you please exlain the method to disable the vbseo link in footer? I like to keep the footer as clean and simple as possible. Thank you.
This is a discussion on Footer link? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Could you please exlain the method to disable the vbseo link in footer? I like to keep the footer as ...
Could you please exlain the method to disable the vbseo link in footer? I like to keep the footer as clean and simple as possible. Thank you.
If you manually edit config_vbseo.php you will see a section to define the copyright message. There are 10 choices, 5 of which aren't linked.
I'm confused. There is no way to simply remove it? I do not see that option in the file, nor an option in admin panel of vbseo to at least move it elsewhere.
No, it cannot be completely removed. You can add <!--VBSEO_COPYRIGHT--> to your template if you want to change its location.
I simply added that piece
<!-- VBSEO_COPYRIGHT -->
to my footer template.
It did nothing and the original at the very bottom still remains.
That's correct. It should show the copyright wherever you have placed <!--VBSEO_COPYRIGHT-->
(You can see it blended into the footer at my site, using that command: CBRXX.com )
I think you misunderstood me. It simply did nothing. It did not relocate the copyright message. What you see there on the very bottom, is the same as it was before I did anything.
Try removing the spaces.
Thank you. That worked
There's also an option in the config file to turn off the Version display, so that it won't show the "3.0.0 RC5" part.
Make sure you are running the latest version of vBSEO, and check the config file for a "NOVER" entry.
If you are seeing the copyright twice, that usually means that you installed the vBSEO product, and also made the file edits. The file edits are only needed for vBulletin 3.0.x, so remove those if you made the changes.