
Everything posted by opentype
-
Post or article with guest comment enabled
There is no specific database-setting for that. You can only turn commenting on or off, set group permissions who can comment and you can decide if all comments are moderated or not. There is no exception to have just guest-posts moderated for a specific database. For guest-specific settings, global posting settings would apply (e.g. Post before Register settings).
-
Preventing "Next Page" in posts (see content)
It’s from an editor button called “Page”. I don’t see it in your screenshot above, but you could check the permissions to make sure it’s not active for other user groups. If you don’t use that button, do you have bb code still enabled? It this case, you want to turn that off.
-
Social share not working
It’s not clear what you are asking. What’s “social share”? What are you trying to achieve and how?
-
Looks like Instagram embed is not working
The issue is probably in your Meta developer account. You have to prove your eligibility over and over again and go through a lengthy process to get the necessary permissions for individual services. I’ve given up on it. It’s just not worth it anymore.
-
Adjusting home button on mobile feature?
It’s the first link in the mobileNavBar template pointing to {setting="base_url"}. (Personally, I would rather reconsider the use of your homepage than trying to find every possible use of $base_url to manually override it.)
-
Auto send a private message to new users, its possible?
Earlier discussion ☞
-
Plugin/App update count value
- Cloudflare kills Files upload progress
I guess it was just a temporary caching or routing issue in connection with the server move. Everything is working fine now.- Plugin/App update count value
Anyone knows where this counter is stored in the database? With the Marketplace being removed and the plugins not having an update URL, this notification would stay there forever. I already cleared the update data in the plugins table, but the counter seems to be stored somewhere else.- Google doesnt index database articles
You can check in the Search Console. If there are technical reasons, it will say so. Or it will say “crawled, currently not indexed”, which means Google just doesn’t find the article relevant enough for search results. You can only influence that indirectly by promoting your articles organically. If Google sees that people find the article relevant, then it will be relevant for the index as well.- AWS Simple Email Service
It usually just works. Turn it on and then use the Test Settings button on the same page to send yourself a test email.- AWS Simple Email Service
Where? Your hosting usually comes with email sending capabilities initiated through PHP. Does that not work?- AWS Simple Email Service
Where are you hosted? What are your results with just PHP mail? Have you access to your DNS settings to optimize your mail delivery?- AWS Simple Email Service
That’s not much to go on. Please describe your needs. How much emails do you send per month? And what is you are struggling with currently without an external mail service? Do you hit send limits with your host? Do you have delivery issues?- Bug: Accepting guest cookies on a website with Discovery as homepage leads to empty page
I’ve reported this already in September in a reply, but it might not have gotten attention this way. Steps to reproduce: visit an Invision Community website with Discovery as the homepage (like the one I link with this topic) and stay on the homepage delete all stored cookies if there are any Reload the page so the cookie bar appears on the homepage. Click Accept Cookies Result: Cookies get saved but the activity feed is removed and a page with an empty body is loaded (see screenshot) I can consistently replicate this on all my communities with Discovery as the homepage. It only happens for the root page “/”, not “/discover/6/" or anything like that. The browser doesn’t matter. It does not happen on a website where Forums or Pages is set as default app. The URL looks like this index.php?app=core&module=system&controller=cookies&do=cookieConsentToggle&ref=aH… So, it seems to fail to forward the user to the previous page because no “page” is detected. It would be nice to have a fix in the 4.x line. After all, the homepage is the most typical place where people will accept the cookie bar and presenting them with an empty page is not a very good start to keep people on the site.- Cloudflare kills Files upload progress
Good idea! Thanks! I probably didn’t because I was originally sure it had to do with php.ini settings on my new server. It happened for all file sizes. The 100 MB limit is not a problem with reasonable php.ini settings so IPS uploads large files in chunks.- Cloudflare kills Files upload progress
That’s not it unfortunately. I never had Rocket Loader on. I didn’t even change anything on the Cloudflare side other than pointing the DNS settings to the new server.- Cross-posting of Articles into Forum topics
Exactly. That’s how it worked until Invision Community 3.x when everything was centered around the forums. Since 4.x, everything comes together on the Discovery feeds. That should be the place to discover new content. An Invision Community site where content needs to be discovered by browsing the forum index (and the need to click through individual forums and forum posts to get to articles, galleries or whatever) would be an awful user experience.- Cloudflare kills Files upload progress
I’m currently moving my communities to a new managed server and everything works fine or better, but I have one strange issue: On one installation, the Files app doesn’t show a progress bar for new file uploads when Cloudflare is active. It seems like Cloudflare is interfering with the ajax/plupload(?) functions in the background. If I set the Cloudflare project into developer mode the problem goes away. Anyone got any ideas how to resolve that or even just investigate it further? I’m not sure what calls the upload form is making in the background or which Cloudflare settings could be relevant.- Cross-posting of Articles into Forum topics
Might be a bug. I remember seeing that behaviour. Which defeats the purpose of having a forum discussion for the article to begin with. People see a topic and can comment it, but they have to open the link first to read the article and then come back to use the full forum features for the discussion. It’s a mess. Like I said: it’s a legacy feature. It causes more harm than good.- Enable / Disable Club features
- Commerce Automatically Taking Payment
Unless you are talking about credits, this should already be an option as part of the Payment Methods settings. Depending on the provider, there are different settings for automatic renewals (on, off, user-choice), saving payment details (to allow automatic payments) and so on. If all of that is turned off, it should just create an invoice and not take money automatically.- [Pages] Editing database templates
It’s on your screenshot. You click the ‘New button’ under the stock templates and then choose a type. Here is an older topic where I reported these problems: https://invisioncommunity.com/forums/topic/465169-pages-templates-“revert”-button/ The labelling of the buttons is now better, but there is still no way to revert Pages templates like theme templates.- [Pages] Editing database templates
This function is unfortunately flawed in Invision Community 4.x. You should never touch the original templates and instead create a custom version first. Of course that is of little help if you already changed the stock templates. It really needs a revert button. Maybe in 5.x?- How to export Blogs to Pages?
It’s not possible without someone coding a custom converter or doing it all manually. But IPS has already indicated that their apps will come closer together in the 5.x product line. So, maybe if you wait, IPS will make that happen in the future. - Cloudflare kills Files upload progress