The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Video-Directory Details »» | |||||||||||||||||||||||||
What is this? This add on gives your users the possibility to collect their favourite videos from some video-webpages (supported at the moment: MyVideo, YouTube, Sevenload and Metacafe) and to provide them in the forum. The videos can be commented and rated. The Administrator has many possibilities of settings and can create video-categories and administrate the video-directory. List of features:
Do you want to enhance the video-directory, but some hooks are missing? Do you want to enhance the templates and you need some template-hooks? No Problem! Send a PM and the hooks will be integrated in the next version! Developer-Blog: Feel free to check out our Developer-Blog at vBPoint.org! Supporters / CoAuthors Show Your Support
|
Comments |
#362
|
||||
|
||||
In RC2 ...
There is bug that I feel...At my board... For metacafe Videos... We can only add the Videos Url with the Integer values in the address like this http://www.metacafe.com/watch/1238559 But we can't share http://www.metacafe.com/watch/yt-8Tfh2PnvTnY sort of videos... yt-8Tfh2PnvTnY i.e both Integers and alphabets in URL after / What do you say? |
#363
|
||||
|
||||
I have been searching for a video mod, free & commercial, and have just a few questions...
- Is there a branding free option available? - Is the current version a prelude to there being a commercial (aka: pay) version in the future? - Does the API code recognize YouTube videos that are flagged with the option to prevent embedding? (So that users do not try to add videos that can not be remotely embedded.) - Does it have to be installed in the same folder as vBulletin? (My preference is that I can install it in a different folder like "MySite.com/videos" instead of "MySite.com/forums/video.php"?) Thanks. |
#364
|
||||
|
||||
Quote:
Quote:
@"prelude": At the moment, its not planned, to release a commercial version of THIS hack @Flaggs: Yes - if the video may not be embedded, the user'll get a error message (when he tries to add the video ) @Folder: It's in the same directory as vBulletin. But i added vBSEO Reqrite Rules to this hack - if you use vBSEO and them, your users will think, that the video directory is not a part of the forum (Example Url: forum.com/videos/funny-videos-2/new-hit-46.html) Regards Surviver |
#365
|
||||
|
||||
Videos for youtube are working fine...
|
#366
|
||||
|
||||
Quote:
Quote:
Quote:
For those who want to turn of the related YouTube videos, modify your /forums/includes/xml/videohoster-YouTube.xml and scroll down to near the bottom (with the current version it is the second to last function in the file) and find this bit of code: Code:
function fetch_embedcode($videoid = '') { $videoid = $videoid ? $videoid : $this->video_id; return '<object width="425" height="373"><param name="movie" value="http://www.youtube.com/v/' . $videoid . '&rel=1&color1=0x2b405b&color2=0x6b8ab6&border=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/' . $videoid . '&rel=1&color1=0x2b405b&color2=0x6b8ab6&border=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="373"></embed></object>'; } Save the file and refresh your page; the related videos should now be turned off. |
#367
|
||||
|
||||
Thanks for the info; I'll get ya' on PM after I've had a chance to go through some of the options a bit more.
|
#368
|
|||
|
|||
Quote:
|
#369
|
||||
|
||||
Did you save the file on your server? Do a hard refresh in your browser to make sure you were not viewing a cached page?
|
#370
|
|||
|
|||
I saved, and tried 3 different browsers.
I also cleaned all cached\cookies\temporary files etc. .. still doesn't work for me. lets see ... if somebody else try ... (might be something wrong i did.. but .. ) thanks tho |
#371
|
||||
|
||||
Quote:
EDIT: Hold that thought for now... looks like I may have missed something since I'm getting inconsistent results now. I'll be back. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|