Reply to thread

I needed to use colons in a define and tried everything. MP's code uses the colon as a delimiter for defines and will break if there is more then one colon anywhere on the define line.

 

Had a brain burp and came up with this:

 

[CODE]<control>

  <description>POG: fix for colon use in defines</description>

  <type>label</type>

  <label>#(iif(neq(#colon,':'),skin.setstring('#colon',':'),''))</label>

  <visible>no</visible>

</control>[/CODE]

 

Put that in your skin. Then if you need a colon use #colon.

 

For your example: <define>#menu3.but3linkpar:categoryid#colon40</define>


Top Bottom