Jump to content

Daniel F

Invision Community Team
  • Posts

    6,581
  • Joined

  • Days Won

    37

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Daniel F

  1. Pixar Movie GIF by Walt Disney Studios

    Some suggestions:

    • There's no need for the Uninstall Extension because they're going to be automatically removed as long as they're correctly associated with the app.
    • The part inside marktopic_hook_code_forums_modules_front_topic::manage would probably be better suited inside Topic::_setBreadcrumbAndTitle . Keep in mind that people could have more then one app/plugin with a hook overriding or adjusting the title.
    • I would probably also use a better(unique) name for the _sendNotification method which is added to the existing class via a hook to not have to worry about any other plugin or we at IPS adding a method with the same name;)
    • Same with the _deleteOldNotifications method.

      TBH, I would probably even move the 2 methods ( and everything else what's called inside the methods which are called direct via an action like the _checkAndSaveMarker method into the Topic Item class instead of the controller! 

     

  2. 6 minutes ago, OptimusBain said:

    Thanks a lot for the great plugin, much appreciated. May I ask a quick question? Does it support 4.6? I saw it as a new release but it says that it only supports 4.5. Maybe the 4.6 compatibility was not marked when uploaded @Runar

    When I search for mark topic on my ACP, it won't show up. It seems that it's only displaying tools that are compatible with 4.6 and since the plugin is tagged for 4.5, it won't show up 😞

    It wasn’t reviewed yet. There’s a really huge backlog from over the holidays which we’re cleaning up slowly. 

  3. We would need to look further into this for you, however the access details on file appear to be incorrect. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. 

    We look forward to further assisting you. 

     

  4. 1 hour ago, Troy Shaffer said:

    Hello,

    I changed / updated member groups (both primary and secondary) for specific members via my Admin Control panel.

    Initially, all was well. All the changes / edits appeared in my members' accounts like I expected they would. 

    However, after logging out and back into the ACP, the members' accounts had reverted back to their original settings. This has happened twice now.

    What am I missing? Is there a setting somewhere? Am I correct in assuming I can change these groups as the super admin for the site?

     

    Thanks in advance. 🙂

    Do you see any related changes in the Member History? 

  5. 36 minutes ago, NZyan said:

    Tried it, didn't work.

    Does Elastic.co need Private API key or Public Search key in order to work?

    They provided a sample API call – which worked when I sent it from the shell:

    curl -X POST 'https://[ENDPOINT]/api/as/v1/engines/[INDEXNAME]/documents' \
      -H 'Content-Type: application/json' \
      -H 'Authorization: Bearer private-[KEY]' \
      -d '[
            {
              "id": "park_rocky-mountain",
              "title": "Rocky Mountain",
              "description": "Bisected north to south by the Continental Divide, this portion of the Rockies has ecosystems varying from over 150 riparian lakes to montane and subalpine forests to treeless alpine tundra. Wildlife including mule deer, bighorn sheep, black bears, and cougars inhabit its igneous mountains and glacial valleys. Longs Peak, a classic Colorado fourteener, and the scenic Bear Lake are popular destinations, as well as the historic Trail Ridge Road, which reaches an elevation of more than 12,000 feet (3,700 m).",
              "nps_link": "https://www.nps.gov/romo/index.htm",
              "states": [
                "Colorado"
              ],
              "visitors": 4517585,
              "world_heritage_site": false,
              "location": "40.4,-105.58",
              "acres": 265795.2,
              "square_km": 1075.6,
              "date_established": "1915-01-26T06:00:00Z"
            },
            {
              "id": "park_saguaro",
              "title": "Saguaro",
              "description": "Split into the separate Rincon Mountain and Tucson Mountain districts, this park is evidence that the dry Sonoran Desert is still home to a great variety of life spanning six biotic communities. Beyond the namesake giant saguaro cacti, there are barrel cacti, chollas, and prickly pears, as well as lesser long-nosed bats, spotted owls, and javelinas.",
              "nps_link": "https://www.nps.gov/sagu/index.htm",
              "states": [
                "Arizona"
              ],
              "visitors": 820426,
              "world_heritage_site": false,
              "location": "32.25,-110.5",
              "acres": 91715.72,
              "square_km": 371.2,
              "date_established": "1994-10-14T05:00:00Z"
            }
          ]'

     

    That's their documents api  https://www.elastic.co/guide/en/app-search/current/documents.html for their app search service, which is something else!

    IPS is utilising their Elastic REST API which works as explained in https://invisioncommunity.com/forums/topic/464712-setup-elasticsearch-with-elasticco/?do=findComment&comment=2875516

  6. No, it's not needed.Here's what I'm using and which is working just fine:

    1. As domain use the endpoint which you got from them.
    2. constants.php needed 2 new constants:

    define('ELASTICSEARCH_USER' ,"elastic");
    define(	'ELASTICSEARCH_PASSWORD' , YOURPASSWORD);

    where YOURPASSWORD is the one which you got while setup up everything ( you can reset it in the security section if you want an unique one for the elastic user)

    CleanShot 2021-12-21 at 10.37.40@2x.png

     

  7. 30 minutes ago, SeNioR- said:

    This wasn't fixed in 4.6.9 sometimes?

    https://invisioncommunity.com/release-notes/

    • Fixed some missing rel=nofollow attributes on add new content links.
    • Fixed an issue where editing anonymous items could change the author.

    Few instances were fixed, but this one was indeed missed.

    Thanks for the report @Gabriel Torres, I have fixed it for an upcoming release:)

     

  8. On 11/13/2021 at 4:57 PM, Fernando Mercês said:

    Here's a few:

    • Rate courses.
    • Tests / scoring.
    • Enrollment (like joining a club).
    • The possibility of accessing lesson 2 only after finishing lesson 1, like Udemy does.
    • Embed videos (YouTube, Vimeo, etc).
    • Top students (highest score).

    I consider a basic LMS a must in today's world. People need to share stuff. The pandemic ruined lots of face to face businesses, but e-learning courses increased massively.

    Thanks,

    Fernando

    Could you explain the tests part?  Like a quiz feature for specific lessons ?

  9. 8 hours ago, DuskFall976 said:

    So, when I upload and overwrite my old files it asks me to install the software again. I have a backup created so I didn't lose anything though.

    Have you really only overwritten the existing files or replaced the old directories with the new uploaded ones( some FTP clients do this with a cryptic confirmation message)

×
×
  • Create New...