By gameovercast on
Hello,
I am using the greenNblack theme. I would like to resize the user picture that apear next to posts. Any way to do this?
If you need to see it
www.gameovercast.com
Let me know if you need more info
Hello,
I am using the greenNblack theme. I would like to resize the user picture that apear next to posts. Any way to do this?
If you need to see it
www.gameovercast.com
Let me know if you need more info
Comments
=-=
change the setting for user pic sizes that users can upload in administer -> user settings
No I need them to stay at
No I need them to stay at 100 because they are synced with phpbb and cannot be changed.
Is there anyway to head into the files and code them that way?
Help Please
Help Please
in your theme...
in your theme, look in node.tpl.php or comment.tpl.php and find the class that the $picture is in. Then find that in the style.css and change the width and height to 100px
~silverwing
_____________________________________________
Land of Midnight | MisguidedThoughts | showcaseCMS
I tried that it just shrunk
I tried that
it just shrunk the border on all the pictures. they were still the same size but just cut off.
Here is what my code on node looks like
=-=
what css did you use ?
after changing the css did you clear your cacher in both your browser and your DB ?
Use browser to render at specific size
I've had the same problem. Here's how I did it (I long for imagecache for userpics too)
Instead of print $picture, use $node->picture to just get the path to the image.
I long for imagecache for
see http://drupal.org/project/imagecache_profiles (d6 version is in the issues queue)
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz