I've got a small problem with the start_element tag for the phplayers menu.
My content structure currently is:
1 (content_id=1)
1.1 (content_id=13)
1.1.1 (content_id=14)
2 (content_id=12)
2.1 (content_id=15)
3 (content_id=7)
4 (content_id=10)
5 (content_id=11)
The problem is: no matter what I set the start_element parameter to, the menu is always emtpy
I tried the content number (1.1 or 2.1) as well as the content_id's - with the same effect.
Since the feature seems to be quite simple to use, I'm sure I'm making some very fundamental mistake
Any help would be appreciated.

