Hi,
I’ve a Genesis/Dynamik installation on my localhost, with two subscribers, user1 and user2, both default except for having admin privileges disabled. The content comprises two nextgen galleries, via shortcodes, on a page.
Below is the test code. The content targeted by user1 and user2 are not displayed in any case. However, the galleries are displayed by the gallery shortcodes without any O_U shortcodes.
<h1>user 1 gallery</h1>
[O_U user_name=”user1″][nggallery id=1][/O_U]
<h1>user 2 gallery</h1>
[O_U user_name=”user2″][nggallery id=2][/O_U]
<h1>without shortcodes, both galleries</h1>
[nggallery id=1]
[nggallery id=2]
Regards,
BillHi