Manual:$wgThumbnailScriptPath/pl

Category:MediaWiki configuration settings/pl#ThumbnailScriptPathCategory:MediaWiki configuration settings introduced in version 1.5.0/pl#ThumbnailScriptPathCategory:MediaWiki configuration settings still in use/pl#ThumbnailScriptPathCategory:Thumbnail settings variables/pl#ThumbnailScriptPath
Thumbnail settings: $wgThumbnailScriptPath
Path to thumb.php , if you want thumbnail generation on the fly.
Wprowadzono w wersji:1.5.0
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(filesystem path) or false
Domyślna wartość:false

Szczegóły

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ż

Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings introduced in version 1.5.0/pl Category:MediaWiki configuration settings still in use/pl Category:Thumbnail settings variables/pl