I have an Issue with announcements. When i post a announcement in a published group, the users cannot read the announcement, instead there is a message " We are sorry, this group is not published yet"

    michigeissler
    Hi
    All the language values are defined in the /language/en-GB/com_community.ini
    File you can change all the message from this file Or you can also make an override in the Joomla language override options.

    Regards

    Thank you, but the issue is not the language of the message. I do not understand why you think that
    this is my issue?

    My issue is that announcements within a group, which is marked as published in the backend,
    cannot be viewed. Instead i get a message that says that the group is not published.

    I attached a screenshot of the backend that shows that the group is published,
    and another screenshot of the message that shows up instead of the announcement.

    I hope this helps you understand my issue.

      michigeissler
      Hi
      Kindly edit fields in first post and submit a temp super user login details for staff.
      I will have a look on this issue.

      Regards

      Hello,

      Our developer wrote to me, that this issue is caused by the enabled option " Search engine friendly (SEF) URL"
      in the Backend of Joomla (Version 3.9.27).This bug should be fixed by the Joomsocial Team.

      Here is his detailed answer ( i translated it with google translator):
      "Internally, JoomSocial uses the static method JRoute :: (), which is set to 'search engine friendly URL' in our configuration.
      The links for the announcements (aka bulletins) are provided by the class
      CRoute generated using the static method '
      ' which is implemented in the file components / com_community / libraries / core.php.

      In line 1407, the static method '_' of the JRoute class is used internally to generate the URL.
      The input 'index.php? Option = com_community & view = groups & task = viewbulletin & groupid = 2 & bulletinid = 2 & Itemid = 136'

      is used by JRoute :: _ () in
      '/index.php/de/component/community/groups/viewbulletin/2-infos-zu-tag-1?groupid=2&Itemid=136'

      transformed.

      As a result, 'bulletinid = 2' is removed from the URL and used in
      '2-info-to-day-1' converted.

      However, there is no reverse conversion anywhere, so the line
      1786 in the viewbulletin method in the file
      components / com_community / views / groups / view.html.php
      does not get a valid bulletinid and consequently an empty bulletin
      loads without a valid groupid.
      The invalid groupid leads to the fact that no suitable group object is loaded and thus the variable 'published' is evaluated as 'false'
      which in turn triggers a redirect with the displayed error message.

      The Joomsocial should test their software with the option 'Search engine friendly URL' activated. "

      Kind regards

        michigeissler
        Hi
        It's working fine with SEF on without replica steps and site information it's hard to assume the issue. Kindly provide site information or you can make a test on our demo site and let me know the step and issue.
        At the moment it's even clear what exactly issue as no site Information and steps.
        Regards

        5 days later

        for some reason our url has the pattern

        .../index.php/de/groups/viewbulletin/2-infos-zu-tag-1?groupid=2&Itemid=136

        The part 'component / community /' is missing on the demo page.
        If you remove this part from the URL

        .../index.php/de/groups/viewbulletin/2-infos-zu-tag-1?groupid=2&Itemid=136

        there is no error.
        We are going to clone the website so we can give you a super user access. But that will take a while .
        Or does the information above regarding the url make it clear what the problem is ?

        Kind regards
        Andrea Leidel

          michigeissler The part 'component / community /' is missing on the demo page.
          If you remove this part from the URL

          It's no missing. We have Jomsocial front page memu type as default so it work like this. Make sure you have the same menu type and re build menu items. All toolbar memu item load under front page.

          Ninja locked the discussion.
          Write a Reply...
          You need to Login to view replies.