Quote:
Originally Posted by dancue
Any way to have the thumbnails on articles.php within a field so that they are all the same width?
Also, the articles without images are not showing any thumbnails at all. Would be nice to have a pop-up message asking the author to place an image in his post if he'd like a thumbnail for his post. Or the user could upload an image that could be stored within the db.
Can you also allow us to choose a style to exempt this articles section from being used on? I have a mobile style and it just doesn't work with it.
btw...Great mod!! I love it!
|
Open template
af_articlebit
Find
HTML Code:
<div style="float: left; padding-right: $stylevar[cellpadding]px; padding-bottom: 4px;">
Replace
HTML Code:
<div style="float: left; padding-right: $stylevar[cellpadding]px; padding-bottom: 4px; text-align: center; width: 100px;">
Find
HTML Code:
<div style="float: left; padding-right: $stylevar[cellpadding]px; padding-bottom: 4px; max-width: 100px; max-height: 100px; overflow: hidden;">
Replace
HTML Code:
<div style="float: left; padding-right: $stylevar[cellpadding]px; padding-bottom: 4px; max-width: 100px; max-height: 100px; overflow: hidden; text-align: center; width: 100px;">