Klaus Becker a écrit: > Le mercredi 23 décembre 2009 14:47:40, Platonides a écrit : >> Klaus Becker wrote: >>> Hi, >>> >>> what is the best method to import or show pdf files in mediawiki ? >>> >>> Should I export them to image file or another format ? >>> >>> cheers >>> >>> Klaus >> You can upload them at the wiki like you do with images. > > No, I cannot. When I try, I get a message which says, I can only import png, > gif, jpg, jpeg files. I did not find how to allow pdf files. I use 1.14.0. > Must I > update to 1.15.1 ? > > Klaus
Add to your LocalSettings.php $wgFileExtensions[] = 'pdf'; http://www.mediawiki.org/wiki/Manual:$wgFileExtensions PS: Updating is always recommended. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
