Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

  • Beginning Developers

    Beginning Developers

    This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking

Activity

  • Kosula replied on the discussion topic Problem with https
    Ok i Fixed it. When somebody will have problem like me - you must edit file: elgg-config/settings.php In this file i had $CONFIG->wwwroot wrote with "http" - sould change it on https view reply
  • Kosula replied on the discussion topic Problem with https
    There are no solution for me In this articles. Css files loded correctly - i can load them in browser from link. But everythink is lodaded in source code with http.... i think there is a bug in code of elgg. I cant even see any SSL... view reply
  • Kosula added a new discussion topic Problem with https in the group Beginning Developers
    Hi, I have problem with https protocol. When I wrote in htacces code to force https my site is shown with secure ssl in theadress bar but dynamic lincs have "http" protocol in content of the site and I have mixed content error in consol...
    • There are no solution for me In this articles.

      Css files loded correctly - i can load them in browser from link. But everythink is lodaded in source code with http.... i think there is a bug in code of elgg.

      I cant even see any SSL options in panel admin of elgg - have version 5.0.0. Dont know if in this version there are no this options?

      I use this below code in htacces to force ssl but I think this is not the problem

      RewriteEngine On
      RewriteCond %{HTTPS} !=on
      RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    • Ok i Fixed it. When somebody will have problem like me - you must edit file:

      elgg-config/settings.php

      In this file i had $CONFIG->wwwroot wrote with "http" - sould change it on https

  • Kosula replied on the discussion topic Exposing pages through Walled Gardens
    ok this working fine. Now the problem is status of the blog post. Posts with "public" status are shown right way! Thank you! view reply
  • Kosula replied on the discussion topic Exposing pages through Walled Gardens
      Nikolai Shcherbin, yes I tried this way as you wrote. But when I made this like this way still cant get to this section on site when log out and still is error shown that dont have permission BUT there isn't login section. So... view reply
  • Kosula replied on the discussion topic Exposing pages through Walled Gardens
    Thank you for your respond. So I must for example for the path view:object:blog add below code in elgg-plugin.php - or my understanding of this problem is horrible wrong? elgg_register_route('view:object:blog', [    ... view reply
  • Kosula added a new discussion topic Exposing pages through Walled Gardens in the group Beginning Developers
    Hi, I found exposing method to expose pages through walled garden here - https://learn.elgg.org/en/stable/guides/walled-garden.html There is code: elgg_register_route('my_plugin:public_page', [ 'path' =>...
    •  

      Nikolai Shcherbin, yes I tried this way as you wrote.

      But when I made this like this way still cant get to this section on site when log out and still is error shown that dont have permission BUT there isn't login section.

      So making this like you wrote only makes that login section isn't shown but still cant see the content.

    • ok this working fine. Now the problem is status of the blog post. Posts with "public" status are shown right way!

      Thank you!

    • Of course, blog posts with a non-public access level ('status' you mentioned) will not be displayed even if you're going to cancel the walled garden 

  • Kosula replied on the discussion topic editing styles
    ok thanks. Firstly to do this is important to turn off cache :) I made it right but cache on was the problem :) view reply