hey im working on my first mod and i need some help. im using on and off button and when you choose 1 alternative it stands yes/no and i wonder how i can fix so it stands something else like alt1/alt2
here is the php code:
Code:
<phpcode><![CDATA[print_table_header($vbphrase['subforumlist_title']);
print_yes_no_row($vbphrase['subforumslistonoff'], 'forum[subforumslistonoff]', $forum['subforumslistonoff']);]]>
</phpcode>