Snog
Well-known member
I hope I can explain this clearly enough that someone will understand what I'm trying to get at.
When mergePushableNodeData runs it merges the forum and category data. But there is what I consider a glitch in the process.
It goes something like this..
All of the data is obtained first....
Unmerged Forum Data
Unmerged Pushable Data
Unmerged Category
Unmerged Pushable Data (pulled prior to forum merge)
Then the data is merged...
Unmerged Forum Data=>Unmerged Pushable Data
Unmerged Category=>Unmerged Pushable Data (pulled prior to forum merge)
What I would like to do is have the category get it's pushable data after the forum is merged so the merged data in the forum data is available to the category merge.
Any ideas?
When mergePushableNodeData runs it merges the forum and category data. But there is what I consider a glitch in the process.
It goes something like this..
All of the data is obtained first....
Unmerged Forum Data
Unmerged Pushable Data
Unmerged Category
Unmerged Pushable Data (pulled prior to forum merge)
Then the data is merged...
Unmerged Forum Data=>Unmerged Pushable Data
Unmerged Category=>Unmerged Pushable Data (pulled prior to forum merge)
What I would like to do is have the category get it's pushable data after the forum is merged so the merged data in the forum data is available to the category merge.
Any ideas?