Statistics: Posted by Cristián Lávaque — December 28th, 2011, 8:40 pm
philipt18 wrote:
So back to my question above, am I redirecting to multiple pages, or creating multiple sections on the Member Options page? An example or two would be greatly appreciated. Thanks.
<?php
$restricted_pages = array(4, 5, 76, 89);
if (isset($_GET['_s2member_seeking']['page']) && in_array((int) stripslashes($_GET['_s2member_seeking']['page']), $restricted_pages)) { ?>
That page requires a paid membership. Get it now [button]
<?php } ?>
Statistics: Posted by Cristián Lávaque — December 28th, 2011, 8:38 pm
Statistics: Posted by Cristián Lávaque — December 28th, 2011, 7:32 pm
Statistics: Posted by angelar — December 27th, 2011, 1:51 pm
Statistics: Posted by philipt18 — December 27th, 2011, 6:23 am
Statistics: Posted by Cristián Lávaque — December 27th, 2011, 5:04 am
Statistics: Posted by Eduan — December 26th, 2011, 11:46 am
Statistics: Posted by philipt18 — December 26th, 2011, 11:32 am
Statistics: Posted by Eduan — December 26th, 2011, 10:57 am
Statistics: Posted by philipt18 — December 26th, 2011, 10:47 am