Jump to content

Nathan Explosion

Clients
  • Posts

    7,150
  • Joined

  • Days Won

    129

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Posts posted by Nathan Explosion

  1. You're using native JS - ${variable} would be fine if jQuery wasn't already using $.

    Change a line

    13 minutes ago, Saurabh Jain said:

    userInfoElement.textContent = `Logged-in Member ID: \${memberId}, Name: \${memberName}`;

    And then it works fine, depending on where you put it

    image.png.c60284c9ed631f6695141e12bf30f416.png

     

     

    9 minutes ago, Saurabh Jain said:

    am using in pages

    WHERE in Pages? More detail, not scraps...

  2. 2 hours ago, Saurabh Jain said:

    is this correct

    Have you tried it yet yourself? What were the results, if you did?

    You've given zero indication about where you are planning to use that so it is difficult to say if it would be correct. More detail is always better than...

    Anyway...this JS will work, depending on where you put it.

    const memberId = ips.getSetting('memberID');
    const userLink = document.getElementById('elUserLink');
    const memberName = userLink.textContent.trim();

     

  3. And I am showing him where he can find the URL for the RSS feed of a page when it is being viewed, which is what he was originally asking for and wasn't ever actually answered in a clear statement

    On 12/4/2024 at 2:56 PM, tpasa said:

    But I can't find my RSS URL to send to Baseball Reference. 

     

  4. 33 minutes ago, tpasa said:

    I'm going to assume the link I provided is the RSS feed URL for that forum and that I will need to submit each forum RSS feed URL.

    This is the forum: https://forum.orioleshangout.com/forum/3-minors

    Now, scroll all the way down to the bottom of the page:

    image.thumb.png.2441348ab9c476cb75a7e702e423ae61.png

    That is the link to the RSS feed for that forum.

    It will be the same place on each page if an RSS feed exists for it - it's down there in the footer area.

  5. And seeing as staff can view who the author is (via that eye) then nothing extra is being presented here that isn't already available via that method.

    And disabling the "Can view anonymous author info?" mod permission results in the hiding of both the eye and the 'edited' information.

  6. And now tested...anonymous user unable to edit their own post, as far as I can see, so not sure how they've ended up in the situation the poster mentions (same user posted all three of the below, and is being used to attempt to edit)

    image.thumb.png.1211f094bd5024fc37b9d9a051c02714.png

  7. Just now, Marc said:

    As said, I have brought it up as a bug report

    Good because that is what they are reporting - not that someone else has edited it, but that the anonymous poster has edited it.

    On 10/20/2024 at 12:11 AM, Mick23 said:

    In addition, if a user edits their anonymous post it will show their user name in the edit message.

    Anyway - was just correcting the 'quoted' confusion.

    Off I head to test it out now...

     

×
×
  • Create New...