Gossamer Forum
Home : Products : DBMan SQL : Discussion :

How to disable "Owner" link?

Quote Reply
How to disable "Owner" link?
I was wondering how to disable the "Owner" link completely on my search results page?
Quote Reply
Re: [Brainwrap] How to disable "Owner" link? In reply to
You should get rid of the command below within HTML.pm ( around line #209 ):

$output .= "<font face=arial size=2><a href='$url&do=owner&oid=$owner'>Owner</a></font>";

TheStone.

B.
Quote Reply
Re: [TheStone] How to disable "Owner" link? In reply to
Thanks, worked like a charm! :)