DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Snippets has posted 5883 posts at DZone. View Full User Profile

Restricr Search To A Member's Own Posts

08.26.2006
| 2600 views |
  • submit to reddit
        Insert the below code just below the opening search form tags to restrict the search to a member's own posts if they are not a Super Admin.

{if group_id != "1"}<input type="hidden" class="input"  name="member_name" value="{screen_name}" />
{if:else}<p>You are logged in as a Super Admin, so all entries will be visible to you.</p>{/if}