sandungas
Developer
Yes is like that, you need to delete that 2 lines, but there is an additional edit you need to doMaybe simple removing
<XMList name="list_psn" unknown0="0x0" image="nothing" unknownRef3="nothing"></XMList>
<XMList name="list_friend" unknown0="0x0" image="nothing" unknownRef3="nothing"></XMList>
in xmb_plugin_normal.rco (without impose, now just test), can do the job?
The "parent" object of them have an attribute that indicates how many childrens it have, by default is 0xa (for 10 categories), you are removing 2 so change it to 0x8
*This was tested and works fine
----------
Edit:
ops, i had the thread opened and missed the last posts, sorry, but yeah, thats it