PDA


View Full Version : home page


juicie
12-01-2005, 05:17 PM
There's one more thing that's been bothering me... I accidently made a 2nd home... it's not bothering anything, but it's just there, and it's annoying me. I set the identifier to home, so I have 2 home's, but I disabled the one I don't use. It's just that I can't delete it because it's identifier is home. How do I delete this?

Brian
12-01-2005, 06:21 PM
If you'll go to the 'Edit Pages' link in your admin cp and hold your mouse over the link for that page you should see something like "pageid=X" at the end of the URL in your browser's status bar. Just see what the number is that's in the place of the X there (most likely 2 if you've only added one page). Then you can run this query through phpMyAdmin or the Maintenance section of vB to delete that page.

DELETE FROM adv_pages WHERE pageid = X

I'm going to move this to the bugs forum too to make sure a check on the page identifiers is added in the next release.