![]() |
To the right of the image it says:
by UserName on Today [Delete] How would I go about getting rid of "by UserName on Today", leaving just the delete function. I've been looking in the downloads_file template but I haven't been able to find it. Am I looking in the wrong template? Any help is much appreciated. Thanks in advance! |
Quote:
I'm on business travel until March 13 so my input will be limited. Please take it easy on Jelle in my absence. :) |
Quote:
|
Quote:
|
Any idea on when the new version will be released? I'm waiting on that till I give this a shot. Unless the update will be nice and clean?
|
how can i make it so when i add a new download i can link to a file and link to a image all at the same time
so New Download > Upload File / Link To File > Upload Image / Link to images. and is it possible to make the newest added download show as a last post on the forums page where there is a forum linking to it. like LDM does |
Quote:
Anyway, when I tested it, it didn't work correctly like I thought it would. A new try, tested and it works nice: Find (in downloads.php) PHP Code:
PHP Code:
Quote:
Maybe you changed the sort option in the DownloadsII settings which affects the category sorting? Quote:
Quote:
Quote:
Upgrade will be pretty painless. One thing: you will lose your download ratings, but I don't think many people really use this feature. This because the current system with a lot of possibilities gets replaced by a -vBulletin like- stars system. You also need to redo some settings, for example the extensions setting gets replaced by a whole new extensions management (like the vBulletin attachments). But I would suggest you to just use the current version as it works great and the upgrade will be easy to do with a documentated upgrade wizard script. Quote:
|
Thank so much RS_Jelle! Much appreciated :)
|
Quote:
|
is it possible to show the file listings as image say 3 per row and when you mouse over the image a box pops up with info also is it possible to make it require image after its added. ?
|
m8 any chance you could tell me what code to put where to have to upload image with file i need urgently i will use until your update comes out m8 :P thx in advance
any is it possible to make a stats box for index.php page like the ones on the side of the downloads page. |
Quote:
• But, where i must change the code, that the Thumbs will be larger? And how must the code looks? • Why Users can't upload the moviefiles AND Screens at the same time? • What i must do, that the dl button will be NOT displayed, if user yust upload images, no movies? • What happened with watermarks? Wonderfull support here :D |
Quote:
We also can't code this "in a minute"; it's not a small thing. Add-ons are created for popular requests (like creating a new thread for a new file, the vBa module, ...). Quote:
The second thing is possible and already available, check out the vBadvanced CMPS module add-on. You need to integrate vBa CMPS first into your index.php to display vBa modules in it, this is explained on vbadvanced.com ;) If you don't want a seperate vBa column, then you can have a look at the module code. If you have some vBulletin coding knowledge, you can easily mod this for use on other pages. |
1 Attachment(s)
i have made my own forumindex stats box but i would like to know where to code is that updates the dl_main table with the <tr><td> stats for the 3 boxes on the left so i can edit the code to show the category and uploader name / id etc.
what you think so far |
Sorry for this question, but is the new version going to be avaiable in a matter of days, or weeks, or likely months?
I'm putting together a new vBulletin board and trying to decide if I should go ahead and install this, or just wait for the new version that is coming soon. Not trying to rush you, I understand it's a LOT of work. Just looking for an estimate on when it *might* be ready. Thanks, |
Quote:
Quote:
|
Quote:
Quote:
|
Quote:
You can change the PHP code inside /includes/class_downloads.php ;) It's done by the update_x_x() functions. Quote:
|
Well.. I think I might have done something wrong but I need you to tell me how to fix it hahaha.
I've upgraded my forum from 3.5 to 3.6 and imported my old database. There was something wrong with my database and I couldn't upgrade directly. So I had to install a second forum, import the database there and upgrade to vb3.6. I think I've also imported the downloadsII tables. I guess that's all the info I can give you... let me know if you need more! Thanks in advance for helping me... |
Quote:
Then you use phpMyAdmin (that's the most easiest way) and you remove (drop) all the dl2 tables of the clean installation. And finally you import your backup dl2 tables of the original installation. So: all the settings, usergroups, ... things are installed correctly in the database by the new install and all the data imported by the old dl2 tables. You can't install DownloadsII properly using the product file if the dl2 tables are already present. |
I've got the following tables beginning with dl:
dl_cats, dl_comments, dl_downloads, dl_files, dl_images, dl_main, dl_stats, dl_votes Should I delete them all... install DownloadsII and then import those 8 tables from my backup to get all the stats, categories, downloadtopics back? |
I installed this mod on first try - works great!!
But I'm having a problem - the "download button" is not showing up - it's giving me a red x. I even manually re-uploaded the button into the right directory and it still doesn't work. Please help. EDIT: Nevermind! I found that the download button link was pointing to my style directory so I moved the button and now it works. Cheers. |
Quote:
But after you installed DownloadsII back again, you should again delete those tables. Otherwise, you can't import them from the backup ofcourse as they already exist then. |
Again the Problem that some Categories are sorted from Z to A but not all :(
In Options I disabled sorting by Weight. Whats going wrong? Another question. How can I make Previewimage of Files shown bigger? Now they are to small. I searched everywhere but didn?t find the right Template to change Imagesize. And the last Question... How can I manage that "normal" Users only can Upload into one specific Categoie for Example "Upload"? Thanks for Help cu logofreax |
I know this might seem like a stupid question...but...
What exactly does "Update Counters" do? Just refresh all of the download/upload counters? |
ding ding ding you win the grand prize
|
Ok, I'm trying to upload an 11 mb file and after a few minutes it just stops and goes back to the "add files" screen.
Any ideas? |
you need to raise php max upload limit or do it through htaccess
|
When I press update counters, my forum basically freezes, it fully lags the site, and doesn't do anything.
|
Quote:
Those preview images are PHP generated thumbs, so you can't change them in one of the templates (you can, but it will be ugly as you will be just stretching them). You can change this in downloads.php, but all old thumbs will stay the same as they are already storaged (and there's currently no rebuild feature like for the vBulletin attachment thumbs). The last thing isn't possible, you can currently only restrict the full category access using the usergroup permissions. Quote:
But the speed of it depends from the amount of files, comments, ... you have. On the site I manage, we have 444 files at the moment and the update counters function runs fast (but we are on our own server). You also don't NEED to run it every week or so. It's to correct database mistakes from previous releases (mainly ecDownloads :p). Now the problem that some things weren't counting correctly sometimes is fixed already. |
Quote:
What I found out... All Categories created before upgrade to DownloadsII 5.0.4 are still sorted in right order A-Z But new created after Upgrade are sorted from Z-A cu logofreax |
Quote:
Have a note that pinned files always stay on top of the category. Have you a url of an (active) category where the files are sorted wrong, so I can take a look at it? Also make sure you uploaded all files and imported the product xml (with overwrite option on) correctly. Reupload all DownloadsII files from the upload folder again to be sure (and redo the downloads.php change for name sorting). |
I dont know why, but I uploaded only downloads.php and now everything is working.
I nothing changed on it, only $sortfield = 'date'; into $sortfield = 'name'; Thanx for your great Support. cu logofreax |
Can someone please message me regarding a problem i'm having with class_downloads.php
Its actually starting to drive me barmey, and i'm not the best with PHP. Fatal error: Call to a member function on a non-object in /home/ihttpco/public_html/site/includes/class_downloads.php on line 65 Is the error i'm recieveing... |
Never mind i had a completly blonde moment
|
Heh... It's me again :erm: I have one more question. It's possible that 'Upload an Image' feature was available only for thread starter and site stuff? When i turn off this option for Registered Users in Usergroup Manager they can't upload images at all and when it's turn on, they can upload pics wherever they want...
|
Question
Can we only allow PDF uploads (yes) and that those are automatically "embedded" with our logo as watermark? |
is it normal, that files get duplicated?
I've just did an import, and after that a file like this appear 1111-file.ext with the exact same size and everything. I would preffer this won't happen thanks in advance, great mod |
Quote:
"Can edit own files", "Can edit all files", "Can edit own comments", "Can edit all comments", "Can delete own files", .... Quote:
Quote:
Is each duplicated file listened separately in the "The following files were successfully imported" list after the import? |
Well, I chose this mod over the LDM one available, and so far it works nicely, however I am wondering how do I stop users from uploading images to entries that they do not own? And what is the logical purpose of allowing everyone to upload pictures everywhere? I thought ideally the owner of the uploaded file would add a couple of screenshots for others to see but not eveyone to be allowed to upload pictures to his file?
EDIT: Saw your post, RS_Jelle and was wondering whether V6 is there available somewhere. I'd love to have that fix if possible... |
All times are GMT. The time now is 01:25 PM. |
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:
|