Never been to DZone Snippets before?

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

Restricr Search to a Member's Own Posts (See related posts)

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}

You need to create an account or log in to post comments to this site.


Click here to browse all 5140 code snippets

Related Posts