Jump to content

Sonya*

Clients
  • Posts

    3,890
  • Joined

  • Days Won

    34

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Sonya*

  1. Hi,

    I have a technically very (very-very) inexperienced customer. He will host his community in IPS Cloud. No domain so far. He is afraid that he will not be able to set up the domain to point it to IPS Cloud. He asks me where to register the domain.

    From your own experience, can you name a domain provider (providers), whose configuration of the A records, MX records, DKIM, and whatever is needed has the least hassle? Would you recommend one, or is it completely irrelevant which provider he takes?

    Thanks.

  2. I have a Pages database where products are stored. 

    I have defined two fields of type Number: Storage Place and Price. Both fields are required.

    The list of what is not possible with the fields:

    • Sorting by these fields in record listing does not make sense as it sorts by characters and not by numbers
    • Required does not make sense, as the fields are always pre-filled with 0  and stored with this value without an error message

    The database to reproduce the behavior on default Pages templates is attached.

    The values I have entered to test are on the screenshot. This is a result of sorting by Storage Place. Sorting by Price does not change the order. 

    screenshot-2022_03.24-08_11_13.png.7e083eb50beb1a772916c15f31ead3a2.png

    Note: I know a technical background why this does not work. Please see this as a report from an end-user who tries to set up this kind of database in Pages.

    Large_database.xml

  3. In Pages, we can create a field with a type Number. The field is created as VARCHAR in MySQL. This does not allow us to sort by this field with correct alphanumeric order.

    The sorting by this field results in:

    • 1
    • 10
    • 2
    • 42
    • 9

    You have to cast the values if ordered by this field

    SELECT * FROM table_name ORDER BY CAST(field_name as SIGNED INTEGER) ASC

    EDIT: I mean the sorting in record feed block or getItemsWithPermission.

  4. 19 hours ago, Jordan Miller said:

    Love our drag and drop feature.

    I love it too, but I wish we could get more areas to drop. And we could mix one-column, two-columns, three-columns on one page.

    • Add widgets below the title (between the header and main content)
    • Add full width widgets (above and below main content, including sidebar)
    • Add widgets in two columns side by side, e.g. hot topics and new topics in two columns above or below the forum index.
  5. 2 hours ago, Matt said:

    improvements to the discussion engine

    2 hours ago, Matt said:

    reporting content and members

    Allow guests to report content providing e-mail and add a spam protection to it.

     

     

  6. 16 minutes ago, DawPi said:

    Just FYI

    I know. I have it 😄 But my customer - not.

    This was a suggestion for default feature. Not linking to itself is the that tiny missing part that prevents us to create wikis, dictionaries and even more with Pages and integrate them in the whole suite just out of the box. 😊

×
×
  • Create New...