hi Edu,
Eduardo de Lagrenge schrieb:
I am trying to upload images into wiki for some articles but it says that Image upload is not Enabled... How can I enable this????
look at LocalSettings.php an set
$wgEnableUploads = true;
Or is there any way to place the images with out enabling this???? (I do not want users to be able to upload images for now)
perhaps you try somthing like this
$wgGroupPermissions['user' ]['upload'] = false; $wgGroupPermissions['sysop']['upload'] = true;
to make a difference between you and the rest of the world.
jens