vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - Fluid YouTube/Vimeo BBcodes (auto-created) (https://vborg.vbsupport.ru/showthread.php?t=319623)

mrt12345 12-20-2015 02:10 PM

Quote:

Originally Posted by MarkFL (Post 2560831)
Does the Vimeo icon appear?

yes it works well i dont think it is the code.

MarkFL 12-20-2015 02:14 PM

Try uploading the icons again, and then clear your browser's cache.

mrt12345 12-20-2015 02:38 PM

ok i did and still did not worked for me but I renamed it yt.png and it worked . I swear i double checked everything and the path was correct and with a cache refresh. i guess it is just one of these days... but great mod it works thanks.....

MarkFL 12-20-2015 02:42 PM

Quote:

Originally Posted by mrt12345 (Post 2560838)
ok i did and still did not worked for me but I renamed it yt.png and it worked . I swear i double checked everything and the path was correct and with a cache refresh. i guess it is just one of these days... but great mod it works thanks.....

Well, while I have no idea why it didn't work with the original name, I am glad you got it to work. :)

mrt12345 12-20-2015 04:53 PM

Quote:

Originally Posted by MarkFL (Post 2560839)
Well, while I have no idea why it didn't work with the original name, I am glad you got it to work. :)


Thanks i just have one more question . when i post a video i just get a blank screen with a play button then i get a link to go here. i tried different formats and videos same results

https://support.google.com/youtube/a...er_error1&rd=1


any thoughts ?

mrt12345 12-20-2015 05:33 PM

Quote:

Originally Posted by mrt12345 (Post 2560845)
Thanks i just have one more question . when i post a video i just get a blank screen with a play button then i get a link to go here. i tried different formats and videos same results

https://support.google.com/youtube/a...er_error1&rd=1


any thoughts ?

ok it got it to work thanks. A bit cumbersome for users but ill put a help on the website some place .

MarkFL 12-20-2015 05:55 PM

Quote:

Originally Posted by mrt12345 (Post 2560848)
ok it got it to work thanks. A bit cumbersome for users but ill put a help on the website some place .

What was the issue? You should be able to just put the video id in between the tags.

MarkFL 03-17-2016 05:00 PM

Update - Version 1.5:
  • Template now cached.

MarkFL 05-02-2016 03:45 AM

Update - Version 1.6:
  • Added support for CMS previews.

Techno Cowboy 05-06-2016 11:30 PM

Thanks for the Product & Updates Mark!

Snowhog 01-01-2017 05:07 PM

Installed and tried it out.

The two new BBCode icons appear in the toolbar. I tried the YouTube one. Put in the YouTube video identifier code between the tags. In Preview all that shows is the video container; there are no buttons or anything else.

I've temporarily uninstalled the MOD, but would like to use it if you can help me to get it working.

vBulletin 4.2.3 Patch Level 2. We are running our site with SSL if that makes a difference.

MarkFL 01-01-2017 05:16 PM

Quote:

Originally Posted by Snowhog (Post 2580140)
Installed and tried it out.

The two new BBCode icons appear in the toolbar. I tried the YouTube one. Put in the YouTube video identifier code between the tags. In Preview all that shows is the video container; there are no buttons or anything else.

I've temporarily uninstalled the MOD, but would like to use it if you can help me to get it working.

vBulletin 4.2.3 Patch Level 2. We are running our site with SSL if that makes a difference.

Okay, the first thing I would try is change the "http://" in the BBCode replacement to "https://"...please let me know if that works.

Snowhog 01-01-2017 05:41 PM

Thank you.

Changing http: to https: in the Replacement code did the trick. I'm assuming I'll need to do the same for the Vimeo Replacement code as well?

Snowhog 01-01-2017 05:54 PM

The Vimeo Replacement code consists of:
HTML Code:

<br><div class="markfl_video_wrapper"><div class="markfl_video_wrapper_header markfl_video_gradient"></div><div style="background-color:transparent"><div class="markfl_video-container"><iframe src="//player.vimeo.com/video/{param}" frameborder="0"<p><a href="http://vimeo.com/{param}"></a> from <a href="http://vimeo.com/terjes"></a> on <a href="https://vimeo.com">Vimeo</a>.</p></iframe></div></div><div class="markfl_video_wrapper_footer markfl_video_gradient"></div></div><br>
What do we 'paste' between [MVIMEO][/MVIMEO]? Their URLs are constructed like YouTube videos. And, there appear to be categories which are part of the URL path to the video.

Nevermind! I had never been to vimeo.com before. If I enter a category and then select something, the format is https://vimeo.com/identifier. Looks like Vimeo is https: already, so no change to Replacement code needed.

Both BBCodes work nicely.

MarkFL 01-01-2017 06:06 PM

Quote:

Originally Posted by Snowhog (Post 2580145)
Thank you.

Changing http: to https: in the Replacement code did the trick. I'm assuming I'll need to do the same for the Vimeo Replacement code as well?

I will change both, and publish an update, so just wait until I do that, then download the update and install, and you should be good to go.

Quote:

Originally Posted by Snowhog (Post 2580146)
The Vimeo Replacement code consists of:
HTML Code:

<br><div class="markfl_video_wrapper"><div class="markfl_video_wrapper_header markfl_video_gradient"></div><div style="background-color:transparent"><div class="markfl_video-container"><iframe src="//player.vimeo.com/video/{param}" frameborder="0"<p><a href="http://vimeo.com/{param}"></a> from <a href="http://vimeo.com/terjes"></a> on <a href="https://vimeo.com">Vimeo</a>.</p></iframe></div></div><div class="markfl_video_wrapper_footer markfl_video_gradient"></div></div><br>
What do we 'paste' between [MVIMEO][/MVIMEO]? Their URLs are constructed like YouTube videos. And, there appear to be categories which are part of the URL path to the video.

You include just the video identifier at the end of the URL. :)

MarkFL 01-01-2017 06:22 PM

Update - version 1.7:
  • Added support for SSL.

Snowhog 01-01-2017 06:41 PM

Version 1.7 installed.

Thank you. Another nice addition to our Forum.:up:

MarkFL 01-01-2017 06:44 PM

Quote:

Originally Posted by Snowhog (Post 2580153)
Version 1.7 installed.

Thank you. Another nice addition to our Forum.:up:

Thank you for your valuable feedback and testing, which helped me make this product more useful as more folks are moving to SSL. :up:

Stratis 03-01-2017 05:11 PM

Tested in vb4.2.0 pl4 (https)
Cool and very useful. Thank you very much :)


All times are GMT. The time now is 01:01 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.03779 seconds
  • Memory Usage 1,766KB
  • 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
  • (2)bbcode_html_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete