Quote:
Originally Posted by Club3G
[high]* Club3G clicks install
[/high]
Couple of quick questions:
Is there a way to get it to span the same width as the forum tables? The fixed width looks a little off at higher resolutions.
Also, a non-fixed height would be awesome. The horizontal scrollbar is great, but the vertical just looks ugly.
Screenshot:
http://www.club3g.com/members/chris/attachplugin.jpg
Great mod otherwise, thank you! 
|
Only MSIE has a fixed width, the reason for this is because MSIE is broken and doesn't properly size the table cell. So unless you can find a way to make MSIE behave properly it can't be fixed.
Quote:
Originally Posted by cbr929rrerion
anyone know how to add an if statement to have it show a predetermind image to non-members?
|
PHP Code:
<if condition="$bbuserinfo['userid'] == 0">
// ...
</if>
(not tested)