Jump to content

Sonya*

Clients
  • Posts

    3,860
  • Joined

  • Days Won

    31

 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. Can somebody help me to understand how Elasticsearch should be configured on the Plesk Server with Docker extension? The goal: using Elasticsearch for multiple IPS communities. Questions: 1. In AdminCP, I have to configure Elasticsearch Index Name (It is important to use different index names if multiple Invision Community installations are using the same Elasticsearch instance). In Plesk I see this: Where Elasticsearch Index Name is configured? Is it a container name, volume mapping or environment variable? 😵 2. Right now, Elasticsearch does not run. The error is: at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes] must be configured What of these variable must be configured and what values should be used if multiple communities are supposed to use elasticsearch. Thank you!
  2. It would be nice to have the same functionality we already have for venues. Select from an existing list If not listed, display required fields for the record Upon saving both records are saved.
  3. This is not about guests, but about how IPS is designed. See the page: _https://irosacea.org/subscriptions/ When you click on one of the Subscribe now buttons, you will be redirected to the Checkout page. The URL of the Checkout page contains the invoice number in its URL, e. g. _https://irosacea.org/checkout/XXX/ and this invoice (XXX) is already created before you even start to fill out the Checkout form. So it is not that users submit invoices without filling in the information. They will not be able to proceed without filling out the information. This is the IPS that creates the invoice as soon the page is just shown to the user. It is just too early. If a user is just curious about what happens after clicking on Subscribe now, the invoice is already generated for being curious. Theoretically, the bots can generate invoices as well. Just by crawling all URLs on the site.
  4. It would be a nice solution. But it works only partially. A user without HTML and Pages templates knowledge, will not be able to create a page that looks nearly the same as the default. WYSIWYG blocks do not have a background. Long texts placed within a page without a background do not look right. Reported here
  5. I do use ipsMenu UI widget for this I am afraid the behavior is hard-coded in IPS JavaScript. I will look into it next week, as I am not on my desktop now.
  6. 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}
  7. {{$coverPhoto = $comment->author()->coverPhoto();}} <div class="coverphoto" style="background-image: url('{$coverPhoto->file->url}')"></div>
  8. {{$coverPhoto = $member->coverPhoto();}} <div class="coverphoto" style="background-image: url('{$coverPhoto->file->url}')"></div>
  9. @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.
  10. https://invisioncommunity.com/4guides/promotion/email-options-r24/#bulkmailer Wish fulfilled!
  11. 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 🙂
  12. 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.
  13. 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?
  14. 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.
  15. 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
  16. 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.
  17. 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
  18. 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:
  19. 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.
  20. 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
  21. 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
  22. 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.
×
×
  • Create New...