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.

RTL issues after upgrading to 3.1.0.1

10 years 2 months ago
  • Udi's Avatar
    Topic Author
  • Udi
  • Offline
  • Fresh Boarder
  • Posts: 52
  • Thank you received: 12
Licenses:
JomSocial Active

Hi,

Per your email we upgraded to the last version.

We work with JF clean template responsive.

After the installation we are facing RTL problems like:

All emails to users are placed to the Left instead to the Right.

Friends -> Search: the text box is opened to the right instead to the left.

In Registration section: Country table is missing or unseen

Please advise.

regards,
Udi

The following user(s) said Thank You: Kristywap
10 years 2 months ago
  • David Sutanto's Avatar
  • David Sutanto
  • Visitor
  • Thank you received: 0
Licenses:

Hi Udi,

1. About email to user, can you give me screenshot for this problem? :)
2. For friends-> search and country table, can you please attach Joomla translation and JomSocial translation that you use so i can test this out.

Warm Regards,

David

10 years 2 months ago
  • Udi's Avatar
    Topic Author
  • Udi
  • Offline
  • Fresh Boarder
  • Posts: 52
  • Thank you received: 12
Licenses:
JomSocial Active

Hi David,

Thank you for responding.

I tried to attach a PNG file but it doesn't work ... I can see the attachment ONLY after sending.

See that all Hebrew part should be placed to the right.

Please advise,

Udi

Attachments:
10 years 2 months ago
  • David Sutanto's Avatar
  • David Sutanto
  • Visitor
  • Thank you received: 0
Licenses:

Hi Udi,

I'm so sorry that i can't help you about RTL because i never using RTL language, i will pass this to my other teammate :) please be patient until monday because this is weekend and only me in charge on weekend :)

Warm Regards,

David

10 years 2 months ago
  • Udi's Avatar
    Topic Author
  • Udi
  • Offline
  • Fresh Boarder
  • Posts: 52
  • Thank you received: 12
Licenses:
JomSocial Active

Hi David,

So we wait.

Is there any flag for that RTL support?

Udi

10 years 2 months ago
Licenses:

Hi, Udi.

1. First I strongly recommend to upgrade both Joomla! and JomSocial to current versions (for Joomla! -> 2.5.18 and for JomSocial 3.1.0.4).

Then check if issue persist. If yes then this is obviously a bug.

Here is quickfix (you'll need to hack core file so please, make a safe copy of original file first. Also this file will be overwritten after upgrade so make a copy of modified file too):

Find this file:

ROOT/components/com_community/controllers/register.php and edit it. There you'll find variables called $message. This variable contains all content of emails sent during registration.

You'll need to modify them in this manner (e.g line 864) from this:

$message = JText::sprintf('COM_COMMUNITY_EMAIL_REGISTRATION_COMPLETED_REQUIRES_ACTIVATION', $name, $sitename, $activationURL, $siteURL);

to this:
$message = '<div style="text-align: right;">' . JText::sprintf('COM_COMMUNITY_EMAIL_REGISTRATION_COMPLETED_REQUIRES_ACTIVATION', $name, $sitename, $activationURL, $siteURL) . '</div>';

As you can see, you'll need to close text in div with text aligned to right.

2. To fix search box alignment in Advanced search add this to your current template main css file:
#criteriaContainer {
float: right;
}

3. Yes, country options are not visible because they are... well, empty. You need to have this file: en-GB.com_community.country.ini translated to Hebrew. Now it's not translated and fields are empty. I added a test translation in language overrides for Afghanistan and thus it is visible now.


- 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 2 months ago
  • Udi's Avatar
    Topic Author
  • Udi
  • Offline
  • Fresh Boarder
  • Posts: 52
  • Thank you received: 12
Licenses:
JomSocial Active

Thank you very much.

Worked wonderfully

Udi

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