<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=312524602-02012007><FONT face=Arial 
color=#0000ff size=2>Thanks, I did read the code in both story.module and 
page.module and they are quite similar other than the help text and names of 
variables story vs page. However page has some additional code in hook_form 
dealing with logs of changes which looks useful.</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> development-bounces@drupal.org 
[mailto:development-bounces@drupal.org] <B>On Behalf Of </B>Khalid 
B<BR><B>Sent:</B> Monday, January 01, 2007 9:17 PM<BR><B>To:</B> 
development@drupal.org<BR><B>Subject:</B> Re: [development] Converting stories 
to pages<BR></FONT><BR></DIV>
<DIV></DIV>Changing it in PHPMyAdmin should be a safe bet, since story and page 
have the same<BR>identical fields, and stored in the node table.<BR><BR>So, you 
can execute this SQL (do a dump first):<BR><BR>UPDATE node SET type = 'page' 
WHERE type = 'story'; <BR><BR>
<DIV><SPAN class=gmail_quote>On 1/1/07, <B class=gmail_sendername>Walt 
Daniels</B> &lt;<A 
href="mailto:wdlists@optonline.net">wdlists@optonline.net</A>&gt; wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote 
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">I 
  have mostly pages and a few stories. There is no obvious reasons why 
  the<BR>ones that are stories are stories so I would like to convert them to 
  pages.<BR>Obviously I can do this by pasting the story stuff into a new page. 
  But then <BR>all the links will still go to the old story and I would have to 
  find all<BR>the links and fix them. I have not seen any way of finding all the 
  links to<BR>a particular node.<BR><BR>What woud happen if I just went into 
  PHPMyAdmin and changed the type field <BR>from story to page? Would this break 
  anything?<BR><BR></BLOCKQUOTE></DIV><BR></BODY></HTML>