The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
'Show Avatars' checkbox removed, but one problem
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|