I've read through almost all of the issues and I can't quite find what I'm looking for. I have a block that I created myself with some simple html and one php call to a global variable:
<a href="/node/add/groupsidebar?gids[]=<?php $currentGroup = og_get_group_context();$nodeid = $currentGroup->nid;print $nodeid;?>
When not ajaxified, it works fine...when I ajaxify it, the php isn't working.
What do I need to do to get this to work?
Thanks