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.

bug after upgrade

7 years 10 months ago
  • Dominik's Avatar
    Topic Author
  • Dominik
  • Offline
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 2
Licenses:
JomSocial Expired Socialize Expired

Hi,
the following buttons (posts, comments & users) in the backend are after upgrading jomoscial not functional.

Regards

Attachments:
7 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

hi,

Your backend access is not working, please provide me the correct one.

thank you!

7 years 10 months ago
  • Dominik's Avatar
    Topic Author
  • Dominik
  • Offline
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 2
Licenses:
JomSocial Expired Socialize Expired

Enjoy! :)

7 years 10 months ago
Licenses:

Hi,

its a bug. please wait for the fix.

Regards

7 years 9 months ago
Licenses:

Hi,

here the fix:
edit:
/administrator/components/com_community/views/community/tmpl/default.php at line 374, find this code

<div class="text"><?php echo JHtml::_('string.truncate', ucfirst(trim($data->title)), 750); ?></div>
changing it to
<div class="text"><?php
    $title = ucfirst(trim($data->title));
    if ($data->app !== 'events.attend') {
        $title = JHtml::_('string.truncate', $title, 750);
    }
    echo $title;
?></div>

Regards

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