Podręcznik:$wgThumbnailScriptPath

From MediaWiki.org
Jump to: navigation, search
This page is a translated version of the page Manual:$wgThumbnailScriptPath and the translation is 38% complete.

Other languages:
català • ‎dansk • ‎Deutsch • ‎English • ‎español • ‎suomi • ‎français • ‎italiano • ‎日本語 • ‎polski • ‎português • ‎português do Brasil
Thumbnail settings: $wgThumbnailScriptPath
Path to thumb.php, if you want thumbnail generation on the fly.
Wprowadzone w wersji: 1.5.0
Usunięte w wersji: nadal w użyciu
Dozwolone wartości: filesystem path or false
Domyślna wartość: false

Inne ustawienia: Alfabetycznie | Według funkcji

Szczegóły[edit | edit source]

Give a path here to use thumb.php for thumbnail generation on client request, instead of generating them on render and outputting a static URL. This is necessary if some of your apache servers don't have read/write access to the thumbnail path.

If you want to use this feature, you would set this as follows:

$wgThumbnailScriptPath = "{$wgScriptPath}/thumb.php";

Zobacz też[edit | edit source]