No the radio buttons mentioned above are parts of input forms.
I assume to allow users to listen to your radiostation, you would have to link to that file. To do so, edit the templates and add the appropriate link where you want it to display.
Announcement
Collapse
No announcement yet.
Mozilla Radio Button
Collapse
X
-
Is this good for adding a radio button that will allow the user to download a radio stream from a hosting company like Shoutcast? Basically I have a file named listen.pls, that will allow listeners to tune into my internet radio station using a player like Winamp.
If so where in VBulletin do I apply the script?
Leave a comment:
-
Mozilla Radio Button
Ok, here is something I can't understand. I have a couple of radio buttons but using the "checked" option is not working in Mozilla. Here is my code:
HTML Code:if ($reefready == "yes") { echo "<input type=radio name=reefready value=yes checked>Yes<br /> <input type=radio name=reefready value=no>No"; } else { echo "<input type=radio name=reefready value=yes>Yes<br /> <input type=radio name=reefready value=no checked>No"; }
Tags: None
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Leave a comment: