Hi,

How would I go about deleting all weblink nodes ?
I deleted all the records in the weblink table, but the nodes will still exist, how can I identify them ?

Thanks

Comments

moshe weitzman’s picture

DELETE FROM node WHERE type = 'weblink'

Anonymous’s picture

Thanks.
That's great.

Anonymous’s picture

Just out of interest, is there an easy way to repopulate the weblink table from existing weblink nodes in Nodes ?

bertboerland’s picture

and for people who post a lot referring to external sources and tried the module "externalpage" and disliked it, like me, do

mysql -u user -ppassword drupaldatabase
DELETE FROM node WHERE type = 'externalpage';

be sure to backup your database before (Just In Case TM)

--
groets

bertb

--
groets
bert boerland