It looks like you're new here. If you want to get involved, click one of these buttons!
<?php if (!defined('APPLICATION')) exit();
$this->ThumbSize = C('Garden.Thumbnail.Width');
$this->Form->AddHidden('w', $this->ThumbSize);
$this->Form->AddHidden('h', $this->ThumbSize);
$this->Form->AddHidden('ThumbSize', $this->ThumbSize);
and add this line in your config.php file
$Configuration['Garden']['Thumbnail']['Width'] = 90;
Any suggestions?
Comments
And you've just change the view.
I don't know if need to change something else than your config to get the correct thumbnail size.
- Spam
- Abuse
0 · Insightful Awesome LOL ·Only change the config doesn't work for me (v 2.0.18b2)
- Spam
- Abuse
0 · Insightful Awesome LOL ·plugins/Gravatar/default.php: .'&size='.Gdn::Config('Garden.Thumbnail.Width', 40);
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
1 · Insightful 1Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·Hi, @revaxarts please tell us what exactly did you change from the above. I lost :)
- Spam
- Abuse
0 · Insightful Awesome LOL ·OK, now solved! Thanks @revaxarts for the solution.
- Spam
- Abuse
0 · Insightful Awesome LOL ·Thanks @luc
- Spam
- Abuse
0 · Insightful Awesome LOL ·So what did you guys exactly did?????
I change
.'&size='.C('Garden.Thumbnail.Width', 250); to 250 pixel in plugins/Gravatar/default.php and
$Configuration['Garden']['Thumbnail']['Size'] = 250; to 250 pixel in conf/Config.php
Also uploaded a new resized (250 x 250) usericon.gif to the application/dashboard/design/images/usericon.gif and uplaoded a new resized (250 x 250) default.gif to plugins/Gravatar/default.gif
Tried creating a new user but I'm still getting the same old 48 x 48 (default) avatar instead of my new file which is pixelating under my 80 x 80 css style. What did you guys do?????
- Spam
- Abuse
0 · Insightful Awesome LOL ·The defaultuser.gif is being called from /applications/dashboard/design/images/usericon.gif
just change it there too
|̲̅̅●̲̅̅|̲̅̅=̲̅̅|̲̅̅●̲̅̅| - ☊ - ♫ ♪ ♪ ♫ ♩ ♬ ♬ ♮ ♯ ♫ ♪ ♪ ♫ ♩ ♬ ♭ ....... (•̪●)(•̪●) ♀<-f ☠...CLICK HERE</a>
- Spam
- Abuse
0 · Insightful Awesome LOL ·Ok for some reason there were a hidden cache file which updates itself. I did everything right but it seemed the original profile picture was cached somewhere (definitely not my browser's cache). Now it's okay, its using the new one now after sometime.
- Spam
- Abuse
0 · Insightful Awesome LOL ·