Hi,

I need to get the multi-languages working correctly. It’s been driving me crazy for weeks. I need to have en-US as the default language, and also Spanish. I set up 5 languages, and all of them work except Spanish. I set-up everything according to your instructions, and created menus, templates, and modules for each language, but can’t get Spanish working for some reason. All of the other languages work fine. I don’t know if it is something wrong with the settings, or with the Spanish language extension. Is there any way someone can look at it and tell me what’s wrong?

Also, I need some custom work done, if you are interested. My budget is $200 if you can do it.

I added a built-in module position to the right side of the profile page (joms-profile-right). It works fine for modules, but I also want to be able to publish the jomsocial plugins in it. I also added the following code into the position to display the plugins, but what other pages do I need to edit? I can probably figure it out myself if I know what pages to edit.

<div class="joms-module__wrapper"><?php echo $profileRightTop; ?></div>
<div class="js_profile_side_top"><?php echo $profileRightTopStacked; ?></div>
<div class="joms-module__wrapper"><?php echo $profileRightBottom;?></div>
<div class="js_profile_side_bottom"><?php echo $profileRightBottomStacked; ?></div>

I also need to modify the “Customize My Page” to show the new position, and allow users to add plugins in the position, and I also need to make a plugin for the new position on the profile page, that will display logos for the social networks, and link to the users sites the they put in their profile details. I want it to look like the module I currently have displayed on my profile page, but it only works for my site, not individual users.

The plugin would be a great addition to Jpmsocial, and hope you could create one, but I do need it as soon as possible, so I am willing to pay extra to make one.

Please get back to me as soon as you can, and let me know if you can help me with any of this. Thank you.

Brian Anderson

    Ninja changed the title to Spanish language .

    brianja89117
    Hi
    All pages layout files are defined in /com_community/templates/jomsocial/layouts/groups/
    same for other views.
    You can make changes there.
    I am afraid JoomlArt does not offer custom work services as your request are personal customization and need dedicated developer to work on this.

    About the language, it must be error on your language files, Please check the spanish language file values it must be same syntax used like in default English, if there is any error, the file will not be used and system will show site in EN language.

      I found an error in the language file on line 324. When I remove the href, it works fine. Do you know what the correct code would be? It should be updated on the language extension.

      COM_COMMUNITY_GROUPS_DISCUSSION_EMPTY_WARNING="No hay debates <!--en este grupo--> todavía. <!-- ¿ Por qué no <a href=\"QQ"%s\"QQ">creas uno?</a>-->"

        brianja89117
        Hi
        You can see it in Default English language.
        Here is correct code

        COM_COMMUNITY_GROUPS_DISCUSSION_EMPTY_WARNING="There are no discussions <!--in this group--> yet. <!--Why don't you <a href=_QQQ_%s_QQQ_>create one?</a>-->"
        9 days later

        Ninja

        Thank you. I fixed the Spanish translation, but I’m still confused about where to add a new plugin position.

        I see how to do most of it. For example, on the profile page, the Sidebar Top Stacked position is:
        <div class="js_profile_side_top"><?php echo $sidebarTopStacked; ?></div>

        And on the plugins.xml file, there are options:
        <option value="sidebar-top-stacked">Sidebar Top Stacked</option>

        What I can’t figure out, is where is $sidebarTopStacked defined or whatever it’s called? I’ve been searching for weeks, but can’t find that page.

        And also, where is the layout for the “Customize My Page”? On the page profile.editlayout.php it only has a table:

        <table>
        <tr>
        <td width="75%"></td>
        <td width="25%"></td>
        </tr>
        </table>

        If you can tell me where these two things are located, I can do the new plugin position myself, and then I’ll have to hire a programmer to create the plugin.

        Thanks.

          brianja89117

          Hi
          There are different files used for each layout view,
          open components/com_community/templates/jomsocial/layout/
          there are all the files for example /groups folder has all file in which th position defined.
          for profile view. open the profile folder base.php file

          Please open a new post for different topic questions.

          Regards

          Write a Reply...
          You need to Login to view replies.