Jump to content

Sonya*

Clients
  • Posts

    3,766
  • Joined

  • Days Won

    29

 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. There is a way to add your own FURLs via AdminCP However, I am not sure, how and if it will work. There is a long-term bug persisting for years. I would still give it a try.
  2. Thanks, I am not comfortable editing files on the server directly 😄 I thought there would be a possibility to configure Elasticsearch as a multi-node via environmental variables shown above 😉 Elasticsearch is already running on my server, but it is a single-node now and the name of a node is randomly generated. I've got the name from logs. I wish I could define different nodes, one node per project, and name them myself.
  3. Why? Are there any advantages of using OpenSearch?
  4. 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!
  5. 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.
  6. 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.
  7. 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
  8. 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.
  9. 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}
  10. {{$coverPhoto = $comment->author()->coverPhoto();}} <div class="coverphoto" style="background-image: url('{$coverPhoto->file->url}')"></div>
  11. {{$coverPhoto = $member->coverPhoto();}} <div class="coverphoto" style="background-image: url('{$coverPhoto->file->url}')"></div>
  12. @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.
  13. https://invisioncommunity.com/4guides/promotion/email-options-r24/#bulkmailer Wish fulfilled!
  14. 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 🙂
  15. 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.
  16. 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?
  17. 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.
  18. 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
  19. 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.
  20. 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
  21. 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:
×
×
  • Create New...