Page 1 of 1

How to Achieve this? Help Me OUt

PostPosted: December 23rd, 2010, 7:11 am
by hunzaboy
Hello There!

This is my second topic on this forum. Thanks for the answers of the first. I have small functionality to Achieve.

1. I have a link which goes to a form to submit
2. I want this link to appear( or the form page to appear) only once for a type of member and 10 times for another type of user with custom capabilities.. CAN I ACHIEVE THIS?

Please help me out!!

Will really appreciate your effort!

Thanks

Re: How to Achieve this? Help Me OUt

PostPosted: December 27th, 2010, 12:03 am
by Cristián Lávaque
Do you want the link to appear once per session or once ever for that person?

If for the session, you could use PHP sessions, if "ever" you'd have to store it in the database somehow, but using a cookie may be simpler.

Re: How to Achieve this? Help Me OUt

PostPosted: December 28th, 2010, 4:47 pm
by webboy
My gosh 10 times , you will X off the customer , but yes you will need some php for that to check for the last visit date and do a simple count

Re: How to Achieve this? Help Me OUt

PostPosted: December 29th, 2010, 5:29 am
by hunzaboy
thanks for the replies.. but i think i have figured that out!