The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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
|
|
#2
|
|||
|
|||
|
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.
|
|
#3
|
||||
|
||||
|
No that's exactly what i wanted thank you
|
![]() |
|
|