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)

R34GTT 12-30-2006 10:46 PM

Erm, found a file I missed called downloads.php

Im just going off to hang my head in shame...

blind-eddie 12-30-2006 10:47 PM

lol ,I do that alot

sinisterpain 12-31-2006 11:02 AM

I have a small problem, when setting a category for website images and only allowing images to be uploaded it does not seem to read the admincp settings for allowed images ie.. png jpg etc it keeps giving me you are not allowed to upload thoses extensions. When I added the image extensions to the allowed file extensions it worked. Not sure if this is a bug or I missed something in my settings or does the image extensions need to be listed in the file extensions too, just thought that was redundant.

RS_Jelle 12-31-2006 11:34 AM

File extensions are for the "upload file" option while adding a file (which could be an image if it's listed in the file extensions).
Image extensions are for uploading images to a file (underneath the description) after adding the file.

ombossman 12-31-2006 12:40 PM

Quote:

Originally Posted by ombossman (Post 1147747)
hi CyberRanger ı want to move left modules (latest files,most popular files...) to bottom of navbar how can i do it ?


how to make it please ansver me because urgently need ed your help
wbr

dragonhart 12-31-2006 07:39 PM

Hey guys, I have a problem, the downloads is working perfectly except for one major problem. It now says maximum upload limit reached and redirects me back to the file page. HUH??? any hints as to how I get rid of this....thanks
Dragonhart

PS...have searched for the limit part in vb admin but to no avail....:surprised:

RS_Jelle 12-31-2006 09:11 PM

Quote:

Originally Posted by ombossman (Post 1147747)
hi CyberRanger ı want to move left modules (latest files,most popular files...) to bottom of navbar how can i do it ?

I don't understand it really? You can place it in one of the three (or more, you can set that in the vBa options) columns of vBa CMPS. It's designed particularly for the left and right one, but you can always modify the adv_portal_ecdownloads template for your needs ;)

Quote:

Originally Posted by dragonhart (Post 1148220)
Hey guys, I have a problem, the downloads is working perfectly except for one major problem. It now says maximum upload limit reached and redirects me back to the file page. HUH??? any hints as to how I get rid of this....thanks
Dragonhart

PS...have searched for the limit part in vb admin but to no avail....:surprised:

Check the usergroup permissions, they are controling the download and upload limits.

sinisterpain 12-31-2006 09:34 PM

Quote:

Originally Posted by RS_Jelle (Post 1148010)
File extensions are for the "upload file" option while adding a file (which could be an image if it's listed in the file extensions).
Image extensions are for uploading images to a file (underneath the description) after adding the file.

Thank you for your response.

d8tabyte 01-03-2007 02:25 AM

Is there anyway I can edit it so I can allow HTML to be used in the description feild when adding a file? I only allow moderators and above to add files, and I want to be able to use HTML for this. Currently it just outputs the code.

Thanks

RS_Jelle 01-03-2007 09:05 AM

Quote:

Originally Posted by d8tabyte (Post 1149611)
Is there anyway I can edit it so I can allow HTML to be used in the description feild when adding a file? I only allow moderators and above to add files, and I want to be able to use HTML for this. Currently it just outputs the code.

Thanks

Open downloads.php

FIND
PHP Code:

$parsed_text $parser->do_parse($file['description'], falsetruetruetruetrue$cachable); 

REPLACE WITH
PHP Code:

$parsed_text $parser->do_parse($file['description'], truetruetruetruetrue$cachable); 

For your information: https://vborg.vbsupport.ru/showthread.php?t=82693
There you can see what you need to change for allowing/disallowing images, smilies, bbcode and nl2br.

This will be an option in the next version, because this is something a lot of people want to set (together with allowing/disallowing images in the description etc.).


All times are GMT. The time now is 09:55 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.04005 seconds
  • Memory Usage 1,750KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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