
Everything posted by Randy Calvert
-
Private Topics
Not trying to discount your idea, but doesn’t that go against the idea of a COMMUNITY? Shouldn’t a community be about meeting new people and sharing ideas as a group? This essentially would be like interacting via email. You have to know someone to interact with them. If this is super important, why not look at ways to make the PM system stand out more. For example add it as a link within the forum list below (just like you can make a forum link to an external site). Making a new feature that does 95% of what already exists while possible would most likely be a tough sell. Instead I would propose considering ways of making the existing system work more to what you need.
-
WebP and reprocessing images
No. It should automatically show up as an available file format when a user attempts to upload a picture. It won’t convert existing images but it will support a webp image being added.
-
Private Topics
This sounds like club like functionality. Create a space that is only accessible to specific people and allow them to communicate.
-
Links Directory
Damn he's good... it's like he's a wizard or something...
-
Admin Error
You're core_sessions mySQL table is crashed. You need to repair it using something like phpMyAdmin )or contact your host for assistance). Once it's repaired, it should start working again. And this is the correct spot to post for help. While you're welcome to purchase email support, posting here in many cases can be faster and allow for more assistance. If it's something private, just say so and an IPS staff member can open a ticket on your behalf. In the mean time, people like me (just another customer) can offer help for things as well that don't require us playing around in your instance.
-
Search option to search specific forum or subforum
You can already. Under "Content Type", click "Topics". Once you do, a "Forums" dropdown will appear below that will let you pick the specific forums you want to search.
-
Icone / badge color too light
The three yellow colors that you showed in the screenshot are all the same color. I pasted the image into Photoshop and matched the three different instances to the color code returned. My guess is that it APPEARS different because in the editor, you're seeing it against a dark background which makes it stand out more whereas against a light background, it's not quite as loud/pronounced.
-
Minimum Content to Display/Post setting not working
While it’s not possible to be proactively notified, in the moderator tools drop down is an option to view the moderator log for that thread. You can see any edits, etc.
-
dsds - does anyone know what causes this?
It seems like you have extra code added to parts of your site. It might be worth considering reinstalling your theme. If there are those cases that you're noticing, there is most likely a bunch more floating out there still to be discovered. Rather than playing whack-a-mole with this, just reinstall your theme.
-
Swap apps in licence
I don’t know and would not venture to guess and speak on their behalf. I would suggest making a request to the contact us page to the accounts team to make your case. That would give you an official answer. https://invisioncommunity.com/contact-us/
-
Swap apps in licence
I’ve been told previously that this was not possible.
-
Issues related to IPBOARD Migration toward subdomain
Awesome!! Glad you were able to get to the bottom of the issue!
-
Issues related to IPBOARD Migration toward subdomain
Make sure when you upload the file, you rename it to ".htaccess" with the period up front. I know when I download by default, it saves as htaccess with no extension. Also... if that does not work, edit the path to reflect your subfolder. You might need something like: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map|webp)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /communaute/index.php [L] </IfModule>
-
[Commerce]Fee for payment options
- Issues related to IPBOARD Migration toward subdomain
You can download the file from: ACP > System > Site Promotion > Search Engine Optimization Under "Friendly URLs" will be an option to download an updated .htaccess. Make sure it reflects your correct path if the one provided does not work.- Issues related to IPBOARD Migration toward subdomain
You need a .htaccess file in the communaute folder. Download the recommended .htaccess file and upload it (and rename it as appropriate).- Introducing Webhooks
In the screenshot posted, the very last item is nexusPackageItem_Delete so I would assume there is an added item as well. There looked to be more, but that was what was on the one page.- Introducing Webhooks
Correct. It’s available starting in 4.6.10. IPS won’t comment on when a new version is going to release, but they generally are doing monthly releases now.- Spam email
IPB itself does not have any insecure PHP mail calls. The only situation in which spam can be sent is if you leverage the Contact Us link. Spammers might use the contact us to send spam to administrators. (This is not sending spam to "the public", but instead the email is sent to whomever is specified as to inbound email address.)- Mobile App
Yes. Once you add it to the home screen, it should launch similar to an actual app. You can control for example if it show the browser back/forward/url buttons, what icon to show when launching, etc.- Files storage folder chmod issue
Take a look at: There is references to overwriting the default assigned permissions if needed. Normally your server will take care of this, but if there is problems, you can control it with a constants.php override.- iOS broken images
Actually I just looked at the page source... the broken image on that page is because of a 404. https://www.enotalone.com/uploads/monthly_2022_01/x977729E5-1DC6-40AE-8ACC-BE6316B598C3.thumb.png.116b1056940582a012c9940a4466c4ad.png.pagespeed.ic.sMdM5KcmmA.png it looks to be a problem with mod_pagespeed. This is a 3rd party server module outside of the IPS software. You would need to either disable mod_pagespeed or work with your host to troubleshoot it. mod_pagespeed serves different content to different browsers. This is why it's not happening across the board. I confirmed it's happening on not just iOS, but also on Safari on my MacBook Pro laptop. It appears to only be serving that version of the image to ANY Safari browser as it did not occur on Chrome.- iOS broken images
Once those are disabled, don't forget to clear cache on the device to confirm it does not keep trying to load a bad cached version! 🙂- Bug: Activity Stream Reports Wrong Person Uploaded Image
Scenario: In Gallery, an album is owned by MEMBER1. If that album is set to allow others to upload, any files uploaded by someone else show up in the activity stream as being added by MEMBER1. Steps to Reproduce: Create an album. In the album preferences, set "Submissions" to "Anyone can submit to this album". Upload an image into the album. (Note the user that owns that album and that first image) Confirm in the activity stream the ownership. (It will correctly report MEMBER1.) Login with a different account (MEMBER2). Upload an image into the album created earlier (owned by MEMBER1). Confirm the image is owned by MEMBER2. (this is correct) Look at the activity stream. All images are reported to being added by MEMBER1 even though MEMBER2 added an image. This also happens even weeks later if MEMBER1 has not logged in or done any activity in the album. It LOOKS like any activity in the album done by someone else is attributed to the album owner and not the image owner within the activity stream.- How to add member to moderation queue from frontend?
Issue a warning to the member. One of the behavior actions that can be applied with the warning is to moderate the posts. There is no default feature to one click moderate a member. You would need a plugin to accomplish this. You can also post in the feature suggestion forum if you would like to suggest a change. - Issues related to IPBOARD Migration toward subdomain