[EMAIL PROTECTED] wrote:
> I want to display only: broken.zip
> I have also tried Attach:broken.zip and still get:
> Attach:broken.zip
> 
> http://www.sqlhacks.com/index.php/Administration/Restore-Verify-Only
> 
> Any suggestion?
> 

I found this in the Cookbook a while back:

Put this is config.php:

# To get rid of 'Attach:' prefix
Markup('Attach','>img',"/\\bAttach:([^\\s$UrlExcludeChars]*[^\\s.,?!$UrlExcludeChars])/e",
        "Keep(MakeLink(\$pagename,'$0','$1'),'L')");

It will work for all attachments from now on.

-- 
       ~Mike Shanley~
   ~you are almost there~
  ~http://mike.upisup.com~


_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to