Everything posted by sobrenome
-
4.7.0 Beta available now
I will miss the SQL tool box. It is a downgrade unfortunately. I hope IPS reconsider this move backwards.
-
OpenSearch Set up
I have set compatibility mode on. Now it's running! I guess that last time the access policy to the domain was the issue, even if security group and VPC access were ok. Thanks!
-
OpenSearch Set up
Thanks! Yes, you are right! 7.10! Sorry about that. I will set up a new instance and update here. Should I have to turn on "compatibility mode" to communicate the instance as Elasticsearch 7.10?
-
OpenSearch Set up
Unfortunately it's not working. I have set a new OpenSearch 1.0 instance with the same settings of my old Elastic Search 6.7 and I get this error: The server did not return the expected response. Check Elasticsearch is properly installed and accessible from your web server. If you visit the provided URL in your browser you should see details about the installed version. Notice that OpenSearch 1.0 is the latest version and is based on ElasticSearch 7.1.
-
Fetching an first image from a topic for JSON Schema
Very nice suggestion!
-
Voice message feature
We need audio and video to go along to text communication.
-
HumpDay: Similar Content, ActivityStreams uses Elasticsearch
So after the upgrade of IPS to 4.6.9 I will have to upgrade my AWS Elastic Search 6.8 to the latest version os AWS Open Search, right?
-
Google Core web vitals
Please give it priority! Thanks!
-
Voice message feature
Yes, please!
-
AggregateRating Schema to record pages 4.6.8
It is not a support demand, it is just to know how the new Pages feature will behave before upgrading. The manuals were already upgraded to explain the new Pages feature? Thanks.
-
Google - Invalid object type for field "itemReviewed"
Thanks! I will check it!
-
AggregateRating Schema to record pages 4.6.8
IPS 4.6.8 added AggregateRating Schema to record pages. I have been using my custom schema on templates, like this one: {{\IPS\Output::i()->jsonLd['article']['about'] = array('@type' => 'PhysicalActivity', 'category' => 'StrengthTraining', 'image' => array('@type' => 'ImageObject', 'url' => (string) \IPS\File::get('cms_Records', $record->field_107)->url, 'height' => '800', 'width' => '1200'));}} Will the update impact on my Pages templates?
-
Editable Gender List
-
Edit Content within Moderator Approval Queue
Nice! And we still does not have moderation to wiki databases….
-
Cloudflare Stream Video Attachments
Nice! This could come with the new Gallery app!
-
SEO feature: implement IndexNow support
If we use Cloudflare that already uses IndexNow, how would behave an IPS IndexNow under layed?
-
Add font-display: swap to fonts.css
Nice! Just added it!
-
Add JSON Schema for Pages App and other rich snippets!
-
Elasticsearch Version 7 & IPB?
-
Google - Invalid object type for field "itemReviewed"
Hello @Andy Millne! I don't know if I am wrong, but I have realized that when review is on for Pages database, there is no $record->rating_hits, only $record->record_reviews as long as the rating stars will be based on the reviews, so the rating hits are the same as the record reviews. Is that right? So I have used record reviews for ratingCount and reviewCount. {{\IPS\Output::i()->jsonLd['article'] = array('@context' => 'http://schema.org/', '@type' => 'Product', 'name' => $record->_title, 'image' => 'https://cdn.mydomain.com/ ' . $record->record_image, 'brand' => array('@type' => 'Thing', 'name' => $marca['nome']), 'aggregateRating' => array('@type' => 'AggregateRating', 'ratingValue' => $englishrating, 'ratingCount' => $record->record_reviews, 'reviewCount' => $record->record_reviews), 'offers' => array('@type' => 'AggregateOffer', 'lowPrice' => $lowPrice, 'highPrice' => $highPrice, 'offerCount' => $results_number, 'priceCurrency' => 'BRL', 'availability' => $availability));}}
-
Google - Invalid object type for field "itemReviewed"
@bfarber could help? @Jim M?
-
Google - Invalid object type for field "itemReviewed"
How to get the number o ratings and the number of reviews on Pages? $record->numberOfRatings() or $record->rating_hits are not working.
-
MariaDB 10.5
Running 10.5 with no issues so far. Waiting for 10.6 support on RDS.
-
MariaDB 10.5
Have you jumped already?
-
Mariadb - which version to use
I am also interested in this upgrade from 10.4 to 10.5. Waiting for replies.