Problem with Grids

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Dec 03, 2013 3:01 am
Reply with quote
Report this post
Problem with Grids

Hi.
I'm using my grids with jomsocial at the moment.
However, when I try to set the grids for jomsocial feeds, some of the pictures don't go to a profile picture but go to a 'http://yourwebsite..com/19239.jpg' link of another file.

Please help me.

Thank you.

http://bit.ly/dqN5DV (website link)
User avatar
Fresh Boarder

teitbite
Tue Dec 03, 2013 9:51 am
Reply with quote
Report this post
Hi

If You are using joomsocial status feed module than it's not meant to show a profile details but a status feed, which means that only details from statuses of users are displayed.
User avatar
Moderator

GK User
Tue Dec 03, 2013 1:47 pm
Reply with quote
Report this post
That's not what I mean.
The grid shows a different picture to the picture that needs to be shown and then when you click on it, it goes to an actual FILE link not the photo in the album.
How can I fix this issue? Thank you.

Please go to the link that I have given above and check the grid photos to see what comes up to understand the problem that I am trying to explain in this post.
User avatar
Fresh Boarder

teitbite
Wed Dec 04, 2013 10:52 am
Reply with quote
Report this post
Hi

Ok. I get it now. Please send me an access to joomla panel and ftp. I'll check what the problem is.
User avatar
Moderator

GK User
Wed Dec 04, 2013 4:41 pm
Reply with quote
Report this post
I have sent you a PM with the details. Thank you!
User avatar
Fresh Boarder

teitbite
Thu Dec 05, 2013 5:47 am
Reply with quote
Report this post
Hi

Looks like it was designed like that on purpose, since there is an additional condition to create this url link. Anyway I've changed it by editing file: /modules/mod_gk_js_feed/helper.php line 136 from:

Code: Select all
               $url = CRoute::_(substr($params->photo_url, stripos($params->photo_url, 'index.php')));


to:

Code: Select all
               $url = CRoute::_('index.php?option=com_community&view=profile&userid='.$status->actor );
User avatar
Moderator

GK User
Thu Dec 05, 2013 6:51 am
Reply with quote
Report this post
Thank you! Looks like the problem has been fixed. Thank you very much :). Not sure why it was designed that way.. haha..
User avatar
Fresh Boarder

teitbite
Thu Dec 05, 2013 10:56 am
Reply with quote
Report this post
Hi

I think it was only to show this one image and the real problem was that this image was not displaying in a popup :)
User avatar
Moderator


cron