Unable to display labels in settings
#1
Hi...

I've managed to get my in2streams plugin working (yay!) but I'm unable to label the Username and Password fields in the settings dialogue. I can read the values of the 2 anonymous fields just fine.

What I've got so far...

/resources/settings.xml:

Quote:<settings>
<category label="32000">
<setting label="32001" type="text" id="username" default=""/>
<setting label="32002" type="text" id="password" option="hidden" enable="!eq(-1,)" default=""/>
</category>
</settings>

/language/English/strings.xml:

Quote:<strings>
<string id="32000">Account</string>
<string id="32001">Username</string>
<string id="32002">Password</string>
</strings>

Can someone please point out what I'm doing wrong?
Reply

Logout Mark Read Team Forum Stats Members Help
Unable to display labels in settings0