Customizing SMF > Graphics and Templates

Avatar list in profile

<< < (2/2)

Peter Duggan:
Or maybe *this* list too! ;)

Search Themes/default/Profile.template.php for:


--- Code: ---<select name="file" id="file" size="10" style="display: none;" onchange="showAvatar()" onfocus="document.creator.avatar_choice[', $current_choice, '].checked = true;" disabled="disabled"><option></option></select>
--- End code ---

And replace with:


--- Code: ---<select class="avatar" name="file" id="file" size="10" style="display: none;" onchange="showAvatar()" onfocus="document.creator.avatar_choice[', $current_choice, '].checked = true;" disabled="disabled"><option></option></select>
--- End code ---

[Unknown]:
You could also use select#cat and select#file...

-[Unknown]

Peter Duggan:
Of course you could, but that 'classitis' has clearly got to me! ;)

Navigation

[0] Message Index

[*] Previous page

Go to full version