![](http://media.invisioncic.com/a319035/monthly_2021_08/twitter-os.png.431bc2d6f08604713721551828d7289d.png)
Everything posted by opentype
-
Security breach at Login.php
Yeah, looks like your site was hacked and someone is stealing the user login data.
-
[Pages] Database registration field
Normally, you would wrap it in an IF query: {{if $variable}}{$variable}{{endif}} This can still cause problems with some fiel types, since they can return something even if nothing was added to the field. The better solution is to define the output in the field settings itself. There you can check for content like this: {{if $formValue}}{$value}{{endif}}
-
Newsletter Signup Widget
My guess: You are subscribed to the newsletter, so you don’t see the widget. That’s normal. You need to unsubscribe in the settings to actually see the widget working.
-
Pages SuperGrid support
Wrap it in {{ }}
-
Pages SuperGrid support
You can just drop that in any template that is used for the view you want to change.
-
Our Picks to single column
That’s already the default behavior for the our picks page. It just depends on how much space there is available. This page uses 3 columns: https://invisioncommunity.com/ourpicks/ The templates for the Our Picks page are visible in the theme when searching for “promotePublic”.
-
Our Picks to single column
It is a little tricky. It’s a “masonry” layout created dynamically with JavaScript. Would be easy to mess this up and cause more harm than good. Personally, I would just keep it the way it is. The dynamic layout makes good use of whatever space is available. Forcing one column only introduces new problems, e.g. images which get super thin when the height is fixed or super high when the aspect ratio is fixed.
-
How to find a custom page ID to style single page
In that case, you don’t need to identify the page at all. Just create a custom CSS in the template section and then activate that CSS for the page. All overrides in that CSS will only apply to the one page (or multiple selected pages) this way.
-
NEW Stripe checkout supports SCA + chargeback protection
Yeah, I asked both IPS and Stripe support and didn’t get a clear yes or no, but leaning towards “no”. Stripe support also said, based on my ratio of normal and disputed transactions, it wouldn’t make much sense. But then again, the worst part for me might be the injustice, not the financial loss. You offer a service, people buy it and use it, and then they just take their money back, plus generating a further loss through the chargeback fee. And then you invest even more time trying to gather all the evidence to fight the dispute, with a fat chance of loosing. I wouldn’t mind paying higher fees to have this out of my life.
-
How to find a custom page ID to style single page
You mean like a Pages page or what page exactly?
-
Twitter Default Image
Yes.
-
Twitter Default Image
If you set up a sharer image, this will be used. If you have no sharer image, the social network may or may not try to find something else. A third-party options is the following, which will take an attachment from the topic.
-
Urgent help! Company Directory
Yellow Pages and SuperDirectory are based on IPS’ Pages app. Think of them as a styling optimized for directories. You will not gain functionality as you would with an app that is specifically coded to be directory.
-
Commerce, How to auto add customer into group
You would have to hire someone to create a custom plugin.
-
Pages SuperBlocks (Support Topic)
You can change the blog-specific image settings for the plugin from “show all” to “auto”, which will show less of the hi-res images. Unfortunately, there aren’t any thumbnails available as for Pages for example.
-
Php Error Message
It’s a community forum. Official IPS support is only guaranteed through support tickets. So all answers here are purely voluntary and a favour of other Invision Community users. We will decide if it’s worth our time to answer and we also might consider HOW the questions is asked. The tone on of certain people here might not be all that motivating to give helpful answers. But anyway: In the end, all of these functions are possible attack vectors. For potential attackers (just like potential burglars) its usually a case of “once you’re in, you’re in”. There is nothing specific that happens, when you leave your backdoor open and there is nothing specific that happens to have these commands active. But IF they are being used in a malicious way, then the results are potentially very serious. Essentially, your server can be taken over and used for all kinds of bad things. So if your site doesn’t need those functions anyway, it’s best to have them disabled. It’s highly appreciated that IPS has a warning function for that.
-
Non ASCII characters in URLs (transliteration) yes or no?
There is no right or wrong way. It’s a veeeeeery long transition period and providers have do decide whether they want to push forward or play it safe. This includes the example of posted links like %E3%82%A2- . The providers where you still see that will also sooner or later move over to links that don’t use URL-encoding anymore.
-
Are public polls no longer possible?
I don’t remember that this was ever possible.
-
Subscriptions conundrum after upgrade to 4.5
Yeah, the concept of “expirations” in Commerce is seriously flawed in general and doesn’t work as one would expect. You are stilled locked into that product even after the expiration, which leads to all sorts of problems, both for the newer subscription system as well as the product subscriptions in Commerce. If you use the search function, you can find many complaints about it.
-
[Pages] image float in records
Exactly! That’s why we would need to see a page to check what else is interfering.
-
[Pages] image float in records
Yes, it should float automatically. If it doesn’t work for you, something in your theme might override it. But it’s completely impossible to tell unless you provide a link where we can see it happening. The code you showed in the first post also cannot work, since the image sits in the cCmsRecord_image container. Floating it INSIDE it won’t create a float in relation to the text.
-
NEW Stripe checkout supports SCA + chargeback protection
Is this a thing now? If I click the Get Started button here, I can apparently activate it for my account, but is IPS actually processing the charges in the required way now?
-
Pages SuperBlocks (Support Topic)
I could imagine that as a stand-alone template product if there is enough interest.
-
Add editor backend review (WYSIWYG code review)
To achieve what? What is it that you try to solve by opening up this functionality to your users?
-
Users cannot delete self uploaded images?
Are you talking about editor attachments as in the forums or the Gallery app as in the link? For attachments, it’s a member group setting: BTW: The linked topic is talking about the process of mass-deleting, not being able to delete images.