Login redirects to Dashboard

I have the setting whereby users logging are sent to a Members Page. This works fine. However, a higher up user with edit_post capabilities is redirected to the Dashboard. Is there a way to redirect them back to the Members Page or another one.

I have tried using this hack - found on S2Member Board

But it won’t work and not sure this is right code - leaving aside the extra semi-colon.

s2Member only deals with (and, therefore, only redirects) s2Member roles. So your “higher up user” evidently is something like an Editor rather than s2Member Level x.

The way I’d do this would be to use the Capability Manager Enhanced plugin. Keep a separate s2Member role (e.g. level 4 if you’re using the free version; maybe level 10 for the Pro) for “higher up users”. Then use the CPE plugin to add the edit_post capability to that role.