Ashish

Send private message

You must be logged in to send a private message.

Group membership

Activity

  • Ashish replied on the discussion topic elgg 3 how to make default site notification on
    Wow, Thanks RvR!!! view reply
  • Ashish replied on the discussion topic elgg 3 how to make default site notification on
    Hi Thanks @iionly and @RvR -- i tried following your inputs, but its xml giving error, please find below screenshot, any help will be really appreciated! i created folder named "notifications_defaults" in mod then created... view reply
  • Ashish replied on the discussion topic elgg 3 how to make default site notification on
    Hi Again if i add your given code into /mod/notifications/start.php will that work? view reply
  • Ashish replied on the discussion topic elgg 3 how to make default site notification on
    Ok.. thanks, as such i am not a tech so i will try making a custom plugin,   on the other hand, cant i simply add these codes on any existing path of .php file?   Thanks again Cheers! view reply
  • Ashish added a new discussion topic elgg 3 how to make default site notification on in the group Elgg Technical Support
    Hi All How can we notifications of user for site active by default?
    • Firstly, the start.php file is no longer necessary in all cases for Elgg 3. In this case here you don't need it. It should work without the file being present.

      Secondly, I see no obvious error with the manifest.xml file. The name and file permissions seem alright. Maybe it's a matter of text encoding within the file. Are you sure that you have only the following within the file

      <?xml version="1.0" encoding="UTF-8"?>
      <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
          <name>Notification Default Settings</name>
          <id>notifications_defaults</id>
          <author>Your name</author>
          <version>1.0</version>
          <category>enhancement</category>
          <description>Set default values of site and email notification user settings to on.</description>
          <copyright>(c) Your name</copyright>
          <license>GNU General Public License version 2</license>
          <requires>
              <type>elgg_release</type>
              <version>3.0</version>
          </requires>
      </plugin_manifest>

      with no empty line in the beginning?

      Which text encoding have you saved the file with? If your editor has the option to save in different encodings you should use "UTF without Byte Order Marks". Especially "without Byte Order Marks" (BOMs) is important as there are likely errors if Byte Order Marks are included in the file (these are invisible characters at the beginning of the file).

  • Ashish commented on the plugin Checkin
    Hi no i have installed it via softaculaous on shared hosting server, i shared you more details via pvt msg. request to please check. Thanks in advance.
  • Ashish commented on the plugin Checkin
    Hi Please see below screenshot on how its coming Will share you more details in pvt msg if you can Please help.. i am still learning.  Thanks Thanks
  • Ashish commented on the plugin Checkin
    hi i just intalled elgg 3. This plugin needs photos plugin but unable to find photo plugin for elgg3, can you please guide how do i make photo upload non-mandatory?