vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

cedar 05-26-2008 02:55 PM

Quote:

Originally Posted by RS_Jelle (Post 1531601)
You already asked this three times now and the answer stays the same: the current version is already compatible with it. Also the navbar template edits are still working fine, the code part to search for in that template is still there.

Only the additional memberinfo template changes need an update, which will be in version 6.

Some sites running vB 3.7 and DownloadsII 5.0.8:
http://www.satellitefun.org/bbs/downloads.php
http://www.joomlart.com/forums/downloads.php
http://roundcubeforum.net/downloads.php
And even more: http://www.google.com/search?hl=en&q...rsion+3.7.0%22

Thank you so much!

I knew it still work with 3.7, but I still dont know how to change the template to have the info in memberinfo or postbit etc...And I still dont know how to add the link to navbar, so I add it below navbar :(

Sorry for the inconvenient, I will search through this topic again for some info!Because I'm a noob a.k.a newbie, then I made you angry :erm:

nike.stars 05-26-2008 03:34 PM

Quote:

Originally Posted by nike.stars (Post 1528764)
is it possible to change / editing the php file to change thumbnail size? I feel it a little bit small, i prefer it to be about 250x250 pixel somehow

and how do i show up "Mod of the Month" just like in your demo site?

if you do, please ansewer my questions :)

Goomzee 05-27-2008 04:03 AM

Quote:

Originally Posted by carrlos (Post 1529109)
You have to chmod the download folder to 777.

well i did chmood to download directory but still same error

RS_Jelle 05-27-2008 05:55 AM

Quote:

Originally Posted by cedar (Post 1531910)
Thank you so much!

I knew it still work with 3.7, but I still dont know how to change the template to have the info in memberinfo or postbit etc...And I still dont know how to add the link to navbar, so I add it below navbar :(

Sorry for the inconvenient, I will search through this topic again for some info!Because I'm a noob a.k.a newbie, then I made you angry :erm:

For adding it to the navbar, please note you need to search for the second line provided in the Readme-Install.txt (because vB 3.7 is higher than vB 3.6.7), so you need to search for
Code:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
in the navbar template (which is there for sure if you didn't changed it or so) and below that you place:
Code:

<td class="vbmenu_control"><a href="downloads.php$session[sessionurl_q]">$vbphrase[ecdownloads_downloads]</a></td>
The first memberinfo template change doesn't work anymore like I said, but the second (with $footer) still does. Also the postbit template change still works, just do a template search.

Quote:

Originally Posted by nike.stars (Post 1528764)
is it possible to change / editing the php file to change thumbnail size? I feel it a little bit small, i prefer it to be about 250x250 pixel somehow

and how do i show up "Mod of the Month" just like in your demo site?

1. That's possible, but only for the width as the height is calculated for keeping the image ratio. Also this doesn't work for images you already uploaded, you can't recalculate their thumbs at the moment.

Open downloads.php
Find four times (lines 851-861)
Code:

100
Replace with
Code:

250
You can set $newheight to 250 also if you really want, but then you loose a correct image ratio like I said.

2. That's not a real future, just a template change of downloads_main. You can add such things where you want.

Quote:

Originally Posted by Goomzee (Post 1532503)
well i did chmood to download directory but still same error

Is the downloads folder located inside your vB forums directory? You can't place it outside of it. Also the Download URL setting should be ./downloads/ (don't forget the period in front of it).

If it doesn't work, pm me with your site URL and a (temporary) vB admin/FTP account if possible.

batman1983 05-27-2008 10:51 AM

Hey there,

how can I protect my downloads folder? Some other sites are leeching files from our server directly. Most files are linked, because they are to big to upload (50-600 MB).
I can't use the .htaccess setting "DENY". The server software "Confixx" doesn't allow the option.

Please help me.

Batman1983

Golzarion 05-27-2008 02:22 PM

<span style="text-decoration: line-through">I installed on 3.7.0 and works great. But there is one problem : I upload large files ( 5 to 8 Mb ) easily but after the users download them the zip/rar files are corrupted !!
I checked the files via FTP ... the files on server have no problem!
Is this issue related to server ?
I have this issue only for files more than 2 Mb . They upload easily but after download we see the files are corrupted!!
the server settings are : </span>

Edit : it's solved !

bpat1434 05-27-2008 04:00 PM

Is there a way we can add notifications of moderated and new/edited attachments? I've tried, but failed. I created a thread to help me out, but can't get a reply. Would love to know how to do this.

My Thread

GoTTi 05-28-2008 06:54 AM

i added a new category and when i goto add a video to it, i see this error:

Quote:

Fields marked in RED must be filled in!
any ideas? i have added videos before, but not working now for some reason. on vb 3.7 gold. about to upgrade to 3.7.1

RS_Jelle 05-28-2008 07:24 AM

Quote:

Originally Posted by GoTTi (Post 1533793)
i added a new category and when i goto add a video to it, i see this error:



any ideas? i have added videos before, but not working now for some reason. on vb 3.7 gold. about to upgrade to 3.7.1

You can find the solution in the first post :)

Quote:

Originally Posted by RS_Jelle
If you also use the latest version of GARS, you will get the "Fields marked in RED must be filled in!" error when uploading a file. I provided a fix here on the GARS forums.


GoTTi 05-29-2008 02:42 AM

where am i looking jelle? it says marked in red need to be filled in, but nothing is marked in red.

RS_Jelle 05-29-2008 07:00 AM

Quote:

Originally Posted by GoTTi (Post 1534679)
where am i looking jelle? it says marked in red need to be filled in, but nothing is marked in red.

Did you read my post and quote here above? :p
There won't be marked anything in red. It's just GARS causing it. Just apply the temporary fix I linked here above in the quote.

It will be fixed totally in v6 with a new error checking method.

zionsworld 05-29-2008 08:54 PM

Thank you so much for creating this incredible mod :)

Stunning work , it is absolutely fantastic.

Thanks very much :)

nike.stars 05-30-2008 05:40 PM

hello rs_jelle, i want to modify:
- The image link in download list when the file doesn't have screenshot attached
- Integrate image screenshot with vbulletin lightbox

what template i should modify? Thank you

RS_Jelle 05-31-2008 08:59 AM

Quote:

Originally Posted by nike.stars (Post 1536433)
hello rs_jelle, i want to modify:
- The image link in download list when the file doesn't have screenshot attached
- Integrate image screenshot with vbulletin lightbox

what template i should modify? Thank you

1. This isn't in a template at the moment. Find $download in downloads.php and change it there.

2. It needs a bit more than a small template change. Will be included in v6.

maidos 05-31-2008 05:45 PM

on ddl main page theres a direct download with an arrow iconright...
where to change collapse_tcat_collapsed.gif to differnet image path
can i use this <if condition="is_member_of($bbuserinfo, 1)">
</if> to only allow few usergroups

on the new version will the be a fix against members flushing their ip to get more downloads?

also the new version will officially support download manager, new report dead link feature and rss?

nike.stars 05-31-2008 06:38 PM

@rs_jelle
thanks a lot! look forward for v6 :D


edit:
how do i fix that column in red box? I want to remove that extra column because it seems just like a waste of space and the value never exist in latest file box. Thanks

http://img229.imageshack.us/img229/8027/a1ez9.jpg

Goomzee 06-02-2008 08:17 AM

i installed this DownloadsII-5.0.8 Mod but i don;t want to use this URL

http://www.mknexusonline.com/forums/downloads.php

i want to use that URL

http://www.mknexusonline.com/downloads.php

someone plz suggstion

Joshva 06-02-2008 11:55 AM

Does anyone know how to get a downloads tab going on the user profile???

ALil'Hope 06-02-2008 06:36 PM

How can I add a "Status" column as seen here:
http://www.mpcdownloads.com/forums/d...-cheats-hacks/

tuaguild 06-02-2008 06:42 PM

I have vb 3.7.1 and i downloaded the 5.08 version of this TODAY and i am getting the
Quote:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
any suggestions

maidos 06-02-2008 07:53 PM

tuaguild had that issue aswell, u gotta revert the downloads templates on admincp

RedGTiVR6 06-04-2008 04:12 PM

I'm having the same issue with the security token....only, there's no way for me to revert....the downloads template hasn't been changed at all...it's still black (not red like a modified one)

this appears to be related to file size....no?

it looks like the security token is added toll templates that have value="$session[sessionhash]"....

RedGTiVR6 06-04-2008 04:17 PM

Also, I'm noticing that the smilie box doesn't move on the downloads templates even if you have the smiliebox below editor mod installed (like it is here on vBulletin).

Any chance of incorporating that?

If you have that mod installed, it lets you show more smilies without breaking the way the page looks....but if you go into the downloads section, the same number of smilies show up only to the side of the editor box....which causes the page to look all funny...

Any ideas how to fix it?

ALil'Hope 06-04-2008 06:37 PM

Quote:

Originally Posted by ALil'Hope (Post 1539024)
How can I add a "Status" column as seen here:
http://www.mpcdownloads.com/forums/d...-cheats-hacks/

Anyone know how?

RadarReviews_Ne 06-05-2008 06:18 AM

I have uploaded tons of files on my site using this...however since I have updated to vbulletin 3.7 this is my first upload... when I try uploading a file on there now, it will do the normal upload routine but when it is done it goes back to the blank form like I havent uploaded anything so I can upload another file...the file I uploaded...never appears anywhere??

http://www.radarreviews.net/forums/downloads.php

Peterpan002 06-05-2008 08:50 PM

I tried reading many f the posts and did search thread but a bit glazed lol.

Is it possible for a user to upload serveral links at the same time for example when a movie is split into several parts 001,002 etc

dtv100 06-05-2008 10:44 PM

Quote:

Originally Posted by Peterpan002 (Post 1541823)
I tried reading many f the posts and did search thread but a bit glazed lol.

Is it possible for a user to upload serveral links at the same time for example when a movie is split into several parts 001,002 etc

no you cant that was a problem i had in past but now got it fix with some extra options .

Peterpan002 06-05-2008 11:38 PM

and the extra options are??

Xphusion 06-06-2008 03:05 AM

is is possible to permission each file? IE have a certain group view certain files?

my plan:

i make themes and what i wana do it set up a subscription once they subscribe those subscribers will be put into a group then then that groups will have access to certain files

is this possible? if so how

dtv100 06-06-2008 06:35 AM

Quote:

Originally Posted by Peterpan002 (Post 1541905)
and the extra options are??

what I mean was I had someone to rewrite this for me .
and now have those option and more.
but the author will be upgrading soon to a new version of DownloadsII just need to wait .

Xphusion 06-06-2008 03:56 PM

how to i approve the downloads, or just turn them off?

maidos 06-08-2008 04:50 PM

like to see a block where it shows the latest ppl who made comments

jedi-jakeyboy 06-08-2008 06:27 PM

Hi, i have had this installed and impoted the files and have working link in nav bar.

But the problem is when you click on the link you get: Jedi-Jakeyboy, you do not have permission to access this page. This could be due to one of several reasons: etc...

Please can anyone help as we are stumped now......
Was working fine till we moved servers...???

Running on 3.7.1

Thanks. Jedi

Xphusion 06-08-2008 07:27 PM

Quote:

Originally Posted by jedi-jakeyboy (Post 1544309)
Hi, i have had this installed and impoted the files and have working link in nav bar.

But the problem is when you click on the link you get: Jedi-Jakeyboy, you do not have permission to access this page. This could be due to one of several reasons: etc...

Please can anyone help as we are stumped now......
Was working fine till we moved servers...???

Running on 3.7.1

Thanks. Jedi

admin CP usergroups check the permissions for each user group

jedi-jakeyboy 06-08-2008 08:03 PM

Hi, thanks m8.

I feel a bit stupid now as it was so obvious that i never saw it.....lol

All works great now... :)

www.consolehackz.info

Thanks again, Jedi

Xphusion 06-10-2008 02:34 AM

could you make an addon for this mod ? Jelle

Add on:

X amount of Forum Posts before User can Download a File

If not could ya tell me how i can do this

tarikpierce 06-10-2008 05:10 AM

Hi.

I'm having trouble uploading images. I selected allow images in the D2 manager, plus enabled adding images as an option for admins.

When I try to upload an image, I get a blank page. But I know the images are being sent to my /downloads/ folder because I can view them on my server.

Can you help?

Thanks!

CyberRanger 06-10-2008 11:40 AM

Quote:

Originally Posted by Xphusion (Post 1545546)
could you make an addon for this mod ? Jelle

Add on:

X amount of Forum Posts before User can Download a File


If not could ya tell me how i can do this

You should use usergroups for that. When users have x number of posts they get promoted to a usergroup that can download files.

bpat1434 06-10-2008 07:55 PM

I'm still wondering about implementing a real notification system for this. I'd like to select groups of users (admins, moderators, super mods, etc.) that are to be notified (via email, not PM) that there is a new download (whether in the moderation queue or not). Is there no way to add this to the current item?

Will that be a feature of the next incarnation of DownloadsII (DownloadsIII?)? I wonder because it's a needed feature for boards that moderate all uploads prior to release (for security reasons).

Of course, being able to add multiple files (just like screenshots) would be nice. For example, a downloads section like: Simple Machines Mods. Just a suggestion...

RS_Jelle 06-11-2008 05:46 AM

Quote:

Originally Posted by bpat1434 (Post 1546095)
I'm still wondering about implementing a real notification system for this. I'd like to select groups of users (admins, moderators, super mods, etc.) that are to be notified (via email, not PM) that there is a new download (whether in the moderation queue or not). Is there no way to add this to the current item?

Will that be a feature of the next incarnation of DownloadsII (DownloadsIII?)? I wonder because it's a needed feature for boards that moderate all uploads prior to release (for security reasons).

Of course, being able to add multiple files (just like screenshots) would be nice. For example, a downloads section like: Simple Machines Mods. Just a suggestion...

Just use the PM moderation notification add-on and do this change ;)


All times are GMT. The time now is 04:27 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
  • Page Generation 0.05089 seconds
  • Memory Usage 1,847KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete