PDA

View Full Version : Postbit Data Array


rogersnm
08-19-2006, 09:46 AM
I have coded something for one of my mods as an add-on. What it does is retrieve some information out of a different table for the postbit. The problem is that the way the mod stores it's data is by making one row per item added so if a user has 3 items then they have 3 rows but in the postbit it only shows 1 out of the three. Is there any way to get it to display all 3 instead of just 1? If that makes sense xD.

Guest190829
08-19-2006, 09:59 AM
I have coded something for one of my mods as an add-on. What it does is retrieve some information out of a different table for the postbit. The problem is that the way the mod stores it's data is by making one row per item added so if a user has 3 items then they have 3 rows but in the postbit it only shows 1 out of the three. Is there any way to get it to display all 3 instead of just 1? If that makes sense xD.

Sounds like you are not fetching the info correctly. We would have to see some code to tell though.

rogersnm
08-19-2006, 04:25 PM
Here's the xml: