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)

CyberRanger 04-15-2008 11:37 AM

Quote:

Originally Posted by desmomax (Post 1490382)
i installed this mod on my 3.6.9 vbulletin
everything is fine but i can not find the "download" menu in main forum page?
where the user can click and enter to the download section?
thanx

Quote:

Originally Posted by CyberRanger (Post 1490497)

Quote:

Originally Posted by desmomax (Post 1491008)
I apologize for the probably stupid question, but how can i open downloads.php in my forum? your mod is nowhere linked in my main forum menuv after your installation..
thanx

I've lost track of the number of times I've answered this question. Once again, if you want a Downloads link in the navbar see https://vborg.vbsupport.ru/showpost....postcount=2284 :)

desmomax 04-15-2008 11:48 AM

I am sorry for let you repeating..
many thanx for the patience.. :)

maidos 04-15-2008 12:31 PM

why not just edit the thread and get a FAQ up?

desmomax 04-15-2008 12:31 PM

it works, many thanx

CyberRanger 04-15-2008 04:00 PM

Quote:

Originally Posted by maidos (Post 1491232)
why not just edit the thread and get a FAQ up?

well, it's in the Readme-Install.txt file. The instructions are also in the second post (https://vborg.vbsupport.ru/showpost....22&postcount=2 ) with a link to that post in the first post. I guess I need Jelle to make it BIG and BOLD in the first post. hehe :)

HUMMERh3 04-15-2008 07:06 PM

Hello i got everything set up but when i try to access the download page it gives me this error

Quote:

Evilthoutz, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
I am Root Admin. I dont understand why this would come up.


..//*edit* lol sorry didnt read the usergroup permission part :D Fixed now

sweeps78 04-16-2008 04:51 PM

Where's the setting to extend the limit on the length of the category name?

sweeps78 04-16-2008 05:32 PM

Quote:

That's not a default feature as some people are using bigger images, which will mess up the layout. I'm doing it with some template edits of the downloads_main and downloads_main_catbit templates. You need to put a higher colspan value in the first template and put the category image in a separate td in the second template.

Could you explain how you accomplished this? I'm decent in php, but not an expert. If I had some examples to go off of, I could go from there.

EDIT: Never mind, I figured it out.

Just an FYI to anyone that was wondering, I edited the downloads_main template:

PHP Code:

<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="{$stylevar['tablewidth']}align="center">
 <
tr
  <
td>
   <
table cellpadding="{$stylevar['cellpadding']}cellspacing="{$stylevar['cellspacing']}border="0" width="100%"
    <
tr align="center"
     <
td class="thead" width="10%"></td>
     <
td class="thead" width="20%">{$vbphrase['ecdownloads_category']}</td>
     <
td class="thead" width="60%">{$vbphrase['ecdownloads_description']}</td>
     <
td class="thead" width="10%">{$vbphrase['ecdownloads_files']}</td
    </
tr
   
$dcatbits
   
<tr align="center">
    <
td class="thead" colspan="3">
     <
span style="float:left">{$vbphrase['ecdownloads_downloads']}: {$dl->stats['downloads']}</span>
     <
span style="float:right"><phrase 1="{$dl->stats['files']}2="{$dl->stats['categories']}">{$vbphrase['ecdownloads_x_files_in_y_categories']}</phrase>.</span>
    </
td
   </
tr>
   </
table>
  </
td
 </
tr>
</
table

and the downloads_main_catbit
PHP Code:

<tr valign="top">
    <
td class="$bgclassvalign="top" align="middle" nowrap="nowrap">
        <if 
condition="$cat['catimage'] != ''">
            <
br /><br /><a href="downloads.php?do=cat&amp;id={$cat['id']}"><img src="{$cat['catimage']}alt="{$cat['name']}title="{$cat['name']}border="0" /></a>
        </if>
    </
td>
    <
td class="$bgclassvalign="top" align="left" nowrap="nowrap">
        <
a href="downloads.php?do=cat&amp;id={$cat['id']}">{$cat['name']}</a>
    </
td>
    <
td class="$bgclassvalign="top" align="left"><span class="smallfont">{$cat['description']}$subcats</span></td>
    <
td class="$bgclassvalign="top" align="center" height="40"><span class="smallfont">{$cat['files']}</span></td>
</
tr

You'll have to experiment with the width though

GafferSports 04-18-2008 09:04 PM

I followed your guide but when trying to upload a 3mb file, I get "The upload failed! Upload error."

Any ideas?

GafferSports 04-18-2008 09:43 PM

Resolved - thanks.

iettafune 04-19-2008 07:58 AM

sorry for my english but i'm italian!!

when i copy all download dir with images and files, i have a problem... because same thumbs images have permission 600, and another 644 but the down files have 777!!!

when i copy this dir, the images with 600 CHMOD doesn't copy why??
if i set this with 777 i receive the error "permission denied"

thanks

Artes_Marciales 04-19-2008 12:01 PM

there is some way to allow the downloads to all users (not members only) in a category exclusively? :confused:

Space Monkey 04-20-2008 02:08 PM

I think I fuxed up my uninstall, as now when I attempt to delete ANY thread from my forum I get...

Quote:

Database error in vBulletin 3.6.8:

Invalid SQL:
SELECT id
FROM dl_files
WHERE dl_files.dl_threadid='368';

MySQL Error : Unknown column 'dl_files.dl_threadid' in 'where clause'
Error Number : 1054
Date : Sunday, April 20th 2008 @ 08:07:21 AM
Script : http://xxxxx.com
IP Address : 203.213.7.130
Username : Spunk Monkey
Classname : vB_Database
HELP? :mad:

sweeps78 04-21-2008 01:41 PM

I hate to bump my question, but I could really use an answer to this:

Quote:

Quote:

It works fully with vB 3.7 except for the optional user profile template edits (as the memberinfo template was completely revamped in vB 3.7).
So, when you say the user profile template edits are not working, are you referring to the settings "Show Download Stats" and "Show Member Files"?

Artes_Marciales 04-21-2008 02:05 PM

Quote:

Originally Posted by Artes_Marciales (Post 1494420)
there is some way to allow the downloads to all users (not members only) in a category exclusively? :confused:

Any idea? :(

sweeps78 04-21-2008 02:30 PM

Is there any way to allow registered users to create sub-categories?

sweeps78 04-21-2008 06:58 PM

Has anyone had a problem getting DownloadsII to work with any skins?

Space Monkey 04-22-2008 12:39 AM

So yeah, I'm still having the problem of a messed up database due to a bad uninstall I believe. Like I said, if I attempt to delete ANY thread on my forum (as well moving individual posts between threads) I get the following error...

Quote:

Database error in vBulletin 3.6.8:

Invalid SQL:
SELECT id
FROM dl_files
WHERE dl_files.dl_threadid='379';

MySQL Error : Unknown column 'dl_files.dl_threadid' in 'where clause'
Error Number : 1054
Date : Monday, April 21st 2008 @ 06:38:06 PM
Script : xxxxxx
Referrer : xxxxxx
IP Address : 203.213.7.131
Username : Spunk Monkey
Classname : vB_Database
Is there anyway to completely remove this entire modification, including specific SQL to remove/drop ANY tables related to it to fix my database. My forums currently in turmoil because of this :(

I'm pretty much BEGGING for help on this :(

RS_Jelle 04-22-2008 07:53 AM

Quote:

Originally Posted by iettafune (Post 1494334)
sorry for my english but i'm italian!!

when i copy all download dir with images and files, i have a problem... because same thumbs images have permission 600, and another 644 but the down files have 777!!!

when i copy this dir, the images with 600 CHMOD doesn't copy why??
if i set this with 777 i receive the error "permission denied"

thanks

Use SSH instead of FTP - if possible - to do such actions.

Quote:

Originally Posted by Artes_Marciales (Post 1494420)
there is some way to allow the downloads to all users (not members only) in a category exclusively? :cof used:

Just use the "Exclude Categories" and "Can Download Files" usergroup permissions for guests.

Quote:

Originally Posted by Space Monkey (Post 1495182)
I think I fuxed up my uninstall, as now when I attempt to delete ANY thread from my forum I get...

HELP? :mad:

That's not a real DownloadsII problem. You probably still have the "DownloadsII Create New Thread Add-On" installed, which doesn't work without DownloadsII itself.

Quote:

Originally Posted by sweeps78 (Post 1495832)
Is there any way to allow registered users to create sub-categories?

No, except from giving them AdminCP access (which isn't a good idea).

Quote:

Originally Posted by sweeps78 (Post 1496051)
Has anyone had a problem getting DownloadsII to work with any skins?

It should work with all styles normally, as it's fully templated. What's the problem?

Artes_Marciales 04-22-2008 10:13 AM

Quote:

Just use the "Exclude Categories" and "Can Download Files" usergroup permissions for guests.
Thanks for reply,
"Exclude Categories" is not a solution,
d?ont like for seo, and I like guest view but no download the other categories,
then if guest like a downloads, he registers in the forum.

Best Regards!! :)

iettafune 04-22-2008 12:01 PM

Quote:

Originally Posted by RS_Jelle (Post 1496390)
Use SSH instead of FTP - if possible - to do such actions.

yes, with ssh are ok...but why che plugin add the thumb file in auto with permission 600???

RS_Jelle 04-22-2008 02:28 PM

Quote:

Originally Posted by Artes_Marciales (Post 1496443)
Thanks for reply,
"Exclude Categories" is not a solution,
d?ont like for seo, and I like guest view but no download the other categories,
then if guest like a downloads, he registers in the forum.

Best Regards!! :)

I'm sorry, but that's not possible at the moment.

Quote:

Originally Posted by iettafune (Post 1496495)
yes, with ssh are ok...but why che plugin add the thumb file in auto with permission 600???

That's because there's no chmod for it at the moment and your server has a pretty strict umask (auto permissions given by the server).

RS_Jelle 04-22-2008 02:38 PM

While my main focus is on version 6, I thought it was time to get out a small update on the 5.0 branch. It includes two minor bug fixes and removes one (unnecessary) query on all DownloadsII pages.

DownloadsII 5.0.7 Changelog

CyberRanger
  • Added extra 666 chmod for uploading images
Jelle
  • Fixed an uncached template when using the vBulletin basic editor
  • Removed one (unnecessary) query on all DownloadsII pages and tweaked count queries

glennybee 04-22-2008 03:19 PM

Thanks for the update Jelle. :)

echo2kk5 04-22-2008 03:40 PM

Thanks for the update. :up:

sweeps78 04-22-2008 06:11 PM

Quote:

It should work with all styles normally, as it's fully templated. What's the problem?
Nothing as of yet. I'm going to pick up a skin for my forums (looong awaited) and I wanted to check if there would be any reason why DowloadsII and the skin wouldn't jive together.

sweeps78 04-22-2008 07:16 PM

Hi,

I can't seem to figure out how to move a file to a different category once it's been uploaded...

Am I just blind or something? Does this not exist?

MiahBeSmokin420 04-22-2008 10:05 PM

Still waiting for the vBCredits integration

one day someone will make that happen

mark|3 04-23-2008 02:04 AM

Just a suggestion, it will be great if there's an error in download. The system will allow the user to download another file immediately rather than the timewait to be over before they can download again?

REVHEAD 04-23-2008 03:10 AM

I just upgraded , and uninstalled the old xml and installed the new xml , now I dont have any of my downloads or Cats showing and I have lost all my user permissions, what can I do to fix this ? thanks.

DssCrazy 04-23-2008 04:38 AM

Quote:

Originally Posted by REVHEAD (Post 1496995)
I just upgraded , and uninstalled the old xml and installed the new xml , now I dont have any of my downloads or Cats showing and I have lost all my user permissions, what can I do to fix this ? thanks.

I think you will need to set it all over again. you should have overighten the old xml

Joshva 04-23-2008 06:40 AM

Hi,

When will version 6.0 be released?

btw your product rocks!

Hornstar 04-23-2008 07:40 AM

Quote:

Originally Posted by Joshva (Post 1497060)
Hi,

When will version 6.0 be released?


btw your product rocks!

I was kinda of thinking originally it was going to be released around the 3.7 vbulletin release, but now im not so sure.

I am just wondering % wise how close is it to being finished?

Goomzee 04-23-2008 08:20 AM

it;s works fine

RS_Jelle 04-23-2008 08:50 AM

Quote:

Originally Posted by sweeps78 (Post 1496768)
Hi,

I can't seem to figure out how to move a file to a different category once it's been uploaded...

Am I just blind or something? Does this not exist?

Just edit the file and change the category in the category dropdown menu.

Quote:

Originally Posted by REVHEAD (Post 1496995)
I just upgraded , and uninstalled the old xml and installed the new xml , now I dont have any of my downloads or Cats showing and I have lost all my user permissions, what can I do to fix this ? thanks.

For upgrading you need to use the overwrite function from the product system, as stated in the instructions. Uninstalling removes everything.

If you've got a database backup, you can restore the original dl_ tables.

Quote:

Originally Posted by Joshva (Post 1497060)
Hi,

When will version 6.0 be released?


btw your product rocks!

There's no ETA at the moment.

Quote:

Originally Posted by hornstar1337 (Post 1497081)
I was kinda of thinking originally it was going to be released around the 3.7 vbulletin release, but now im not so sure.

I am just wondering % wise how close is it to being finished?

Version 6 will be for vB 3.7 only indeed (no vB 3.5/3.6 support). But ... 10% of all the time for 90% of the work and 90% of all the time for 10% of the work. Finishing it is needing more time than I imagined.

Joshva 04-23-2008 10:58 AM

What are the major items being improved for 6.0?

RLDMW 04-23-2008 03:29 PM

Hi there,

I have one question.

I'm using the latest DownloadII Version and all seems to work fine.
But if I would upload am File that has an Filesize of 6,8Mb I got this error "The upload failed! Upload error."
By smaller Filez there seems no problem and works fine.

I have read a lot of posts here, but can't find an answer for my Problem :(

Anyone an idea ?

Greetz
RLDMW

Black Tiger 04-23-2008 03:44 PM

Quote:

I have read a lot of posts here, but can't find an answer for my Problem
Maybe you read the wrong posts, because it's definately talked about a lot, but no problem.:)

Fair chance is that your host has the the maximum size of uploads to 2mb which is standard in php.
You can add a line to your .htaccess file or when this does not work, ask your hosting provider to set the php maximum upload size to a higher amount.

RLDMW 04-23-2008 04:57 PM

Hi,

thanx 4 your message !

I have thought thats the prob there.

With htaccess it will not work, so i have contact the provider to change this value.

It is posible that I read the false post ;)

Thx a lot
RLDMW

sweeps78 04-23-2008 07:41 PM

I know that it was just released today, but I was curious if anyone knew of complications between DownloadsII and vb RC4? I was getting ready to upgrade my forums, but thought twice once I saw there were a ton of template edits.


All times are GMT. The time now is 09:58 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.04944 seconds
  • Memory Usage 1,879KB
  • 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
  • (2)bbcode_php_printable
  • (28)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