Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: how to make image of user post bigger

how to make image of user post bigger 6 years 7 months ago #5954

I too would like to control the image size. Is this simple css change? I appreciate that you are willing to make changes upon request, but I'd rather know how to do it myself. Thanks.
The administrator has disabled public write access.

how to make image of user post bigger 6 years 7 months ago #5957

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello Trevor Jessie
Yes, Can you send me URL your site? So we can check and help you
Best regards
Bach Pham
The administrator has disabled public write access.

how to make image of user post bigger 6 years 7 months ago #5958

The administrator has disabled public write access.

how to make image of user post bigger 6 years 7 months ago #5960

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello Trevor Jessie
We have check and have a solution for this problem. Can you send me joomla admin via contact form? So we can help you because you need edit a some code
Best regards
Bach Pham
The administrator has disabled public write access.

how to make image of user post bigger 6 years 7 months ago #5965

No, i just wanted you to tell me where to look and what to change. I've sorted through on my own and made it work. When I get a chance, I'll dig a little deeper and clean it up.
The administrator has disabled public write access.

how to make image of user post bigger 6 years 7 months ago #5967

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi Trevor Jessie
Yes, Please help me find and open file: modules/mod_jo_facebook_groups/helper.php and go to line 20 and change
$token_url = "graph.facebook.com/v2.4/".$facebook_grou...."?fields=feed.limit(".intval($number_feeds_shown)."){picture,from,description,name,message,icon,created_time,likes{name},comments{message,from,created_time},id,link}&access_token=".$fb_accesstoken;
To (add full_picture)
$token_url = "graph.facebook.com/v2.4/".$facebook_grou...."?fields=feed.limit(".intval($number_feeds_shown)."){picture,full_picture,from,description,name,message,icon,created_time,likes{name},comments{message,from,created_time},id,link}&access_token=".$fb_accesstoken;

and open file: modules/mod_jo_facebook_groups//tmpl/default.php and go to line 74 and change
<img alt="" src="<?php echo @$group_feeds[$f];?>" class="jo-facebook-groups-photoWrap">
To (Change picture to full_picture)
<img alt="" src="<?php echo @$group_feeds[$f];?>" class="jo-facebook-groups-photoWrap">
Best regards
Bach Pham
Last Edit: 6 years 7 months ago by Super User.
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 0.064 seconds