Logged In: NO

I had the same problem. I do not know if it is a difference
in libraries (such as XML parsing). But to get around it, I
changed the file /opt/kde3/share/apps/easysok/easysokui.rc.
I changed the 3 lines:

<Action name="InsertNewLevel"
text="&amps;Insert New Level ..."
/>

to the single line without the "text" part:

<Action name="InsertNewLevel" />

Then, all of those other menu items appear for me.

- Jay