How to delete all Incoming LinkBacks ?
This is a discussion on How to delete Incoming LinkBacks? within the General Discussion forums, part of the vBSEO SEO Plugin category; How to delete all Incoming LinkBacks ?...
How to delete all Incoming LinkBacks ?
Please see here: Removing Incoming LinkBacks
The Forum Hosting - Forum Hosting from the Forum Experts
Thanks Michael but i get this error:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table '------.linkback' doesn't exist
If you have a table prefix, you need to add it to the query.
DELETE FROM preix_linkback WHERE t_incoming = 1
The Forum Hosting - Forum Hosting from the Forum Experts
what you mean as table prefix the db name?
You can define a prefix for vbulletin. Such as vb3_. You will need to include that part.
The Forum Hosting - Forum Hosting from the Forum Experts
The only string i have about linkback on my db is vbseo_linkback
ok done thanks
Did you get it to work correctly?
The Forum Hosting - Forum Hosting from the Forum Experts
yes i have added to the query this prefix table vbseo_linkback and all incoming linksback has been removed.