Loading...
 

Site Config

theme.tiki.org configuration and other changes, including site additions and set-up changes.

tiki_p_view_templates given to Registered users

Marc Laporte Saturday 04 of August, 2007

So when you are logged in, you will have a link to see what the template (.tpl) looks like. You can't change it however.


Note to Tiki devs: we need to check that this works as expected everywhere.

There are over 100 of these changes which must be done:



{if $feature_view_tpl eq 'y'}

->

{if $feature_view_tpl eq 'y' and $tiki_p_view_templates eq 'y'}



{if $feature_edit_templates eq 'y'}

->

{if $feature_edit_templates eq 'y' and $tiki_p_edit_templates eq 'y'}



Similarly, for editing the CSS, the feature needs to be on and the permission given

{if $feature_editcss eq 'y' and $tiki_p_create_css eq 'y'}



test WYSIWYG editors

Marc Laporte Monday 09 of July, 2007
<span style="font-style: italic;">It's better than I remember it but it's still flacky, especially in IE6....</span><br /><br /><br style="font-style: italic;" />

Tikineat IE6 tracker overlap fix

Gary Cunningham-Lee Friday 29 of June, 2007

I added a "width:100%" property to .tabcontent in styles/tikineat.css to prevent tab contents from overlapping the right column (Tracker bug report). This was after comparison with other themes to see how their CSS handled table and tabcontent properties. I don't think there will be any bad effects from this modification, but let me know if there is anything. If there's no report of a problem, I'll commit the change to CVS branch 1.9.

-- Gary

Layout

Subscribe to Tiki Newsletters!

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other big news!
Contribute to Tiki

Site Config