A. Login as the admin and go to "Edit Pages"
Click the first edit icon to edit the page (admin mode)
Select a content group then click the "Add to Group" button
A. Default Primary Page
To specify the default primary page add a hidden input with the name of
capturepage. For example:
<input type="hidden" name="capturepage" value="
FILENAME.php">
Default Content Group
There is no way to do this through html. However, you can control what the default content group is when editing membership from /admin/memberships
Alternative: Use PHP
If this does not work for what you are trying to do (exa: You need it specific for a promotion, not a membership), the other way to do it would be to use php code and putting a hook for do-join.php page.
The best hook to use is a special one in the middle of the file.
To do it create a file called
do-join-midhook.php and put the php code for editing the default content group in that file. There is an object for the member called
$member that can be used with the method
setPrimaryCGroup(#) for the primary content group.
A. Only our Tool Truck software supports assigning a banner to a membership or content group. All
banners must be assigned to a content group in order for them to show. Content groups work like categories so if the banner is not in any content group it has no category that it shows under. Both content groups and banners can be assigned to memberships. If a content group is a assigned to a membership(s) then only those memberships the content group is assigned to are able to view the banner because only they can see the content group. If you also assign the banner itself to a membership then only the membership(s) you assign it to can see the banner IF they are also able to see one of the content groups the banner is assigned to (both criteria must be satisfied).
How to Assign a Banner to a Membership
To assign a banner to a specific membership go to /admin/managebanners.php and click edit icon next to the banner you want to assign to a specific membership.
Select a membership and then save changes.