May this script handles public areas and privates ones!??
Let say you have 2 types of membership, not 20 types just 2 types. One is public, open to all, the other is private.
The php script I use can create private categories. If someone is a member, he logs on, input his password and than have access to these very specific cat. The script works with cookies.
Members have access to:
public cat
private cat.
Non members just to:
public categories.
My goal is to have a search script that, once the site is indexed, can displays results "depending" of the membership.
If member=all index files are searchable
not a member=just the public index files
Is this possible with your script or do I am just dreaming here??
Thanks
Roger
Let say you have 2 types of membership, not 20 types just 2 types. One is public, open to all, the other is private.
The php script I use can create private categories. If someone is a member, he logs on, input his password and than have access to these very specific cat. The script works with cookies.
Members have access to:
public cat
private cat.
Non members just to:
public categories.
My goal is to have a search script that, once the site is indexed, can displays results "depending" of the membership.
If member=all index files are searchable
not a member=just the public index files
Is this possible with your script or do I am just dreaming here??
Thanks
Roger
Comment