Jump to content

Sonya*

Clients
  • Posts

    3,805
  • 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. I would go with Google Ad Manager or Revive Ad Server. There are tons of other settings you may need if you would like to run sophisticated ad campaigns. IPS will never get all the features the dedicated ad servers offer.
  2. Some common suggestions can be found here https://invisionify.com/blog/banner-advertising/ If you mean, you let AdSense add ads dynamically, then no. I would not do it, as this way you fully lose control. You also would not be able to reproduce what happens on the user's side. Or what your guests see. It can break your layout without you knowing about it, causing high bounce rates and a bad user experience.
  3. I can see ads on some of your pages AdSense needs some time to index your pages for the ads. It needs to inspect the content to know what ad would suit best your audience inside your content. That's why you would see a lot of blanks at the very beginning. Page impressions by IPS are just page views. This number does not tell IF the ad has been shown, it only shows how often the ad code has been called (loaded) by IPS. Even if the ad is outside of the viewport and could not be even seen, IPS will count a page impression for the ad. So, it is merely a page view rather than an ad impression. The real number of ad impressions is in your AdSense stats.
  4. 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.
  5. 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.
  6. Why? Are there any advantages of using OpenSearch?
  7. 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!
  8. 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.
  9. 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.
  10. 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
  11. 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.
  12. 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}
  13. {{$coverPhoto = $comment->author()->coverPhoto();}} <div class="coverphoto" style="background-image: url('{$coverPhoto->file->url}')"></div>
  14. {{$coverPhoto = $member->coverPhoto();}} <div class="coverphoto" style="background-image: url('{$coverPhoto->file->url}')"></div>
  15. @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.
  16. https://invisioncommunity.com/4guides/promotion/email-options-r24/#bulkmailer Wish fulfilled!
  17. 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 🙂
  18. 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.
  19. 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?
  20. 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.
  21. 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
×
×
  • Create New...