![]() |
Firstly I would like to say thank you to developers of this product. I am not a coder but I certainly appreciate the hard work that developers put into creating the mods/products.
I run a local community forum/web site where I upload several council meeting videos (swf, wmv, flv formats), documents (pdf), video snippets, graphics (jpg, gif). I am looking at this product mainly to house my videos. I am not that good on PHP yet so when I add something, it takes me a bit and I am hesitent to change once I have a product installed. Will this product handle my video collection? Thanks in advance. |
Quote:
Adding videos should be fairly simple. If you want to allow them to play it, I would recommand using wimpy wasp. It's very simple to embed the code in the template and with conditionals, it would display only for specific videos categories (no need to display for documents) and with a one line code of javascript, they could play video before downloading it. |
Quote:
I own WimpyAV and use that currently for my council meeting videos. I don't know anything about conditionals. Can you show me how to to setup my video as you described? Thanks in advance. |
Quote:
upload wasp.js in the clientscript folder Between the <head></head> of the DOWNLOADS template put Quote:
Quote:
I would put it above the download button. I would even remove the big download button since we have been provided with links if all you do is videos. Now if you have other categories which are not videos, like pdf or zip, this is where it gets tricky. You'll need to edit the downloads.php file , do a left join to get category parent so you could do your conditional <if condition="$parent=='XX'">display video, don't display download button<else />just display download button</if> |
Hi,
I'm using vJukebox v 0.9.0 Alpha every thing is good but I have one problem with Message editor it does not work when I want to add new media but it's work when I want to add comment? also it's work when I want to add post or replay in my forum, that problem with the editor message occure also when I use DownloadsII to add new file with description!! How can I solve this problem? try to add new comment to see the problem http://ab4u.net/vb/jukebox.php?do=add&type=media https://vborg.vbsupport.ru/attachmen...6&d=1154030011 |
Hi,
how to enable download resume? |
working wonderfully with 3.6.4
I just have 1 question - is there another way for the person who submits the file to upload a preview or thumbnail for the download? Because leaving the 'upload image' option enabled in the permissions allows everyone to add images even to an already submitted download which kinda looks strange aku |
When I try to update counters at my site, it appears to time out and everything is stuck at zero. Could you implement the hack they use in the official vB counters, i.e., the paging thing? Could I run some queries manually on mysql, or use some other workaround?
|
This ROCKS! Thank you for providing it for us!
I'd like to also know if there is a way to put an image as a sample of the files (image files) somewhere. Thank you!!!! |
1 Attachment(s)
Quote:
|
I like that also LOL
But I have a photography forum, we post image files and photoshop things so it would be nice to have an sample image of what's being uploaded. Is that possible? TIA! |
It's already possible to add an image with your file
|
LOL I found it, thank you!!!
|
Quote:
|
I was not asking for anything, I was replying to his thread :-)
|
Quote:
|
Quote:
Also is there a way to add in the "Whats going on" section the total number of downloads you have in your download section? like total members = 100 , total posts = 100, total downloads avalible = 100 |
1 Attachment(s)
Quote:
PHP Code:
PHP Code:
PHP Code:
SELECT `id`,`name`,`downloads`,`url` then add $icon in template I did some more nifty tricks with downloads, like allowing people to pick and choose songs to add to a playlist (icon changes to "remove" if they were added, then play all of them. |
1 Attachment(s)
Quote:
|
its good...
but still waiting for the intigration with vbux.. any update news???? |
by the way here is a better looking download button
https://vborg.vbsupport.ru/external/2007/02/35.gif feel free to use :up: i have some color variations for it too ill post them up a bit later once i find them lol |
Quote:
|
Hi Lionel and thank you for helping me with this but I am stuck.
I added the wasp.js in the clientscript folder and I put the js link to it between the head on the downloads template. Where do I put this and is it in the downloads template or the downloads.php file? <script> waspEmbed('downloads/{$file['url']}', 250, 188); </script> I am completely lost and don't know what to do with the following instruction: [QUOTE] Now if you have other categories which are not videos, like pdf or zip, this is where it gets tricky. You'll need to edit the downloads.php file , do a left join to get category parent so you could do your conditional <if condition="$parent=='XX'">display video, don't display download button<else />just display download button</if> The only documents that I will be using are PDF, EXCEL, WMV, FLV and SWF files. Leave it to me to break something LOL LOL Thanks in advance. |
This is fantastic stuff. I will be playing around with the settings and I'll be sure to post back here when I know more about what kind of mods I can do. In the meantime I have a question:
The number 1 resource I am sharing with my download manager is image files. I would like a thumbnail to be automatically generated when the file uploaded is an image itself... eg if I upload a 1200x256 image I want it to automatically create a shrunk-down version as the first thumbnail on the list. It is a hassle to have to manually add a thumbnail every time. Is there an easy way to do this? |
Are there any information when the next version (v6.0) will be released ?
Thanks for answer... |
Quote:
Im not sure hopefully soon but CyberRanger nor RS_Jelle have really replied to this anymore. |
Quote:
:( |
I'm getting this error when trying to import through admincp.
Quote:
Any suggestions? Thanks. vBadvanced CMPS v2.2.1 - vBulletin 3.6.4 Server Type Linux Web Server Apache v1.3.37 PHP 4.4.4 Posts to Moderate PHP Max Post Size 8.00 MB PHP Maximum Upload Size 2.00 MB MySQL Version 4.1.21-standard MySQL Packet Size 1.00 MB |
After upgrading, downloads don't work anymore,
I get the following error when pushing de download buton ... Code:
Warning: copy() [function.copy]: SAFE MODE Restriction in effect. The script whose uid is 10187 is not allowed to access /home/httpd/vhosts/carpzone.be/httpdocs/downloads/ec_tmp owned by uid 48 in /downloads.php on line 690 and latest update from Donwloads 2 |
check your path for the download,
|
Quote:
ec_tmp with tripple slash ?? There are no files stored under the map ec_tmp My path to the downloads is ./downloads/ |
change path & see what you get.
|
Quote:
When i change it I get the following message : The download directory do not exist |
Ok it works now,
I had to put a index.htm file into the ec_tmp folder Because after chmod the ec_tmp to 777 , it always switched back to 755 Now the problem is solved. Tnx for additional help ! |
Quote:
|
Quote:
Code:
Warning: copy() has been disabled for security reasons in /downloads.php on line 690 Linked downloads work fine. I have this problem only with uploaded downloads. EDIT: I took a look at our PHP info and it says disable_functions: system, exec, shell_exec, passthru, shell, show_source, copy, proc_open, symlink, popen Maybe that has something to do with it? |
Quote:
|
Quote:
|
Quote:
|
Cyb, I have a very large idea for this mod....i was going to post it in the paid requests forum...but thought i'd ask if you wanted to do it yourself and release it for everyone before i went the other route...
mind if I send you a PM? |
All times are GMT. The time now is 02:43 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:
|