Loading...
 
Skip to main content

Features / Usability


Re: Content Templates - A bug in tikineat style?

posts: 47 France

Salut sirdhar !
Just making a diff between the moreneat specific template for edit wiki tiki-editpage.tpl with the default what uses tikineat,
you could try to change this default as following:
(attached is the change default template)
template/tiki-editpage.tpl
change around line 41 from:

<option value="{$templatesix.templateId|escape}" {if $templateId eq $templates[ix].templateId}selected="selected"{/if}>{$templates[ix].name}{/tr}</option>

to

<option value="{$templates[ix].templateId|escape}">{$templates[ix].name}{/tr}</option>

This morning I inversed the changes !
You should have wait my second coffee 😊
no pb

But note: just to be sure, I've rebuild an original 1.8.5
and I cannot reproduce this "bug" !!!
That should mean that that somewhere the templateId is assigned

à+

EVERY POST BEFORE IS ERRONEOUS !
There are no comments at this time.