![]() |
Changing pageid on newly created Static Page
Hello,
I have looked around in the forums, and I love that this is such a trafficed resource. Used to use Interchange and that was hardly the case. But I wasn't able to find an answer to this question, so if anyone can offer any help, or a link to something already posted... I created my static pages in the admin side before I realized that I wanted them to display in a different order, and show a similar structure for "pageid=". I was able to change the display order by changing the POS. under Static Pages in the admin area. But I wasn't able to figure out how to change the pageid's once the pages were created. Does anyone know how to do this? Jay |
You would need to edit that in the database itself.
|
Just enter this in the DB update
Code:
UPDATE xcart_pages SET pageid=1 WHERE filename="page.html" Just change the filename you want to change, and the pageid that you want it to be. |
All times are GMT -8. The time now is 11:21 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.