vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   vBulletin 5 Request - GifV BBCode help? (https://vborg.vbsupport.ru/showthread.php?t=322541)

jkotlowski 05-05-2016 12:00 AM

vBulletin 5 Request - GifV BBCode help?
 
Hi, I've got some members that want me to add a GifV BBcode to the site.

I've gotten a way to use gifV files, but there's an odd quirk.

http://i.imgur.com/zvATqgs.gifv

The .gifv has to be replaced with .webm in order for it to show. Which is a bit inconvenient for my users.


Code:

<video autoplay loop muted>
<source src="{param}" type="video/webm">
<source src="{param}" type="video/mp4">
</video>

This is the code I've found to work. Any idea on how to get it to work without having to use a .webm extension?

--------------- Added [DATE]1462414631[/DATE] at [TIME]1462414631[/TIME] ---------------

Also... If there's a way to automatically resize them if they're too big? A guy just used the above code to post a webM file on my site that was way, way too large.

Kane@airrifle 05-05-2016 06:06 AM

Got this working on a VB4 board...

PHP Code:

<video poster="//i.imgur.com/DGLfkZg.jpg" preload="auto" autoplay="autoplay" muted="muted" loop="loop" webkit-playsinline="" style="max-width: 100%; height: auto;">
  <
source src="//i.imgur.com/DGLfkZg.webm" type="video/webm">
  <
source src="//i.imgur.com/DGLfkZg.mp4" type="video/mp4">
</
video

PHP Code:

Usage:
[
gifv]zvATqgs[/gifv


jkotlowski 05-05-2016 10:46 PM

Quote:

Originally Posted by Kane@airrifle (Post 2570189)
Got this working on a VB4 board...

PHP Code:

<video poster="//i.imgur.com/DGLfkZg.jpg" preload="auto" autoplay="autoplay" muted="muted" loop="loop" webkit-playsinline="" style="max-width: 100%; height: auto;">
  <
source src="//i.imgur.com/DGLfkZg.webm" type="video/webm">
  <
source src="//i.imgur.com/DGLfkZg.mp4" type="video/mp4">
</
video

PHP Code:

Usage:
[
gifv]zvATqgs[/gifv


Thanks! That code specifically, just replaced any image with a gifv of John Travolta. But by replacing portions of the code with {param} I was able to get it working, and with a full URL instead of just the code. So thanks again!

Abominus 01-01-2017 06:07 PM

Could you tell me where to put what to get GIFVs working in my vBulletin 4 board?


All times are GMT. The time now is 06:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01159 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete