Jump to content

bfarber

Clients
  • Posts

    163,911
  • Joined

  • Days Won

    346

Reputation Activity

  1. Thanks
    bfarber got a reaction from ASCB in Include image URL in RSS feeds   
    Actually, I did some research and RSS has an enclosure tag which can be used to link to media. We'll review this suggestion further for a major release.
  2. Like
    bfarber got a reaction from Afrodude in Pages Plugin Block   
    Make a topic feed instead of a post feed in that case.
  3. Like
    bfarber got a reaction from sobrenome in Multiple servers behind load balancer   
    We do this with our Community In The Cloud offerings, so I can assure you it's doable. You'll want to store datastore data either in the database or in Redis, and use S3 to store your uploaded files, but otherwise it's pretty straightforward.
  4. Like
    bfarber got a reaction from sobrenome in Improvements for the app Gallery   
    During submission you can manually upload a thumbnail of the video. There is no capacity (yet) to automatically extrapolate frames for thumbnails.
    You can adjust the caption of the image during submission.
     
  5. Like
    bfarber got a reaction from Gowtham in Planning to Change the domain name   
    The steps here can be followed for changing your domain name as well. You will need to request a URL change in your client area to update the registered URL for your license before re-entering your license key in the ACP (we make special provisions for things like changing http to https or adding "www." at the beginning of your domain, but if you move to an entirely new domain you'll need to update your license with us to let us know).
    With Google, if you use webmaster tools you'll need to register your new URL there and follow the steps they provide.
    Otherwise old URLs will automatically redirect to the new location so long as your old domain is still pointed to your community installation.
  6. Like
    bfarber got a reaction from Morgin in Spotify embed not working   
    The URL we tested with previously is embedding just fine for me without editing any files.
    Test here:
     
  7. Like
    bfarber got a reaction from opentype in cms request   
    I went to create a brand new category in a Pages database, and this is the default for the template options:

     
    As far as I can tell there's no "bug" here. For some reason your client has a custom template applied to every category, instead of letting the category inherit the template defined at the database level. We already have an option to inherit the template, and it is the default when setting up a new category, so as far as I can tell what you are requesting is already present and how things work out of the box.
    If you can reproduce a specific bug let me know, but right now I'm not seeing any problems.
  8. Like
    bfarber reacted to Adriano Faria in Side Bar   
    All you have to do is remove all widgets from there. It won’t show anymore. 
  9. Like
    bfarber got a reaction from sobrenome in 4.5 is now released.   
    This is a support issue and I would recommend submitting a ticket. Specifically, it sounds like some of your javascript is not loading correctly or is causing an error. Running the support tool in the AdminCP may resolve the issue for you.
  10. Thanks
    bfarber got a reaction from Josiah Wallingford in Discord Oauth 2 Login & Registration Avatar   
    I've responded to your other topic on this question.
  11. Thanks
    bfarber got a reaction from AlexWright in Streams - Saved Streams?   
    They show up automatically here.
  12. Like
    bfarber reacted to marklcfc in Reputation area   
    Never understood why there's no link to the posts that have reputation? It just takes you to the first post every time, same on every version.
    This area https://invisioncommunity.com/profile/62-matt/reputation/?type=forums_topic_post&change_section=1
  13. Like
    bfarber got a reaction from hmikko in [4.5] Anonymous logon   
    We evaluated the behavior extensively and decided that the option is best served as an account option rather than a session option. This allows your preference to persist as long as you wish, and to persist across different devices.
  14. Thanks
    bfarber got a reaction from Colonel_mortis in \IPS\Http\Response doesn't play properly with HTTP2   
    I've raised your suggestion internally for further consideration.
  15. Thanks
    bfarber got a reaction from Saurabh Jain in Alternate button colors   
    You can use different ipsButton_* classes for different colors.
    ipsButton_normal ipsButton_primary ipsButton_important ipsButton_light ipsButton_positive ipsButton_negative ipsButton_veryLight
  16. Like
    bfarber got a reaction from Chris89 in Detect a mobile device   
    There's no way to do this in PHP with stock code. Your options are
    1. You can reference \IPS\Session::i()->userAgent and based on the browser or platform property, determine yourself if you consider it a mobile request.
    2. You can use javascript and check ips.utils.responsive.currentIs('phone') which is determined based on responsive breakpoints rather than the platform.
  17. Like
    bfarber got a reaction from sirspider in URL redirect removing "do=" action?   
    When logging in to the AdminCP, do parameters will be stripped from the URL. This is intended to help protected administrators from making unintended changes on their site by following a link (or being redirected) from a malicious source.
    We may be able to revisit this behavior in a future release now that stronger CSRF protections are in place. In the mean time, your only option would be to use a custom controller and put your actions in the manage method.
  18. Like
    bfarber got a reaction from sound in Please add Unsplash to 4.5 Stock Photos feature   
    We may add an API to add support for Unsplash but haven't yet.
  19. Like
    bfarber got a reaction from GazzaGarratt in 4.5 is now released.   
    This is a support issue and I would recommend submitting a ticket. Specifically, it sounds like some of your javascript is not loading correctly or is causing an error. Running the support tool in the AdminCP may resolve the issue for you.
  20. Like
    bfarber got a reaction from Noble~ in Please add Unsplash to 4.5 Stock Photos feature   
    We may add an API to add support for Unsplash but haven't yet.
  21. Like
    bfarber got a reaction from sobrenome in Spotify embed not working   
    https://open.spotify.com/oembed?url=https://open.spotify.com/album/2oj3FG6fos7zAQJxLQGzou?si=3U-Q9qrJTTOXXzOmgii39g
    Their oembed endpoint is down.
  22. Thanks
    bfarber got a reaction from Axel Wers in Where in ACP can I manage gallery albums? [IC 4.4.10]   
    If you need to mass move albums from one category to another, you can click the dropdown arrow next to a category and choose to "Move/Delete Content".
  23. Thanks
    bfarber got a reaction from Kyle F in Multiple Subscriptions image scaling   
    You can't with the image dimensions and styling that you are using.
    By default we use background-size: cover which means that the image will fill the available area and be clipped, and that's what you are seeing.
    If you don't (or use other another background-size value such as "contain"), then the image will be displayed within the area and not be clipped, so you see a letterbox effect (bars on the sides, or with different dimensions potentially on the top/bottom). You can change the background color, but you can't change the effect.
     
    Long story short, if you want to use two subscriptions and have the "cover" effect, you should adjust your images to better match the display dimensions.
  24. Like
    bfarber got a reaction from abobader in Search Bar Location   
    There is an open bug report related to compiling themes using the visual theme editor not working correctly. We will investigate it for an upcoming maintenance release.
  25. Thanks
    bfarber got a reaction from abetts in Search Bar Location   
    There is an open bug report related to compiling themes using the visual theme editor not working correctly. We will investigate it for an upcoming maintenance release.
×
×
  • Create New...