Any reason why $valopts wouldn't be parsing on credits_popup? I was running it through the Validator to try and track down some problems I was having, and the $valopts variable shows up as empty in the final HTML.
credits_popup
HTML Code:
<b id="credits_value_text"></b><select id="credits_value" style="display: none;">$valopts</select><input type="text" class="primary textbox" style="width: 80%;" maxlength="250" name="value" id="credits_value_input" />
HTML
HTML Code:
<b id="credits_value_text"></b><select id="credits_value" style="display: none;"></select><input type="text" class="primary textbox" style="width: 80%;" maxlength="250" name="value" id="credits_value_input" />
Is there something I need to set up in credits that maybe I haven't gotten around to, yet?