Hi Boone, here’s the scoop:
Url checks out fine
I am using a child theme, no BP template overrides just the following so far:
- A hack to add sidebar area to /lib/sidebar-funcs.php
- A copy of page.php which adds a sidebar area. This is implemented as a page template.
Running the bundled version of Invite Anyone
The #create-group-form element is present (I’ve include the code from that area below in case it is helpful.
I think I have changed plugin settings, but I’m not sure what the defaults were. I’ve attached screen caps of the general and access tabs of the IA settings.
Thanks,
Troy
_________________________
<div id="single-course-body" class="course-create">
<div id="openlab-main-content"></div>
<form action="https://eddl.tru.ca/groups/create/step/invite-anyone/" method="post" id="create-group-form" class="standard-form form-panel" enctype="multipart/form-data">
<input type="hidden" id="new-group-type" value="course">
<input class="btn btn-primary prev-btn btn-margin btn-margin-top" type="button" value=" Previous Step" id="group-creation-previous" name="previous" onclick="location.href = 'https://eddl.tru.ca/groups/create/step/site-details/'">
<input class="btn btn-primary btn-margin btn-margin-top" type="submit" value="Finish " id="group-creation-finish" name="save">
<input type="hidden" name="group_id" id="group_id" value="0">
</form>
</div>
</div>
Attachments:
You must be
logged in to view attached files.