By Robert on Sunday, 01 November 2015
Replies 20
Likes 0
Views 1.2K
Votes 0
Hello everyone, I am currently customizing people suggest module from techjoomla. I changed the avatar image to a bigger size which made the image quality very poor. I requested help from the guys at techjoomla weeks ago and I got no answer. This line of code
 <?php echo $uimage; ?>
is what I am having trouble with.. Any ideas on how to make the image quality better?

Thanks for your help
Hey Robert,

We have clearly stated that customizations are not supported in our board and despite that, you are setting this as a high priority ticket.

I am really sorry but customizations are not supported on our forums. If you need us to provide customization support, please contact us at https://crm.stackideas.com/index.php for a quote.
·
Sunday, 01 November 2015 01:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark, I am aware of that and I was actually seeking help from the forum users. Noticed that I didn't provide site details and I uploaded the file here.
·
Sunday, 01 November 2015 02:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah okay, noted and I will move this to the appropriate category.
·
Sunday, 01 November 2015 15:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Anyone?
·
Monday, 02 November 2015 04:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Robert,

I am not sure if this will work but you can try change the following line of code at line 228:
$uimage = $user_obj->avatar;
// replace with
$uimage = Foundry::user( $user_obj->id )->getAvatar(SOCIAL_AVATAR_LARGE);


Additionally you can find the list of method that can help you inside your /administrator/components/com_easysocial/includes/user/user.php
·
Monday, 09 November 2015 17:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Many thanks Ezrul. I will try later when I get home from work
·
Monday, 09 November 2015 20:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Robert,

I haven't test the code but hopefully it will work .
·
Tuesday, 10 November 2015 00:50
·
0 Likes
·
0 Votes
·
0 Comments
·
You made my day Ezrul it works.
Many thanks:p
·
Tuesday, 10 November 2015 06:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Robert,

i used for some time Psuggest and i had many bugs, j'ai vite abondoné !
·
Tuesday, 10 November 2015 07:05
·
0 Likes
·
0 Votes
·
0 Comments
·
jan! wrote:

Hi Robert,

i used for some time Psuggest and i had many bugs, j'ai vite abondoné !

It seems like they have fixed those bugs. works great on my site
·
Tuesday, 10 November 2015 07:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for the news Robert, i had some styles issues,
you can suggest peolple based on custom fields ?
·
Tuesday, 10 November 2015 07:22
·
0 Likes
·
0 Votes
·
0 Comments
·
jan! wrote:

Thank you for the news Robert, i had some styles issues,
you can suggest peolple based on custom fields ?


De rien mon ami and yes you may. All the options seem to be working fine so far.
·
Tuesday, 10 November 2015 07:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Robert,

Great!
·
Tuesday, 10 November 2015 13:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Merci Robert
·
Tuesday, 10 November 2015 17:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Jan,

Thanks for the heads up.
·
Wednesday, 11 November 2015 18:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Thans @Ezrul

@Robert j'ai la version 1.4.5 mais j'ai des bugs graphiques surtout ! c'est la dernière a priori ?

(i have some graphics bug with v1.4.5, its the last one?)
·
Wednesday, 11 November 2015 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
ah bon, je ne trouve pas des erreurs graphiques sur mon site. Je pense que v.1.4.5 is the latest version. Not sure if it's the last one. Let me know if you need any help or if you wish to take a look on my site to see it in action. I will send you my site link
·
Wednesday, 11 November 2015 21:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes send me please
·
Wednesday, 11 November 2015 22:16
·
0 Likes
·
0 Votes
·
0 Comments
·
ah shoot! I am unable to send you a private message here. send me an email and I will reply with my link. plezilakaytv@gmail.com
·
Wednesday, 11 November 2015 22:30
·
0 Likes
·
0 Votes
·
0 Comments
·
I am marking this thread resolved
·
Thursday, 12 November 2015 01:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post