Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
passiveVid - (YouTube, Myspace, Google...) Not BBCODE :D Details »»
passiveVid - (YouTube, Myspace, Google...) Not BBCODE :D
Version: 1.1.2, by Coders Shack Coders Shack is offline
Developer Last Online: Sep 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.7 Rating:
Released: 06-26-2007 Last Update: 02-01-2008 Installs: 1841
Uses Plugins
Additional Files  
No support by the author.

. . . . . . . . Brought to you by scriptasy.com
note: you can get v2.00 [here]

Live Demo:
Scriptasy passiveVid Demo
External Support:
Scriptasy passiveVid Support
Description:
This is unlike my past video mod which used bbcode, this one is more simple and works much better for the user too. What it does it parses the url when the post is viewed, so it will work with past links and new links.

So basically the user enters a video link in a post and its automaticly displayed as the actual embedded video.
Works With:
vBulletin [3.6.X to 3.7.0 beta 3]
vBlog [1.0.0 to 1.0.3]
vbAdvanced [3.0 RC2]
Supported Video Sites:
  1. YouTube v1.0.0
  2. Google Video v1.0.0
  3. MySpace Video v1.0.0
  4. MetaCafe Video v1.0.0
  5. Yahoo Video v1.0.1
  6. Koreus Video v1.0.1
  7. Sapo Video v1.0.1
  8. video.google.co.uk v1.0.2
  9. Live Leak v1.0.2
  10. Photobucket v1.0.3
  11. Gametrailers v1.0.3
  12. MyVideo v1.0.4
  13. GameSpot v1.0.4
  14. Veoh v1.0.4
  15. StreetFire v1.0.4
  16. Stage6 v1.0.4
  17. Sevenload v1.0.4
  18. Izlesene v1.0.4
  19. Vidiac v1.0.4
  20. Xtube v1.0.6
  21. VidMax v1.0.6
  22. RedTube v1.0.6
  23. OnSmash v1.0.6
  24. GodTube v1.0.6
  25. PornoTube v1.0.6
  26. BrightCove v1.0.7
  27. YouKu v1.0.7
  28. LiveVideo v1.0.7
  29. Break v1.0.8
  30. ExpertVillage v1.1.2
Changes:
  • [v1.0.5] Added the ability to enable/disable any of the sites
  • [v1.0.7] Changed the actual structure of the modification, it now gives me the ability to push it even further
  • [v1.0.8] Added support for actually displaying the video titles
  • [v1.0.8] Added the ability to customize the actual embed, you can choose where/how the title and embed will be displayed by using HTML
  • [v1.0.9] Support for vBlog
  • [v1.0.9] Support for vbAdvanced
  • [v1.1.0] Finalized multiple things
  • [v1.1.1] Added ability to restrict the hack per forum
  • [v1.1.1] Added ability to restrict the hack per posters usergroup
  • [v1.1.2] Added ability to restrict the hack per viewers usergroup
  • [v1.1.2] Added the custom replacement that i use
  • [v1.1.2] Added a new var that can be used in the custom replace ($PASSIVEURL)
Installation Instructions (painless install):
(detailed instructions for noobs [here])
  1. Install Product XML
  2. Upload Bitfield XML
  3. Enjoy the modification


Thanks for the nominations!

{Mark As Installed}

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
muratcan25

Comments
  #942  
Old 05-01-2008, 08:30 PM
marcossalazar marcossalazar is offline
 
Join Date: Feb 2007
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cloudane View Post
Yay! It still works in 3.7.0!

marcossalazar - take out the align=center and the style=margin:auto parts of the table tag. That did it for me.
Yep, that did it. Thanks!
Reply With Quote
  #943  
Old 05-02-2008, 02:22 AM
KHALIK KHALIK is offline
 
Join Date: May 2005
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I remove the title heading ?

It has the URL in the title bar, on the latest vb 3.7.0 gold.

Any ideas why? and how do I get it removed.
Reply With Quote
  #944  
Old 05-02-2008, 02:27 AM
KHALIK KHALIK is offline
 
Join Date: May 2005
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KHALIK View Post
How can I remove the title heading ?

It has the URL in the title bar, on the latest vb 3.7.0 gold.

Any ideas why? and how do I get it removed.


fixed

Under Custom Replacement box, replace it with the following code given here.

Code:
<div style="text-align: center; margin: 20px;">
	<table summary="table" class="tborder" align="center" border="0" cellpadding="6" cellspacing="1" width="1" style="margin: auto;">
		<tbody> 
			<tr> 
				<td class="alt1">$PASSIVEEMBED</td> 
			</tr> 
		</tbody> 
	</table> 
</div>
Reply With Quote
  #945  
Old 05-02-2008, 05:33 AM
popular popular is offline
 
Join Date: Jun 2007
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this mod works but i want the option for it to work when inserting youtube videos as a signature, it doesn't work when i try so does anyone have a solution?
Reply With Quote
  #946  
Old 05-02-2008, 10:49 AM
marcossalazar marcossalazar is offline
 
Join Date: Feb 2007
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KHALIK View Post
How can I remove the title heading ?

It has the URL in the title bar, on the latest vb 3.7.0 gold.

Any ideas why? and how do I get it removed.
Yes, I think this may be a bug in 3.7 with this mod...it is displaying the URL instead of the title.
Reply With Quote
  #947  
Old 05-02-2008, 08:49 PM
badheeu badheeu is offline
 
Join Date: Oct 2007
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there this version available for 3.7.0, or Do i get any problem if i installed this version in my 3.7.0 forum.

http://forum.kma.mv
Reply With Quote
  #948  
Old 05-02-2008, 09:05 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by badheeu View Post
Is there this version available for 3.7.0, or Do i get any problem if i installed this version in my 3.7.0 forum.

http://forum.kma.mv
no troubles here dude ... i've installed this onto my fresh 3.7.0 ...
Reply With Quote
  #949  
Old 05-02-2008, 09:09 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KHALIK View Post
fixed

Under Custom Replacement box, replace it with the following code given here.

Code:
<div style="text-align: center; margin: 20px;">
	<table summary="table" class="tborder" align="center" border="0" cellpadding="6" cellspacing="1" width="1" style="margin: auto;">
		<tbody> 
			<tr> 
				<td class="alt1">$PASSIVEEMBED</td> 
			</tr> 
		</tbody> 
	</table> 
</div>

you only skipped this code into custom replace ...

PHP Code:
        <thead>
            <
tr>
                <
td class="tcat" colspan="2"><a href="http://$PASSIVEURLtarget="_blank">$PASSIVETITLE</a></td
            </
tr
        </
thead
so now i haven't any reference and title ...
Reply With Quote
  #950  
Old 05-02-2008, 11:44 PM
J105C J105C is offline
 
Join Date: Mar 2008
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey EVERYONE who is using this HACK and for the AUTHOR, this hack gave me a 500 internal server error for about 10% of my users. They got this error on 3 different browsers on certain windows machines.

Anyone who uses this hack and someone complains about a 500 internal server error when viewing certain threads, you have to uninstall and disable the hooks/plugins for this hack.

I will wait until a 3.7 version comes out for this.

I had a member who helped me debug my site and was having the 500 error. We did a process of elimination of disabling plugins+hacks and it turned out this hack was causing the error.

I myself on 3 different PC's using 3 different browsers never had this 500 error, but certain people did. I dont know exactly what executes the issue, but the people who suffered this 500 internal server error live in Europe.

Reply With Quote
  #951  
Old 05-03-2008, 01:18 PM
LAJAURIA LAJAURIA is offline
 
Join Date: Mar 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not working in Internet Explorer...

looks like this:





No problems working with Firefox..

How can I fix this problem in IE??
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:35 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05504 seconds
  • Memory Usage 2,332KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete