Jump to content

opentype

Clients
  • Joined

  • Last visited

Everything posted by opentype

  1. Yeah, looks like your site was hacked and someone is stealing the user login data.
  2. 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}}
  3. 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.
  4. opentype replied to opentype's post in a topic in Marketplace
    Wrap it in {{ }}
  5. opentype replied to opentype's post in a topic in Marketplace
    You can just drop that in any template that is used for the view you want to change.
  6. 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”.
  7. 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.
  8. 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.
  9. 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.
  10. You mean like a Pages page or what page exactly?
  11. Yes.
  12. 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.
  13. 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.
  14. You would have to hire someone to create a custom plugin.
  15. 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.
  16. 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.
  17. 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.
  18. I don’t remember that this was ever possible.
  19. 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.
  20. Exactly! That’s why we would need to see a page to check what else is interfering.
  21. 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.
  22. 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?
  23. I could imagine that as a stand-alone template product if there is enough interest.
  24. To achieve what? What is it that you try to solve by opening up this functionality to your users?
  25. 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.