vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   BB Code Enhancements - Embed XHTML valid YouTube and Google Video into your posts (https://vborg.vbsupport.ru/showthread.php?t=130868)

KipLarson 03-30-2007 02:42 AM

So there is no way to get it to work on vBadvanced? i.e. if I make a post that goes into the news module on the front page (and I put a youtube video in it) the youtube video will not show up on my main page?

icemanic 03-30-2007 11:02 AM

Quote:

Originally Posted by TrekkerOfFiles (Post 1211193)
I installed this but it only has the Google icon, no YouTube icon. :(

me too!!!

anyone know Y ??????

CADguru 03-30-2007 08:53 PM

Quote:

Originally Posted by icemanic (Post 1216021)
me too!!!

anyone know Y ??????

Just right click and save the icon from the first post and then upload to the /images/editor folder.

I used the modified file from confus on previous post #232 and it works perfectly (3.6.4) :up:

LateralG 04-01-2007 05:20 AM

installed! and..op.. been a fan for "finalgear" for a while!

v12kid 04-01-2007 05:23 AM

installed and working, thanks!

Annie^.^ 04-02-2007 03:07 PM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1209387)
<< installed
working great in 3.6.0 and 3.6.5
thanks and great job!! :D


yah me too!! would love and appreciate if someone can say how to get this working in the QR box. :)


Yes I was looking for the same thing but I was dissapointed that this functions is not available. I'm not a programmer but i did some digging in the codes and I was able to make it appear in the Quick Reply ......


Template to edit
Show Thread Templates ---> showthread_quickreply

Find:
Code:

<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>
After add:
Code:

<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_youtube"><img src="$stylevar[imgdir_editor]/youtube.gif" width="21 height="20" alt="$vbphrase[youtube]" /></div></td>

        <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_gvideo"><img src="$stylevar[imgdir_editor]/google.gif" width="20" height="20" alt="$vbphrase[google]" /></div></td>

Make sure your images are in the your custom style Editor folder too :)
I hope this helps.

mlk_f1 04-09-2007 11:42 PM

Anyone find out how to disable this feature in the signature posting editor yet?

rknight111 04-10-2007 02:51 AM

I installed on my board today, I run 3.6.5 and It works with no problems. I have one question when people go on Youtube or Google even if there is 3 or 4 people at the same time does my board slow down..

Great Mod..

RON

Viper007Bond 04-11-2007 11:58 PM

Quote:

Originally Posted by rknight111 (Post 1223791)
I have one question when people go on Youtube or Google even if there is 3 or 4 people at the same time does my board slow down..

No, nothing is being loaded off your server but a few lines of HTML. The video is being streamed off their servers.

qcho 04-12-2007 05:09 PM

Works Great!!! Thanks !! :D

tehPARADOX 04-14-2007 06:48 AM

Quote:

Originally Posted by RidinHighSpeeds (Post 1121079)
Now if I submit my reply without entering in a title within the tags, it does not display the video.

I am having this particular problem, & although you've replied to it; it didn't really address how to fix this issue.

Perhaps you or the plugin forgot to add in the custom BB code for YouTube Video with No Title, such as the Google's Google Video with No Title BB code. So posting a youtube video without title will not display.

EDIT: Did a complete uninstall and reinstall, now missing custom bb code is added. Not sure why it didn't have it in the first place, so please disregard this post.

yaworski 04-15-2007 08:10 PM

This is great but you should consider adding something like this:
Add this to the <tr> where the flash object is in.
Code:

style="display: none"
and add this just after that one (that with flash object)
Code:

        <tr>
                <td onclick="this.parentNode.style.display = 'none'; this.parentNode.parentNode.getElementsByTagName('tr')[0].style.display = '';">
                Click here to display the video.
                </td>
        </tr>

I tested it on FF2.0 and IE7 and this works good. Don't know if it works on IE6 yet, because I don't have it anymore. Opera should be fine.

I checked this on FF with Temper Data extension (shows requests that are made by FF) and the flash is not loaded when it is not displayed (display: none) and loads just after clicking on the predefined text. I know that not everyone will want that change so maybe you could add this as an alternative version? This would save users some bandwidth when they open thread with many videos (not everybody wants to watch all the videos).

----edit----

Oh and one more thing. I think that using opaque wmode in flash is slightly faster than transparent (it doesn't need to check if flash has transparent parts). This still works like transparent in context of dynamic html (works well with z-index).

taumau 04-17-2007 04:21 PM

How about DailyMotion videos? :(

Viper007Bond 04-19-2007 01:25 PM

Quote:

Originally Posted by taumau (Post 1229815)
How about DailyMotion videos? :(

Sadly the embed code has nothing in common with the URL in your address bar, so it makes it rather hard for the average user.

Da`Nacho 04-21-2007 05:14 AM

Great work, but you need to make this more aware of vBulletin's NOPARSE bbCode.

I've noticed from your example page that you don't seem to be aware of it either. (You've got spaces in your example bbcode to avoid parsing instead). If you wrap code in [noparse][/noparse] tags then vBulletin will not parse any bbCode commands inside them. This was added in 3.5.x and up. It's VERY handy for showing examples to your forum members! :)

I've noticed (when citing examples for the members of my forum) that if you wrap your bbcode (gvideo] or [youtube] in noparse tags, and you have a Youtube or Google URL inside, the Google Video or Youtube document id will still be parsed out of it and displayed instead of the entire URL.

so for example:

[noparse][youtube]http://www.youtube.com/watch?v=XhgVIbO83o4[/youtube][/noparse]

will actually display

[noparse][youtube]XhgVIbO83o4[/youtube][/noparse]

tanyeri24 04-27-2007 11:17 PM

Quote:

Originally Posted by Breathex (Post 1166205)
i also need this as soon as possible please

here too

VG Pros 05-06-2007 04:48 PM

I installed this on 3.6.5 and when I highlight the url and then click on the YouTube button it says it puts [youtube]http://example.com[/youtube]. Then I post it and all I get is a link. Then I went to edit it and this is what it looks like:

[youtube]
[/youtube]
[youtube][url]http://www.youtube.com/watch?v=Q7Us6a-8cck[url][/youtube]

Queball_Beast 05-08-2007 01:15 AM

I too am having this same problem with 3.65 is there a fix for this or a reason why it is happening?
:confused:
Quote:

Originally Posted by VG Pros (Post 1242546)
I installed this on 3.6.5 and when I highlight the url and then click on the YouTube button it says it puts [youtube]http://example.com[/youtube]. Then I post it and all I get is a link. Then I went to edit it and this is what it looks like:

[youtube]
[/youtube]
[youtube][url]http://www.youtube.com/watch?v=Q7Us6a-8cck[url][/youtube]


bornoffire 05-08-2007 10:53 PM

Quote:

Originally Posted by Queball_Beast (Post 1243378)
I too am having this same problem with 3.65 is there a fix for this or a reason why it is happening?
:confused:

Make that 3

Queball_Beast 05-08-2007 11:07 PM

I read through all threads and stil have not found a fix, does anyone have a fix for this issue?

[
Quote:

youtube]
[/youtube]
[youtube][url]http://www.youtube.com/watch?v=Q7Us6a-8cck[url][/youtube]

aztecboi2003 05-09-2007 03:54 AM

I installed it and it shows the box for the video but no video at all. Any help here? Thanks.

tanyeri24 05-09-2007 04:27 AM

Quote:

Originally Posted by aztecboi2003 (Post 1244150)
I installed it and it shows the box for the video but no video at all. Any help here? Thanks.

maybe the video blocks remote access.. Its possible at youtube.. or you have deactivated the plugin.

aztecboi2003 05-10-2007 12:17 AM

The plugin is active. For the google video it shows the google video box and a black square inside it. But for the Youtube it just shows a empty Youtube box.

Lottis 05-14-2007 08:15 PM

Thanks to Viper. Installed and working great in 3.6.6

Only thing i miss is that the code could apper in quickreply to. ;)
That would be nice.

jasondavis 05-16-2007 03:19 AM

this is awsome, can you make it work for myspace videos too?

KipLarson 05-23-2007 02:57 AM

So what is the difference between this plugin and this one?

Is this one just lacking the option for a video bar?

DieselMinded 05-23-2007 07:36 AM

SWEET Took me about 3 mins and it works great !!

Clicks Installed

KipLarson 05-25-2007 09:28 PM

Quote:

Originally Posted by KipLarson (Post 1253066)
So what is the difference between this plugin and this one?

Is this one just lacking the option for a video bar?

Anyone?

KipLarson 06-06-2007 08:52 PM

Looks like there isn't really any support for this.

DieselMinded 06-24-2007 02:02 AM

its a full time job going around and embeding all the users links

Rickeo 07-01-2007 08:33 PM

Suddenly stopped working on my board now :s

baghdad4ever 07-14-2007 08:18 PM

installed

can you add this site please


http://www.myvideo.de


thanks

obmob 07-17-2007 05:09 PM

Hmm... somehow, since i installed i experienced whis problem, depending on the number ofvideos embedded, the browser title is modified.

Thisi s happening when a user clicks the "View Last" button, then the title adds the post number, and it's multiplied with the number of videos, the more videos, the more #posts added.

Thought it might be another product or plugin, so i disabled everything and checked... whenever this bbcode appears, the problems seems to be there.

Anyone has had a similar experience, already contacted vb.com support and did everything they told me to do... nothing worked. :eek:

Attacched image and url.

http://www.anizeen.com/showthread.php?p=494#post494

HuggyCT2 07-24-2007 07:01 PM

How did you fix the error?

I cant show the videos anymore, can someone please let us know what has happend, maybe its something todo with the update or youtube.

obmob 07-25-2007 12:28 AM

Quote:

Originally Posted by HuggyCT2 (Post 1300437)
How did you fix the error?

I cant show the videos anymore, can someone please let us know what has happend, maybe its something todo with the update or youtube.

Have tested, it seems to be an ie7 problem, firefox seems to be running without a problem.

I've seen the problem happen also inside youtube.com :eek:

baghdad4ever 08-03-2007 03:32 PM

Quote:

Originally Posted by obmob (Post 1300713)
Have tested, it seems to be an ie7 problem, firefox seems to be running without a problem.

I've seen the problem happen also inside youtube.com :eek:



ok

what is the Solution ?

is there another hack??:erm:

kderentz 08-08-2007 08:17 PM

Can someone please tell me how to change the text out of the Editor and replace it with an icon ??? the text is breaking the editor (the text doesnt fit well in it) and I would like to make it look cleaner.

EDIT: NV I got it =)

applyimage 08-09-2007 11:41 AM

I don't know where im supposed to click 'install' but I did and it's fantastic, thanks. :)

Antivirus 08-13-2007 03:38 PM

very nice great job!

glennno 08-16-2007 04:56 PM

Is there any security risk with this mod? Does it actually enable HTML in any way, which is a security risk in vB? I can't tell. Thanks.


All times are GMT. The time now is 06:39 AM.

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.01590 seconds
  • Memory Usage 1,829KB
  • 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
  • (4)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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