History: CursWiki1_P3_TraduccioGaleriaImagenesAdmin
Comparing version 2 with version 3
|
@@ -Lines: 1-6 changed to +Lines: 1-6 @@
- Nota:
+ Nota:Las caractersticas ms intuitivas no estan listadas
Admin Access
- To access administration, go to Home Page and, on the Menu, click on
+ To access administration, go to Home Page and, on the Menu, click on "Admin (click!)".
Sections: Tiki Admin Panel @@ -Lines: 25-33 changed to +Lines: 25-33 @@
* Set the image storage location.
* Choose the graphics library.
- * Set regular expressions (
+ * Set regular expressions ("regex") to control uploaded file names.
Home Gallery (main gallery)
- In the above graphic, the home gallery is set to
+ In the above graphic, the home gallery is set to "Rick's Pix". The home gallery is the default gallery displayed when visitors simply click the menu "Image Galleries" without expanding the menu, or when as the "top page" in your Tiki site if you set the Tiki system home page to be an Image Gallery.
* Push the button when you have finished to configure this feature. @@ -Lines: 64-78 changed to +Lines: 64-78 @@
# Override PHP.ini variables, which can be viewed using phpinfo:
-
+ <IfModule mod_php4.c><br /># If you are using Apache 2, you have to use <IfModule sapi_apache2.c><br /># instead of <IfModule mod_php4.c>.
php_value max_execution_time 300
- php_value upload_max_filesize
+ php_value upload_max_filesize "10M"<br />php_value memory_limit "32M"
php_value session.cache_expire 20000
php_value session.gc_maxlifetime 20000 php_value session.cookie_lifetime 20000
-
+ </IfModule>
# Zero means unlimted request body size: @@ -Lines: 108-112 changed to +Lines: 108-112 @@
Remove images in the system gallery...
- This is a link for removing images in the system gallery, which are
+ This is a link for removing images in the system gallery, which are "orphaned" and not used in Wiki pages, blogs or articles. A useful function for space-saving in the database.
* Click on the link to remove images |
