
-
opentype started following Pages page is missing its database after upgrade
-
Pages page is missing its database after upgrade
I found a pretty obscure bug. Not sure if it is worth investigating, but I describe it anyway. After the 5.x upgrade one Pages page with a database was showing blank. The linked database just wasn’t there when opening the page on the front end or the Page Editor. There was no way to rectify this, as there is no database widget anymore and the database and the page were already linked in the ACP. Eventually checking the MySQL table, I found that the linked page was actually set with the wrong ID, which explained the behaviour. And I am pretty confident that I know why it happened with just this specific database. In the past, I had created a new version of that database and then moved the old one to a new page URL and the new one to the old page URL that users and search engines were already using. (All using standard ACP functions of course) It seems that your new way of linking the page and the database picked up older page url entries without making sure the latest entry is being used. Maybe it’s worth checking those queries again, so this cannot happen. (I don’t need help with it for my community. I managed to fix it all on the database level.)
-
-
-
v5 Avatar in Nav Bar
It looks like you use the compact view. The normal view has large profile images, at least for the forums.
-
-
-
-
set database record link to canonical url
That shouldn’t matter. The search engine will just follow the link and find all the data it needs about canonical URLs at the target. Theme templates can’t be edited. Pages templates can still be edited.
-
set database record link to canonical url
You would have to customize the templates for the databases or blocks and turn (for example) {$row->url( "getPrefComment" )} into {$row->url()}. But what is the goal? Don’t you want to jump to recent content? Or do you dislike the link structure for some reason?
-
-
opentype started following Theme editor can’t be translated
-
Theme editor can’t be translated
This is the “view word keys“ view of the theme editor in the latest 5.x version: There are a few strings (like the first three) which can be translated, but the vast majority of strings in the entire theme editor cannot be translated – or to be more precise: translations aren’t actually used.
-
-
Moving attachments files to S3 stuck at 65.21%
The safer and much faster option is to move the files manually. You can connect to S3 storage with FTP apps and to the transfer this way. After that, you change the storage in the ACP without the optional background file move and you are good to go, with the option to switch back and forth should there be issues. And you have two backups of the files as well, unlike with the move action which will delete files at the source.
-
How to Embed YouTube Videos in Articles on Invision Community 5?
You don’t need to whitelist anything. YouTube and Vimeo are standard services. The embedding not working in the ACP sounds like a bug. You could add it to the 5.x bug tracker. It seems to work in 4.x. .
-
How to Embed YouTube Videos in Articles on Invision Community 5?
Just paste the browser URL for the video in the editor. You don’t need HTML code and shouldn’t use HTML code.
-
PHP Blocks - V5
Probably better to (have someone) create a custom app for your use.
-
opentype started following Styling issue on Profile
-
Styling issue on Profile
Those headlines on the profile page use different h tags. The reputation headline seems to use h2, the others h3. It’s not easily visible in the stock theme … … but very much so after styling changes to the h tags. That’s just one I noticed. Might be worth checking all the headlines on this page.
-
Vimeo embed looses Fullscreen option after posting
Update: This seems to be fixed now, but it is not retroactive. I need to remove the video and paste it again to see the fullscreen button.
-
Glitch with sidebar
Which page? I certainly know the issue, but the effect is only prominent when the existence of the sidebar depends on blocks rendered for specific user-groups not others, so I simply avoid that.
-
webp support in downloads app ver 4.x.x
Last version of 4. Yes, I have submitted the file and it is processed correctly.
-
webp support in downloads app ver 4.x.x
-
templates page unresponsive
I also see this Safari. I often have to leave this page because I can’t scroll and can’t see buttons anymore. I bet it’s the new code styling framework you added recently.