Loading...
 
Features / Usability

Features / Usability


Tiki breaking frameset

posts: 18 United Kingdom

Hi

I'm looking at using Tiki as a CMS for part of my website - But if I load Tiki in one of my frames, all subsequent links appear in a new window instead of the intended frame.

I'm using the Kubrick themeat the moment, but this seems to happen with any theme.

Any ideas on what is breaking my frameset?

posts: 18 United Kingdom

My webmonkey found the problem;

modify \lib\tiki-js.js


right down the bottom of this file is the following line

window.name = 'tiki';

simply comment this out like so..

//window.name = 'tiki';

and your framesets will work ... this bit of javascript is only used if you use the wiki3d plugin, so removing it will not cause any problems


Who do I need to email in order to get this fixed in future releases? Surely if I'm not using the wiki3d plugin, then it's associated scripts should not be running?

posts: 1633 Canada


>
> Who do I need to email in order to get this fixed in future releases? Surely if I'm not using the wiki3d plugin, then it's associated scripts should not be running?


Best is to come on IRC, meet the people and get CVS access so you can contribute this & other fixes directly

M smile