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 12:29] – [Configuración] jose | informatica:dokuwiki2 [2017/12/05 22:19] (current) – jose | ||
|---|---|---|---|
| Line 131: | 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 186: | 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 357: | Line 428: | ||
| } | } | ||
| </ | </ | ||
| + | |||
| + | ===== Update ===== | ||
| + | Nos bajamos la última versión y la descomprimimos en el servidor | ||
| + | |||
| + | https:// | ||
informatica/dokuwiki2.1372854545.txt.gz · Last modified: (external edit)
