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.

Upgrade jomsocial 4 errors

10 years 2 months ago
  • Luis D's Avatar
    Topic Author
  • Luis D
  • Offline
  • Fresh Boarder
  • Posts: 85
  • Thank you received: 0
Licenses:
JomSocial Expired

Good evening, I just installed the update jomsocial and have found some problems:

1. From a profile speech in Spanish can not edit the data, the button does not respond (I use google chrome)
2. It has been misconfigured by country
3. I believe that the texts are slightly adjusted
4. The idea of the tabs to videos, pictures and other modules is fine, but you can correct the way it looks?

Still, I congratulate you because there is a big step forward in Jomsocial. I love him.

For what it's worth, I made a backup with Akeeba Backup, ID. 174, if you should need to recover a file.

Attachments:
10 years 2 months ago
Licenses:

Hi, Luis.

Thank you for your kind words.

1. Please, elaborate about this issue as I'm not sure what is all about here.

2. You mean that country list is messed up?

3. Again, could you elaborate here?

4. Please, read this thread: www.jomsocial.com/forum/design-and-custo...debar-and-bug#119732


- 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
  • Luis D's Avatar
    Topic Author
  • Luis D
  • Offline
  • Fresh Boarder
  • Posts: 85
  • Thank you received: 0
Licenses:
JomSocial Expired

For the Spanish language appears in a different order Alphabetical

10 years 2 months ago
Licenses:

- 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 1 month ago
  • Luis D's Avatar
    Topic Author
  • Luis D
  • Offline
  • Fresh Boarder
  • Posts: 85
  • Thank you received: 0
Licenses:
JomSocial Expired

I have tried to solve all the problems myself, following the advice that is in the forum, but I could not fix it. Could you fix it? Thank you very much.

10 years 1 month ago
Licenses:

Hi, Lusi.

Not sure if methods valid 9 months ago will do the trick today... let Albertus to take a look on it...
If they are valid I'll help you to do that.


- 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 1 month ago
Licenses:

1. I put the css fix at:
/templates/gk_fest/css/override.css

#community-wrap button {
    width: auto;
}

#community-wrap button, #community-wrap input[type="submit"], #community-wrap input[type="button"]{
  padding: 0 11px;
}

#community-wrap select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
  line-height: normal;
}

#community-wrap .joms-checkbox span {
  margin-left: 17.653px;
  margin-top: 2.348px;
}

2. for country name I changed the code at:
/components/com_community/libraries/fields/country.php line 73 from
foreach($countries->country as $country){
    $countriesSorted[JText::_($country->name)] = $country->name;
}
to
foreach($countries->country as $country){
    $name = (string) $country->name;
    $countriesSorted[JText::_($country->name)] = JText::_($name);
}

3. see JavaScript so I fixing by using override:
/templates/gk_fest/html/com_community/layouts/profile/edit.php I remove this code from line 90
onclick="submitbutton('frmSaveProfile'); return false;"

4. www.jomsocial.com/forum/design-and-custo...ule-positions#120521

10 years 1 month ago
  • Luis D's Avatar
    Topic Author
  • Luis D
  • Offline
  • Fresh Boarder
  • Posts: 85
  • Thank you received: 0
Licenses:
JomSocial Expired

Hello, I upgraded to the latest version of jomsocial, and returns to give me trouble saving changes to edit my profile.

The problem seems to occur when I set the country selected "España" and try to save.

Thank you very much.

10 years 1 month ago
Licenses:

Hi Luis,

I reapply step 3 from my prev post. that fix not included yet.

Regards

10 years 1 month ago
  • Luis D's Avatar
    Topic Author
  • Luis D
  • Offline
  • Fresh Boarder
  • Posts: 85
  • Thank you received: 0
Licenses:
JomSocial Expired

I do not understand, what should I do?

Because, my understanding is that I should clear the code point 3, but not in the file.

10 years 1 month ago
Licenses:

Hi Luis,

I did it for you :)
in next jomsocial release, that fixes will be included. and I check your site, there is no issue anymore with edit profile.

Regards

10 years 1 month ago
  • Luis D's Avatar
    Topic Author
  • Luis D
  • Offline
  • Fresh Boarder
  • Posts: 85
  • Thank you received: 0
Licenses:
JomSocial Expired

Selecting "España" as a country, says "Profile unsaved. It has errors in the way."

10 years 1 month ago
Licenses:

Hi Luis,

I applied this fix:

This attachment is hidden for guests.
Please log in or register to see it.


for /components/com_community/libraries/fields/country.php

Regards

This message has an attachment file.
Please log in or register to see it.

10 years 1 week ago
  • Luis D's Avatar
    Topic Author
  • Luis D
  • Offline
  • Fresh Boarder
  • Posts: 85
  • Thank you received: 0
Licenses:
JomSocial Expired

After the last update has been returned to unset the countries list. It will appear messy and not in alphabetical order.

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