![]() |
VideoMax 1.0
Thank you for looking at this. It is my first 'product' for vbulletin. I hope you find it useful. Now on to the writeup...
Short Description Simple YouTube video display module. Long Description This mod uses a cron based system to scan recent posts for bbcode-posted YouTube videos. The cron has two settings which can be found in the vBuletin options menu. These settings control the bbcode used to post youtube videos to your forum and the number of data rows to cache in a custom table. Also provided is a vBadvanced module for use in displaying the collected videos. Cron Features - BBCode setting - Cache Limit setting Module Features - Cache Limit setting (to further refine your selection per module instance) - Display Order (Random, Descending, Ascending based on dateline of the post) - Maximum Rows - Maximum Columns (per row) - Maximum Characters (for truncating overly long thread titles) - Player Width - Player Height - Automatic Playback (just in case you want to display a single item as a 'feature') - Loop Playback - Window Mode (opaque or transparent) - Source Forums (to refine your selection by a forumid list) - Show Links (to display Post By and In Thread links under the video) Installation - Ensure you have a working bbcode to post videos with (see below) - Download the zip file and extract it - Upload the *.php files to their proper locations - Use 'Manage Products' in the admincp to install the product-videomax.xml file - Use 'Upload Module' in the vBa CMPS cp to install the module-videomax.xml file - Run the default cron once, manually, to get initial data. Suggested BBCode - works in all tested browsers (ie, ff, safari - latest versions each) <object type="application/x-shockwave-flash" width="425" height="355" data="http://www.youtube.com/v/{param}"> <param name="movie" value="http://www.youtube.com/v/{param}" /> <param name="play" value="0" /> <param name="wmode" value="transparent" /> <param name="quality" value="medium" /> <param name="loop" value="0" /> </object> Live Demo - StarletRealm Forums That's all there is too it. Enjoy! |
Does this work in 3.6.8 also?
|
Demo looks good, ill have to check out.
|
Defkalion, I wrote it on 3.7.0 Gold, so I cannot guarentee that it works in anything less. However, There were not that many changes between the two in terms of what this mod does. You can try it and report here so other will know.
Always remember to backup your database and file tree before any modification! |
Hi RagingPenguin,
I tried to do it for 3.6.8, but when I try to Use 'Upload Module' in the vBa CMPS cp to install the module-videomax.xml file I get an error saying that: Quote:
Do you have any ideas? |
pretty sweet downloaded :D
|
How do i make a youtube BBcode? it doesn't seem to work for me...can someone post a tut?
|
Has anyone installed this correctly? I still get the abovementioned error about the cmps module not being a valid module file...
|
Defkalion, I will setup a vbtest installation as 3.6.8 later today and re-export. Expect a post then. It should work for you after that.
|
NegativeSMoke, you would add bbcodes in the vbuletin admincp. If you need specific steps explained, they are in the vbulletin manual at the following links.
Manual: http://www.vbulletin.com/docs/html/ BBCodes: http://www.vbulletin.com/docs/html/bbcode_manager |
I use passivevid to display my youtube video's.
Would there be anyway to make this work with that. |
Thanks RagingPenguin, I will be waiting. :)
|
Def, what version of the CMPS are you using? I have the 3.6.8 vbtest forum up and need to know so I can export it for you in the right format.
|
Hey, I'm using
CMPS v3.0.0 and CMPS v3.0 RC2 on my two diferrent websites. I plan to use this mod in both. If I have to upgrade to a CMPS specific version just say so, don't waste any time on my account. :) |
Ok I managed to make it work with CMPS v3.0.0. :)
The only problem is this: It brings in my frontpage let's say 4 videos, but only one has a preview - the rest only have the thread title where the video was posted. So it only brings back videos that are posted like this: Quote:
Quote:
If so, is there any way to make it work with the second bbcode type also, or if that is not possible, to make it work ONLY with the second bbcode? Because all my members post the second type in the forums. Thanks. :) |
Yes, I tried it with an older CMPS as well and got the same result. The module was exported from CMPS 3.0.1 (vB 3.6 - vB 3.7) - Released 04-24-2008.
And yes! you can make it work with the second option. Go into the videomaxbit_video template and make the following change: *DELETE TEXT IN RED - TWO INSTANCES* Code:
<td align="center" valign="center"> I'll put an option in v2 to specify full url use, or code only. |
Quote:
|
hiii..
plz tell me if there's a way to display those videos on a separate page, say youtube.php as I am not willing to display them on my vbadvanced page.. thanks !! |
Quote:
The link to the product is below https://vborg.vbsupport.ru/showthrea...ght=passivevid If this can be done with this then your mod would be an excellent addition to my forum. Its just that there is already a lot of video's on the site and it would be very time consuming to go and change each post and edit the video's Thanks for looking anyway Waiting hopefuly Ben Jones |
Quote:
---------- gwerzal, I'll take a look at that tomorrow. bedtime now. |
Nice hack but random order doesn't works.
Any fix for this? Thanks |
Can the VideoMax dropdown be display in other areas?
|
can you make comments on videos?
|
wow it good!
I like it, and thank you very much |
This sucks!!
Naah just kidding, looks like the excact thing I was looking for, I tried some other mod but I had no way of letting members post their own and have it do like this mod does, thanks a whole bunch for this, if it does what I'm hoping it does, I'll be back and nominate your for MOTM! /me clicks installed |
To answer a few questions...
no, currently, there is no commenting feature. This is designed to be simple and small. There are much larger products available that can do a lot more things. Eventully though, this one will probably catch up. For now, I'll add that to my list of things to add. schlottkej, I"m not sure what you mean by the 'drop down'. There are no user settable options or controls that would display one. Can you elaborate? Here's the update to fix the RANDOM setting. Please note that on boards with few videos to choose from, the results may not vary too much. Simply replace the old php file with this one. |
Ops, now dont' works any setting (random, ascending...) Now module show video in date order only...
Please fix. Thanks for your help. |
Ok guys, take a chil pill for a day or two. I'm going to have to look at this a bit more deeply. Something is wrong with the conditional code that set the ORDER BY clause in the sql. It works when doing it in the console, but not when plugged into the mod. Give me a while to snoop this out and I'll post another update when I get it "sorted". rest assured, it's being looked at.
|
Thanks!!! :)
|
Hey man, did you manage to sort out the RANDOM order by thing?
|
Actually very nice, thanks. What I like most is the possibility to show tubes from a specific forum into a dedicated vba-page. It doesn't like apostrophes in the thread titles though. Any chance of fixing that while you're at it? ;)
|
How can i installed module true CMPS i can't see in setting in ADCP
|
Something to think about: Adding support for other videos. (Blip, GoogleVideo, MyspaceVideo)
|
The demo site here, doesn't seem to be working. Does anyone have a working demo? http://www.starletrealm.net/
Also, what is the possibility of getting this mod to work with Brightcove videos? The question was raised about making this 'forum specific'. What's the verdict on that? Lastly (and most critical for me), is there anyway to have it display video thumbnails, rather than the video itself, so that when I user clicks on the thumbnail they're taken to the post that contains the video. thanks! |
Has this mod been dropped?
|
All times are GMT. The time now is 05:51 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|