The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I removed the 'Show Avatars' checkbox from the modify buddy list template. My goal is to eliminate that control and have it turned on by default.
But there is one problem: The checkboxes for the individual avatars (for incoming friendship requests) cannot be checked. The 'check all' function works, but I cannot click the checkbox within the avatar. Here is the code I removed. Code:
<label class="show_avatars_ctrl shade"><input type="checkbox" id="buddylist_showavatars"$showavatarchecked />$vbphrase[show_avatars]</label> Code:
<label class="show_avatars_ctrl shade"><input type="checkbox" id="incomingreqs_showavatars" checked="checked" />$vbphrase[show_avatars]</label> Code:
<input type="hidden" name="buddylist_showavatars" value="1" /> Many thanks. |
![]() |
|
|