List with page ID

Permalink
Is there a way to list all page ID's?
We need to see all pages with their ID's for managing and change pagelinks.
Would it be possible with the pagelist block?

Thanks

blinkdesign
 
mnakalay replied on at Permalink Reply
mnakalay
Using the page list block, if you look in view.php where you have this line
foreach ($pages as $page) {

Below that you will see the $page object is used to get information from it. For instance
$title = $page->getCollectionName();

You can do the same to get the Page ID by doing
$cID = $page->getCollectionID();
blinkdesign replied on at Permalink Reply
blinkdesign
thank you for the info.
unfortunately I couldn't make it. I don't have enough knowledge in PHP. Soi had to do it the hard way and write all ID's down. When project will be handed over to the client though, I have to find a solution.
mnakalay replied on at Permalink Reply
mnakalay
Feel free to contact me by Private Message if you need to hire specialized help on this project