Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [webmaster33] Unvalidate all in Certain Category

Quote Reply
Re: [webmaster33] Unvalidate all in Certain Category In reply to
In Reply To:
A) For one-time solution you need to do an SQL query:
1) list all records into a temp table in a category from lsql_catlinks
2) update IsValidated field to No for all records IDs listed in the temp table

B) you need a plugin for this (may be also solved using an unusual global, on a non-public page).

Hello there,

Thanks for the quick reply... and your idea does makes sense.. except the fact that I do not know what sql query I need to use to unvalidate the listings once I get the ID numbers of all the listings within certain category?

B) I can do a test install, import entire DB, change the settings to it should display 10,000 link on one page, and then change the link.html page so it will only display the ID number of the listing, I think doing so should give me the ID number of all the listings within any given category within seconds... thanks for the wonderful trick. :)

Now still I am hoping if I can get some help with the sql query to unvalidate all the listings.

Vishal

Vishal
-------------------------------------------------------
Subject Author Views Date
Thread Unvalidate all in Certain Category VishalT 2919 Oct 4, 2004, 11:00 AM
Thread Re: [NeedScripts.Com] Unvalidate all in Certain Category
webmaster33 2827 Oct 4, 2004, 11:26 AM
Thread Re: [webmaster33] Unvalidate all in Certain Category
VishalT 2826 Oct 4, 2004, 12:03 PM
Post Re: [NeedScripts.Com] Unvalidate all in Certain Category
webmaster33 2863 Oct 4, 2004, 12:15 PM
Thread Re: [NeedScripts.Com] Unvalidate all in Certain Category
FrankM 2809 Oct 4, 2004, 1:35 PM
Thread Re: [FrankM] Unvalidate all in Certain Category
VishalT 2817 Oct 5, 2004, 2:52 AM
Post Re: [NeedScripts.Com] Unvalidate all in Certain Category
FrankM 2781 Oct 5, 2004, 8:30 AM