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.

Problem when editing text after upgrade

10 years 9 months ago
  • Paulo's Avatar
    Topic Author
  • Paulo
  • Offline
  • Fresh Boarder
  • Posts: 73
  • Thank you received: 3
Licenses:
JomSocial Active Socialize Expired

Hi,
Problem when editing text in the gallery. The field does not extend to edit.
How to solve?

goo.gl/VQF3rt

Attachment text.jpg not found

Attachments:
The following user(s) said Thank You: Bilé
10 years 9 months ago
Licenses:

Hi, Paulo.

What browser you're using? I Checked on FireFox and it was displayed well: prntscr.com/43ki2c


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 9 months ago
Licenses:

Hi, Paulo.

Related issue: www.jomsocial.com/forum/installation/184...sages-on-inbox#93856
I assign developer to this thread.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 9 months ago
Licenses:

Hi, Paulo.

Please provide correct FTP credentials... now they are without password.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Paulo
10 years 9 months ago
  • Paulo's Avatar
    Topic Author
  • Paulo
  • Offline
  • Fresh Boarder
  • Posts: 73
  • Thank you received: 3
Licenses:
JomSocial Active Socialize Expired

Hi Michal,
I have already put the credentials and password.

10 years 9 months ago
Licenses:

Hi Paulo,

the issue only happen with long text comment. I confirmed this is a valid bug.
please wait out fixes. for temporary, becuase we don't have comment manager at backend. you can edit that comment from database at table #_community_wall

Regards,
Albert

The following user(s) said Thank You: Paulo
10 years 9 months ago
  • Paulo's Avatar
    Topic Author
  • Paulo
  • Offline
  • Fresh Boarder
  • Posts: 73
  • Thank you received: 3
Licenses:
JomSocial Active Socialize Expired

Hi,
I will wait for correction.
Thank you.

10 years 9 months ago
Licenses:

Hi Paulo,

here the fixes:
1. edit components/com_community/controllers/system.php
2. at line 414 add this code (after $content = $tmpl->fetch('wall.edit');)

// escape message string
$message = str_replace(array("\r\n", "\r", "\n"), '\n', $message);
 $message = str_replace('"', '\"', $message);

3. at line 420 replace:
$objResponse->addScriptCall('joms.jQuery("#wall-edit-container-' . $wallId . '").find("textarea").val("' . str_replace(array("\r\n", "\r", "\n"), '\n', $message) . '");');
with
$objResponse->addScriptCall('joms.jQuery("#wall-edit-container-' . $wallId . '").find("textarea").val("' . $message . '");');

This fixes will include at 3.2.1.3

Regards,
Albert

The following user(s) said Thank You: Paulo
10 years 9 months ago
  • Paulo's Avatar
    Topic Author
  • Paulo
  • Offline
  • Fresh Boarder
  • Posts: 73
  • Thank you received: 3
Licenses:
JomSocial Active Socialize Expired

Thank you Albertus, is working perfectly.
A big hug!

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