Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Intro Text Problem in Activity Stream on liked videos

10 years 8 months ago
Licenses:
JomSocial Expired

I am experiencing the same problem as described in this post by a different user: www.jomsocial.com/forum/photos-videos/18...n-like-a-video#92929

Liked videos show complete unlimited words in description text in activity stream.

in the post it was said that this bug was fixed in newest jomsocial code version 3.2.1.

I have 3.2.1.3 installed and still have this bug. Could you please just tell me what lines in code must be changed to place limit on description content?

10 years 8 months ago
Licenses:
JomSocial Expired GURU Expired Publisher Expired AdAgency Expired iSEO Expired Socialize Expired

Hi Camron,
I am logged in at your site and test with youtube video and seeing it is working fine.
Can you send us a video with long description so that I can check and be confirmed?
Thanks

10 years 8 months ago
Licenses:
JomSocial Expired

Please check the latest post on activity stream on my frontpage. You will see the description issues. This does not happen when user uploads a video.
This only happens when a video is "liked"

if a user likes this video on my page for example you can see here too:
mysite.com/index.php?option=com_communit...0&Itemid=281&lang=en

10 years 8 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

hi Camron,

Let me clarify this issue with the developer

thank you

10 years 8 months ago
Licenses:
JomSocial Expired

Ok Thank you.

10 years 8 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Camron,

This is the patch, open this file components/com_community/templates/default/activities.videos.like.php, find this :

<p class="reset-gap"><?php echo $video->description; ?></p>

replace to :
<p class="reset-gap"><?php echo JHTML::_('string.truncate', $video->description, $config->getInt('streamcontentlength'), true, false); ?></p>

thx

10 years 8 months ago
Licenses:
JomSocial Expired

Very good. Thank you very much sir.

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW