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 = &#39;page&#39; WHERE type = &#39;story&#39;;
<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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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>