Displaying 1 result from an estimated 1 matches for "mt_getpostcategories".
2006 Feb 18
0
Comparing two hashes
...ategoryList(@metaBlogId) - method. This
returns a hash that I can read the contents out of with categories
[''categoryName'']. Now, I want to assign this names of categories
taken from the hash to check boxes on posts that are being edited.
This requires a second XML call to - mt_getPostCategories
(@post.postid) - that gets the categories already set on a particular
post (identified by @post.postid).
What needs to be done next is display the result of getCategoryList
as check boxes, and check any boxes where they match the hash
returned by mt_getPostCategories.
I''m thinking...