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)

adc-arab 07-30-2007 11:23 AM

Quote:

You can already do that m8, if you make member get promoted after a certain amount of posts. You can set that group with the chance to download.
i dunno how to do this -_- and i don't wanna more of group users what i want to be added is something like this mod
https://vborg.vbsupport.ru/showthread.php?t=123002

RS_Jelle 07-30-2007 07:41 PM

Quote:

Originally Posted by wolf32 (Post 1301732)
Agggg!!!! didn't work. Do I need to change something in the PHP file? I checked it and didn't see anything. ;)

Edit: Is there a way to just center justify the image? or just make that column thinner? I know it seems like your answering a questionaire, but one last one. How do I replace the download button? The one that looks like vB's default expand and collapse button. Also, can you check out 'Tools & Utilities' under Programming, something is definitely wrong.

Appreciate it.

  1. Sorry, I thought you were pointing at the white space on the file page. For the white space on the right of the category icon, you have to modify the width of the category td, which is currently 20%. You can find this in the downloads_main template and don't forget to change the other procent values to keep the 100% total.
    Also reupload the original downloads.php as you don't need the custom one I pointed you to.
  2. The small download icon is controlled by the ecdownloads_download_pic phrase. You can change it using the Languages & Phrases AdminCP part.
  3. That's because you changed the templates :)
    You made a mistake in the downloads_cat_subbit template:
    HTML Code:

    <span class="smallfont"><a <span style="font-size:12pt>
    As you see the HTML highlighter isn't highlighting it correct as your HTML syntax is wrong. There's that strange <a and you missed a double quotation mark after the 12pt value to close the style attribute. This is messing up the layout.

Quote:

Originally Posted by exportforce (Post 1302071)
Hello,

I have problems with windows.
I can't upload files larger than 2MB.
php.ini upload and post-max-size is set to 1000M

Help ?

What do you mean by "problems with Windows"? Is your site running on a Windows server? If it's a problem of your personal (Windows) computer only, it's not the fault of DownloadsII ...
Remember that you need to restart your webserver (Apache mostly for Linux servers, IIS mostly for Windows servers) to make that php.ini effective.
You can also use a .htaccess file for changing these PHP settings.

Quote:

Originally Posted by hydrodyn (Post 1302699)
Hi,

i wanna delete the boxes "newest files", "files-stats", and "upper".

I can deactivate it, but the downloadbox isn?t larger then. I will use the full site for showing my downloads.

Can you help me?

Try the Display " "Tops" on all pages? " DownloadsII setting ;)

Quote:

Originally Posted by rowlandc (Post 1302870)
I was just wondering about the Stats page. Does the data prune itself our does it stay up for ever?

I've set my download data to keep it up for 30days but the Stats page has data since 2months.

It isn't pruned at this moment. But it's not taking that much table space as it's only three values per day (date, # downloads, # bandwidth). You can prune this yourself using for example phpMyAdmin if you really want.

Quote:

Originally Posted by Cyricx (Post 1302994)
It appears to not work well with secondary usergroups.

If a secondary usergroup is set to restrict categories and another secondary usergroup is set to allow access to all categories.

The restricted categories are not viewable.

Hmm, I will look into this. But personally I also have a lot of problems with secundary user groups. Even for default vBulletin permissions they aren't all working if you set them using the secundary permissions (primary are overriding them) :(

Quote:

Originally Posted by Andyrew (Post 1304750)
I am having problems with downloading .pdf files, it was fine untill i went to vb 3.6.8
When a user downloads a .pdf it downloads in a split second then, when you try to view the file adobe gives an error saying the file is corrupt.
The downloads don't seem to be complete, only a small amount of data is downloaded hence the error from adobe.
Anyone know why this happens. :confused:

Update:

I have set .pdf files to open in the users browser using adobe rather than just download.
Once loaded into adobe the user just needs to click save a copy. :up:

That's strange: vBulletin 3.6.8 normally doesn't change anything about this as we are using our own download procedure :)

Quote:

Originally Posted by adc-arab (Post 1305249)
i dunno how to do this -_- and i don't wanna more of group users what i want to be added is something like this mod
https://vborg.vbsupport.ru/showthread.php?t=123002

Hmm, you don't want to see the v6 permissions list at this moment ... :D
There are a lot of new permissions (can edit own comments, can edit own files, can delete own comments, ...), so I already splitted them into two categories. Adding even more permissions would turn it into a real mess and you can already accomplish this in the way rowlandc mentioned.

adc-arab 07-31-2007 03:33 AM

Quote:

Hmm, you don't want to see the v6 permissions list at this moment ...
There are a lot of new permissions (can edit own comments, can edit own files, can delete own comments, ...), so I already splitted them into two categories. Adding even more permissions would turn it into a real mess and you can already accomplish this in the way rowlandc mentioned.
thx jelle but i can't do the way rowlandc mentioned it gonna screw alot of things on my forum and i have alot of members ;)

i cann't wait till i install v6 :) awesome script and i really love it and i can't see the no nominate link >.>

CyberRanger 07-31-2007 10:15 AM

Quote:

Originally Posted by Cyricx (Post 1302994)
It appears to not work well with secondary usergroups.

If a secondary usergroup is set to restrict categories and another secondary usergroup is set to allow access to all categories.

The restricted categories are not viewable.

The category permissions don't work well at all if used for secondary usergroups. Sorry, it's a know limitation of the current category permission system.

wolf32 08-02-2007 02:12 AM

Quote:

Originally Posted by RS_Jelle (Post 1305607)
  1. Sorry, I thought you were pointing at the white space on the file page. For the white space on the right of the category icon, you have to modify the width of the category td, which is currently 20%. You can find this in the downloads_main template and don't forget to change the other procent values to keep the 100% total.
    Also reupload the original downloads.php as you don't need the custom one I pointed you to.
  2. The small download icon is controlled by the ecdownloads_download_pic phrase. You can change it using the Languages & Phrases AdminCP part.
  3. That's because you changed the templates :)
    You made a mistake in the downloads_cat_subbit template:
    HTML Code:

    <span class="smallfont"><a <span style="font-size:12pt>
    As you see the HTML highlighter isn't highlighting it correct as your HTML syntax is wrong. There's that strange <a and you missed a double quotation mark after the 12pt value to close the style attribute. This is messing up the layout.

Thanks for the help, works like a charm!

J9778CF5F0B5 08-02-2007 04:04 PM

After following your install instructions and getting to the point where we were to enter the categories into the Downloads menu, all I get is a blank screen. No input fields, nothing! HELP!

Thanks

RS_Jelle 08-02-2007 05:17 PM

Quote:

Originally Posted by J9778CF5F0B5 (Post 1308165)
After following your install instructions and getting to the point where we were to enter the categories into the Downloads menu, all I get is a blank screen. No input fields, nothing! HELP!

Thanks

Try reuploading all files and reimporting the product (with overwrite option on) ;)

fariborz khan 08-02-2007 10:33 PM

hi:
in instalation guide on part 8 say:

8. Perform the following optional edits (only required if you want download information to show on a member's profile and in the postbit)

Find in MEMBERINFO

my question is:
where is MEMBERINFO?

CyberRanger 08-02-2007 11:03 PM

Quote:

Originally Posted by fariborz khan (Post 1308512)
hi:
in instalation guide on part 8 say:

8. Perform the following optional edits (only required if you want download information to show on a member's profile and in the postbit)

Find in MEMBERINFO

my question is:
where is MEMBERINFO?

MEMBERINFO is a template. In the admincp, look under your Styles & Templates -> Style Manager

fariborz khan 08-03-2007 12:52 AM

thanks alot for answer.


All times are GMT. The time now is 04:36 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
  • Page Generation 0.04600 seconds
  • Memory Usage 1,771KB
  • 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_html_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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