View Single Post
 
Old Aug 21, 2001, 09:56 AM
DocJohn's Avatar
DocJohn DocJohn is online now
Founder & Your Host
Community Support Team
Chat Leader
 
Member Since: May 2001
Location: Greater Boston, MA
Posts: 13,794
Search for 1.75 in the file (assuming you're running 1.75 or later).

After the first occurence, the line appears beginning like:

<pre><code>
if (($pod_line =~ /&lt;p&gt;&lt;H2&gt;FAQ/) || ($pod_line =~ /img\/odphead.gif/) [...]
</code></pre>
REMOVE:

<pre><code>
img\/
</code></pre>
from that line (by odphead.gif).

Search for "odphead" a few lines below this line.

UNDER the existing line, add:

<pre><code>
$pod_line =~ s/&lt;img [Ss][Rr][Cc]=\"odphead\.gif\"(.*[&gt;])/$pod_frontheader/gi;
</code></pre>
Fixed in latest point release.

__________________
Don't throw away your shot.