Guest Acknowledgment
4/5 based on 1 vote. The median rating is .
Submitted by Kizer.
I am making it required when a guest submits a image they must check a box saying they understand they can not edit a image after they submit unless they register.
I however do not want to make the admin or registered users have to check the box on every image because its rather redundant since they are already are members.
Step 1: Create a image field, which I called iknow as a checkbox value yes, which came out to be {IMAGEIKNOW}
Step 2: In your suggest image template add something like this.
Step 3: Now you will have to change your edit image template as well which I added:
If you do not add the above its going to tell you, you have not completed all of the fields because its looking for a check box input.
Step 4: Now go into your settings area in your admin and add the iknow as a required field.
By making it obvious when they submit a image it might help them understand the benefits of registering.
I am making it required when a guest submits a image they must check a box saying they understand they can not edit a image after they submit unless they register.
I however do not want to make the admin or registered users have to check the box on every image because its rather redundant since they are already are members.
Step 1: Create a image field, which I called iknow as a checkbox value yes, which came out to be {IMAGEIKNOW}
Step 2: In your suggest image template add something like this.
<IF 1 is 1>
<span class="labels">Not being a member I will not be able to edit or subscribe to my submitted image, however I can <a href="http://www.yourdomain.com/register.php">register</a>.
<input type="checkbox" name="iknow" value="yes"> Understood
<ELSE>
<input type="hidden" name="iknow" value="yes">
</IF>
Step 3: Now you will have to change your edit image template as well which I added:
<input type="hidden" name="iknow" value="yes">
If you do not add the above its going to tell you, you have not completed all of the fields because its looking for a check box input.
Step 4: Now go into your settings area in your admin and add the iknow as a required field.
By making it obvious when they submit a image it might help them understand the benefits of registering.
Rating:
4/5 based on 1 vote. The median rating is .
Submitted: 12/09/03 (Edited 05/12/07)
Description:
This hack makes non-members click a box acknowledging that they will be missing features with non-membership in order to get them to register.
Views:
1291 views. Averaging 1 per day.
In the most recent 30 day period, there've been 0 views.

Print
E-Mail