- July 12, 2011
- 392
- 206
- Home Country
- Germany
This happens because you are using <define>#menuX.parameter:site:YouTube</define> as a "shortcut/link" inside my theme. <define> does not allow : obviously and I don't know how to mask special character or if it is even possible to mask them.in the Onlinevideos.log, for the Basichome button presses, I see:
Code:Called with LoadParameter: 'site'
You will need to replace the definitons like #menu5.parameter in your BasicHome.xml with the parameter you want, e.g. site:YouTube. The definition is used 3 times, so be sure to replace them all.
This can only be overcome by using SkinSettings, they accept special characters in the variable. But only the original SkinSettings.xml is read and can't be supplied by the theme. So I avoided using SkinSettings, as they may eventually be overwritten on skin updates.