informatica:dokuwiki2
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatica:dokuwiki2 [2013/07/03 09:02] – external edit 127.0.0.1 | informatica:dokuwiki2 [2017/12/05 22:19] (current) – jose | ||
---|---|---|---|
Line 34: | Line 34: | ||
Por defecto no existe. Si seguimos las instrucciones de ' | Por defecto no existe. Si seguimos las instrucciones de ' | ||
+ | El control de usuarios se hace desde el fichero local.php | ||
+ | Puede ser para un usuario | ||
+ | $conf[' | ||
+ | O para un grupo | ||
+ | $conf[' | ||
+ | Luego se modifica desde el módulo admin: | ||
+ | https:// | ||
===== Usuarios ===== | ===== Usuarios ===== | ||
Line 125: | Line 131: | ||
unzip addnewpage.zip | unzip addnewpage.zip | ||
- | 3. Realizar cambios en plantilla ' | + | 3. Realizar cambios en plantilla ' |
+ | |||
+ | **En la plantilla sidebar:** | ||
cp lib/ | cp lib/ | ||
Line 180: | Line 188: | ||
Grabar y salir | Grabar y salir | ||
+ | |||
+ | **En la plantilla dokuwiki** | ||
+ | |||
+ | Modificamos el fichero lib/ | ||
+ | |||
+ | antes: | ||
+ | < | ||
+ | <?php if($showSidebar): | ||
+ | <!-- ********** ASIDE ********** --> | ||
+ | <div id=" | ||
+ | <h3 class=" | ||
+ | <div class=" | ||
+ | <?php tpl_flush() ?> | ||
+ | <?php tpl_includeFile(' | ||
+ | <?php tpl_include_page($conf[' | ||
+ | <?php tpl_includeFile(' | ||
+ | </ | ||
+ | </ | ||
+ | <?php endif; ?> | ||
+ | |||
+ | <!-- ********** CONTENT ********** --> | ||
+ | <div id=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <?php tpl_flush() ?> | ||
+ | <?php tpl_includeFile(' | ||
+ | <!-- wikipage start --> | ||
+ | <?php tpl_content() ?> | ||
+ | <!-- wikipage stop --> | ||
+ | <?php tpl_includeFile(' | ||
+ | </ | ||
+ | |||
+ | Después | ||
+ | |||
+ | < | ||
+ | <?php if($showSidebar): | ||
+ | <!-- ********** ASIDE ********** --> | ||
+ | <div id=" | ||
+ | <h3 class=" | ||
+ | <div class=" | ||
+ | <?php tpl_flush() ?> | ||
+ | <?php tpl_includeFile(' | ||
+ | <?php tpl_include_page($conf[' | ||
+ | <?php tpl_includeFile(' | ||
+ | </ | ||
+ | </ | ||
+ | <?php endif; ?> | ||
+ | |||
+ | <!-- ********** CONTENT ********** --> | ||
+ | | ||
+ | <!-- ############### | ||
+ | <div class=" | ||
+ | <?php | ||
+ | $out = p_render(' | ||
+ | echo str_replace(array("< | ||
+ | ?> | ||
+ | </ | ||
+ | <!-- ############### | ||
+ | | ||
+ | <div id=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <?php tpl_flush() ?> | ||
+ | <?php tpl_includeFile(' | ||
+ | <!-- wikipage start --> | ||
+ | <?php tpl_content() ?> | ||
+ | <!-- wikipage stop --> | ||
+ | <?php tpl_includeFile(' | ||
+ | </ | ||
===== Substituir _ por espacios en el título ===== | ===== Substituir _ por espacios en el título ===== | ||
Line 351: | Line 428: | ||
} | } | ||
</ | </ | ||
+ | |||
+ | ===== Update ===== | ||
+ | Nos bajamos la última versión y la descomprimimos en el servidor | ||
+ | |||
+ | https:// |
informatica/dokuwiki2.1372842169.txt.gz · Last modified: 2015/04/13 20:19 (external edit)