![]() |
How can i change the thread subscription options to text links or input fields ?
Hi,
I am trying to customize the newthread page and i would like to use text links or input fields for each option of the thread subscription. Since the current/default one is in dropdown box, i am not sure if that is possible or not... Default : Code:
<if condition="$show['member']"> Is that possible to do something like below ? Code:
<input type="checkbox" name="emailupdate" value="0" tabindex="1" $emailchecked[0] /> |
I think if you use type="radio" instead (so that only one can be selected) then it will work. But there's a problem with the $emailchecked values since they are either selected="selected" for the selected choice or null, and a radio button needs checked="checked" instead. But something like this might work:
Code:
<input type="radio" name="emailupdate" value="0" tabindex="1" <if condition="$emailchecked[0]">checked="checked"</if> /> Did you mean to leave out the "no email notification" choice? |
All times are GMT. The time now is 07:40 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|