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.

message administrator

10 years 2 weeks ago
Licenses:
JomSocial Active Socialize Expired

Found that after the sign occupied, the message text is missing. We are talking about the message the administrator.

Attachment 222_2015-04-19.PNG not found


Attachment 333_2015-04-19.PNG not found

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

Hi Серёга,

Can you provide me the text which I can use for testing it, please? I cant re-type the text on your screenshoot :)

thank you

10 years 2 weeks ago
Licenses:
JomSocial Active Socialize Expired

I wrote
"Друзья, текст сообщения"
but the problem in any language after pripenaniya sign "," text propodaet.

10 years 2 weeks ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

I will report this to our developer

10 years 6 days ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

This is the patch, open this file components/com_community/controllers/activities.php, find this code :

// $message    = CStringHelper::escape($message);
 
                 $app = explode('.', $key);
                 $app = isset($app[0]) ? $app[0] : 'system';
                 $act->app = 'system.message';
               $act->title = JText::_($message);

replace to :
              $message = CStringHelper::escape($message);
 
                 $app = explode('.', $key);
                 $app = isset($app[0]) ? $app[0] : 'system';
                 $act->app = 'system.message';
                $act->title = $message;

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