Jump to content

Todd R

Clients
  • Posts

    16
  • Joined

  • Last visited

 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 Todd R

  1. Sorry for continuing this topic as I don't really see how to message the support team directly or provide feedback.

    Another issue that I discovered is the "recent activity" panel is not very accurate (discovered while testing this).  If, in fact, it was the system that pruned these users as followers, there is not a trace of it anywhere that I can find.  That would be very useful information to have!

     

  2. I set up a new forum (self-hosted) for a client at the start of 2023.  Using the Bulk Followers plugin, they are adding people as followers of certain forums so they get notifications to new posts, rather than relying on them to do it (this is a members only forum so they aren't intentionally spamming people.)

    On several occasions they have had several people "drop" from following a forum.  Today was an example - there should have been 47 people following a forum, but when they checked before a post (which they are doing because they don't trust things at this point), there were 17.  So they added those people back as followers so they would be notified of an important announcement.

    I compared the list of the people who remained on the list to those who had dropped and had to be added back.  The main difference I could see is that those who had been dropped from following have never logged into the site yet.  Those who hadn't been dropped from following had all logged in.

    I checked the prune settings for Notifications and it shows the "Remove Follows" as 365 days, with the "never" not checked (see attachment).  So this tells me it's not the culprit.  But could it be?  Should this be set to "never" to make sure it never does?  It's the only thing that makes sense to why this is happening.

    Thanks for your thoughts!

    Todd

     

    Could contain: Page, Text, File, Webpage

  3. We have a lot of forums that our users subscribe to for email updates and as of now, the only way to tell what forum the message came from is a small grey line that says "Posted in xxx" within the body of the message.

    I'd like to see the ability to either choose how you want the subject to appear (Board name, forum name, topic, poster, etc), or to fully customize the subject line.  Right now I can edit the value for the mailsub__core_notification_new_content setting to show the name of the board in the subject by using the following:

    [{setting="board_name"}] {$content->mapped("title")|raw}

    But apparently there isn't an equal variable that I can pass to show the name of the forum.  This is my goal for my emails:

    • [Forum Name 1] Here is my topic
    • [Forum Name 2] Here is another topic
  4. So I had Friendly URLs enabled.  When I upload the .htaccess file, I get a 500 error and can't get see the home page or the CP.  When I rename the .htaccess file (so it doesn't exist), then I can get into the CP.  Strange.

    Also, when clicking around the CP, a lot of links aren't working.  For instance, I get an error message trying to access the log files.

    I feel like there is something simple that is missing.

  5. 10 hours ago, Daniel F said:

    Did you just change the URL of an existing instance?

    • Did you truncate the data store?
    • Have you also also changed the base url in the confit file? 

    This was a new installation.  So I believe the URL was set for me in conf_global.php (the value for "base_url" is correct anyway).  I only changed the CP URL ("CP_DIRECTORY") in the constant.php file.  Nothing else is in there.

    I did not do anything to the data store.  Is there some place i can go to purge that?

  6. So I'm setting up a new self-hosted installation of an Invision Community forum module (my last one was a number of years ago).  However, I’m running into a few issues that I can’t figure out / remember how to solve.
     
    Before I get into it, I want to make clear that I did change the URL to the admin CP (via a newly created constants.php file).  However, since I’ve done that, several of the basic links are no longer working.  For instance, if I arrive at the sign and click on the link for “Existing User > Sign In” link, then enter my login information in the drop down, I get an error message that the requested URL was not found.  The requested URL was https://xxxxx.com/login.  
     
    Besides that (which is important to fix)….
     
    1) This forum is only for members (no guests).  So if someone arrives at the forum and isn’t logged in, I don’t want to show a blank “Forums” title, but instead show the login page.  I have this set up on my other forum but can’t remember how to do that here.
     
    2) There are a few other links that are broken, even after you are logged in.  For instance, the main menu shows a link for “Calendar”, and that comes up with a “URL was not found” message.
     
    3) Is there a way to remove the “Powered by Invision Community” text at the bottom of the pages?  Personally I feel like this is a bit of a security issue.
     
    Thanks in advance for any assistance!
×
×
  • Create New...