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.
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
Hi, Luis.
Hmm.... try this:
www.jomsocial.com/forum/profile-universa...6652-countries#87249
www.jomsocial.com/forum/technical-issues...n-country-list#99127
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.
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;
}
foreach($countries->country as $country){
$countriesSorted[JText::_($country->name)] = $country->name;
}
foreach($countries->country as $country){
$name = (string) $country->name;
$countriesSorted[JText::_($country->name)] = JText::_($name);
}
onclick="submitbutton('frmSaveProfile'); return false;"
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.
Hi Luis,
I applied this fix: