Quote:
Originally Posted by beerhead
Great update! The install was perfect.
I have a couple of questions?
1. I can't find the setting to turn on/off the option to see who egged them. In my admincp, the only option I have is to manage eggs-add/delete/enable, etc. I've checked the usergroup permissions as well, and I don't see it there? Is this done by hovering your mouse oveer the item thrown at the avatar?
|
It's in the options for the mod under vBulletin Options - check the screenshot:
Options
Quote:
2. The dropdown menu for the selection of what you would like to throw is very long, because of the large spaces between each choice. Is there anything I can edit to make that window smaller, or in a different format?
|
The drop down is a fixed size. How many things display in it depends on how big your egg images are.
Screenshot.
You can edit the eggav_bit template to change the height of the dropdown:
HTML Code:
<tbody style="display: block; height: 150px; overflow: auto; width: 100%;">
Or, you could remove the images (or resizes them dynamically) in the clean and egg bits (eggav_cleanbit, eggav_eggbit) templates.
HTML Code:
<img class="inline" src="{$vbulletin->options[eggavatar_eggpath]}{$throw[image]}"/>