PDA

View Full Version : Get all post ids in an array


Scanu
07-22-2012, 09:15 PM
Hi i'm making a plugin in the showthread_complete hook and i need all the post ids of the thread. What can I do? thanks in advance

kh99
07-23-2012, 06:10 AM
The array $ids[] should have the list of postids that are displayed. If you need the posts for the entire thread you'll have to do a query to get them.

Scanu
07-23-2012, 07:55 AM
No that's exactly what i wanted thank you :)