Need help with content tags
#1
I have added to show all the addons to the main menu but running into a issue so i'm using this to display it

Code:
<content target="video">addons://sources/video</content>

My issue is when it come to the getmore button at the end of the addons. It will open the addons just fine but when it comes to the getmore button it will not work. Any help on this would be great thanks
Reply
#2
It just wont work.
Reply
#3
Feature request about it is to allowed visible condition to dynamic list, so we can define what to show or not...
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#4
How can I get it to not show
Reply
#5
You can't unless you fill another list with the contents from that one and hide any item that's label is 'Get more'.
Reply
#6
How can I get it to hide get more
Reply
#7
creates another list, and put in the content:
<item>
<label>$INFO[Container(30).ListItem.Label]</label>
<thumb>$INFO[Container(30).ListItem.Icon]</thumb>
<visible>!StringCompare(Container(30).ListItem.Label,$LOCALIZE[21452])</visible>
</item>
<item>
<label>$INFO[Container(30).ListItem(1).Label]</label>
<thumb>$INFO[Container(30).ListItem(1).Icon]</thumb>
<visible>!StringCompare(Container(30).ListItem(1).Label,$LOCALIZE[21452])</visible>
</item>

where 30 is your original list id, and you will also need to define onclick
didn't check it, should work
Phenomenal™ Skin • ForumWebsiteGitHub
Reply

Logout Mark Read Team Forum Stats Members Help
Need help with content tags0