Jump to content

Sonya*

Clients
  • Posts

    3,825
  • Joined

  • Days Won

    30

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Sonya*

  1. Hi, I get an error after clicking on Newsletter in Notifications in AdminCP: The error is: TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given (0) #0 /var/www/vhosts/example.com/httpdocs/applications/core/modules/admin/membersettings/notifications.php(185): in_array() #1 /var/www/vhosts/example.com/httpdocs/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\membersettings\_notifications->edit() #2 /var/www/vhosts/example.com/httpdocs/applications/core/modules/admin/membersettings/notifications.php(38): IPS\Dispatcher\_Controller->execute() #3 /var/www/vhosts/example.com/httpdocs/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\membersettings\_notifications->execute() #4 /var/www/vhosts/example.com/httpdocs/admin/index.php(13): IPS\_Dispatcher->run() #5 {main}
  2. {{$coverPhoto = $comment->author()->coverPhoto();}} <div class="coverphoto" style="background-image: url('{$coverPhoto->file->url}')"></div>
  3. {{$coverPhoto = $member->coverPhoto();}} <div class="coverphoto" style="background-image: url('{$coverPhoto->file->url}')"></div>
  4. @Gabriel Torres, just found some fancy extensions how people can do it https://chrome.google.com/webstore/search/fonts generator😉 So, it will be difficult to prevent them to use it.
  5. https://invisioncommunity.com/4guides/promotion/email-options-r24/#bulkmailer Wish fulfilled!
  6. I cannot find any info, what version of Elasticsearch is recommended for Invision Community? There is a long list with different versions and I would like to have one with the least issues 🙂
  7. I have created a database on invisionify.com/test-database for you (only for Admins, please log in to reproduce the following bugs): Required field Storage place never throws an error and saves the 0 value without warning. It is always preset with 0. Even if 0 is emptied, the record is saved with 0. The same for the field Price. Select sort by and see another bug, where the field Storage Place field is duplicated with sort_cms_custom_database_12.field_50 in the list of fields. (Hint: only reproducible if you set a database to sort by this field in AdminCP) Try to sort by Price. The sorting order will be 3.00, 11.00, 5.00, and 10.00. It should be 3.00, 5.00, 10.00, 11.00. Or vice versa if descending. Try to sort by Custom and deselect Special offer in the modal view. You will not be able to deselect. (Hint: only reproducible if you add filters block to the page) You are free to change the database, add records, edit, delete, remove and add blocks, everything you like. The database is only for Administrators.
  8. It is a localhost. You can see test data on the screen that are not available to the public. Should I upload a database attached above to one of my live communities and fill it with test data?
  9. The field Published on the screen above can not be changed. The switch from yes to no does not work. Nothing happens if I click on it.
  10. In case you would like to look into it, there are other issues with Sort By: https://invisioncommunity.com/forums/topic/466814-custom-sort-the-value-cannot-be-changed/ https://invisioncommunity.com/forums/topic/466813-filter-database-and-sorting/ https://invisioncommunity.com/forums/topic/466403-pages-sorting-by-price-and-number-field
  11. Create a custom Yes/No field in database Sort by Custom. In the modal window the value of the Yes/No field cannot be changed. The field is set to No per default.
  12. Filter and sorting by functions on database listing templates are weird. Create a custom field Yes/No on the database and Allow filtering. Add a filters block to the page. Make your selection in the filter block and click Update Select in SORT BY menu another sorting The filter is still set, but is now no ignored See a video to understand the bug: screencast-invisioncommunity.com-2022.04.18-10_39_34.webm
  13. This is not solved for me on 4.6.12.1. It is still sorted by first character instead of numbers. See the Price column below:
  14. I have figured out, that sortBy links do corrupt ipsGrid as well. ipsGrid and ipsPatchwork are not redrawn when using sorting links in the table header.
  15. While it is possible to solve it within template using a lot of PHP and heavy customizing, I would not do it. The best way would be a custom widget, based on Similar Content widget. This widget pulls all the items containing the same tag(s). You would create your own, add some filters, like categories and sorting (e. g. by popular). The widget I refer to is applications/core/widgets/relatedContent.php
  16. I use a patchwork list in the listing template for the database. It works. The only issue I have is when I use table sorting the patchwork items disappear. I have to reload the page to see them. See the video below: screencast-localhost-2022.04.17-12_22_57.webm The template for the database listing I use is attached. Is it an issue with sorting and ipsPathwork UI? How can I solve it? patchwork_listing.xml
  17. I cannot see Database Filters block if a database is set to Show records like articles. When I change the database to show a record list, then the block appears. How to reproduce on a fresh install with default Articles database Add a Yes/No custom field to the database and enable Allow filtering Add Database Filters block to the page via Block Manager. Block is shown. Change the Database index to Show records like articles. Block disappears.
  18. Just to mention. I have not found a trigger for "when a CMS record is published". Everything can be prepared in Pages: topics, posts, events, blog entries, files, gallery images, members, comments, reviews etc. If there were a trigger to create another item when the record is published, then this would solve this topic as well. This way we could schedule anything just by creating records in hidden databases and setting a future published date. Unfortunately, it is not possible with Zapier. I have ended up writing a custom app to accomplish it.
  19. They had indeed 150000 hours to develop all the features they had in the last 6 years. There were plenty of them. If they had implemented this one and had abandoned another one in favor of this, then there would be another suggestion topic. The topic with the feature that had been abandoned because of this one. And the customers complain the feature has been ignored for years. 😉
  20. It's not fair what you say. They listen and have to decide what to develop first. Imagine, they have a long list of features and requests. They cannot implement all of them at once. They have to prioritize. Some of the features are at the end of the list. And probably will not be implemented ever. That's life. And while they are developing one feature all others should just wait (waiting is different from being ignored). Errors are solved in the Help & Support forum. I have not seen one that has been ignored. I use the support forum a lot and the most errors I have reported have been solved in the next release. I wish there were a feature for everything I will ever need. And that - out of the box. I have to admit, there is no software out there that has it. I can complain, I can demand, I can develop or job out mods, I can use workarounds, I can make feature suggestions and wait. There are a lot of ways. But saying they ignore and they would listen only to Cloud customers is just not fair.
  21. Then good luck and patience while waiting for solution 🙃
  22. I would contact the developer of the mod first. If there is an issue, it would help him to fix it (not only for you but for everyone). If the developer does not react at an appropriate time then ask for a refund by IPS.
×
×
  • Create New...