XF 2.3 Install app tutorial video

Kadim

New member
On my forum site, the tutorial video in the ‘install app’ button is not playing. What could be the reason for this?
 
Are you using any CP add-ons?
Close your site then temporary put this in your /src/config.php and see if you have the same issue. If not then it is an addon.

$config['enableListeners'] = false;
 
The video is called add_to_home.mp4

The default video is located at \styles\default\xenforo\add_to_home.mp4 .
But you upload your own and change the URL at style-properties/group&group=basic#sp-publicPwaInstallVideoUrl .

View attachment 313779

You may try installing this option if you can't get it to work.

The PWA settings are here
 
It does depend on which version of xenforo you use.

The "video" in XF 2.2.13 is a hard-coded GIF (styles/default/xenforo/add_to_home.gif). If it's not displaying on your site, it might be due to a customization issue. Additionally, it should only display on iOS as the install process works differently on other platforms.

In XF 2.2.14, this will be changed to a proper video which can be customized via a style property. This change has been deployed here already.

some good posts here ... like you can change the PWA install video URL
 
The videos I uploaded directly to messages are not working. I just noticed this. Videos from YouTube and similar platforms work, but the ones I uploaded directly do not.
IMG_1932.webp
 
Back
Top Bottom