Thread: Major Additions - DownloadsII
View Single Post
  #2243  
Old 01-28-2008, 11:00 AM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thecool444 View Post
Ah thankyou so much. Also how do i do the optional bits (im a bit new to all this)
AdminCP -> Styles & Templates -> Style Manager -> Edit templates (in the dropdown menu of your style) -> Navigation / Breadcrumb Templates (double click on it) -> navbar (double click on it)

Then you can do the edit and save it

Btw: please click the install link in this thread to receive feature update notifications.

Quote:
Originally Posted by yahoooh View Post
is there any temporary fix for : additional query per file ?
i did not use thumbnil!

also i want to show random files under most downloaded files , is there any additional code to make this random files


i suggest adding :
1. related files that show in the page of file
2. captcha for unregistered to prevent hot linking espicially when unregistered useres can download files by permission in usergroup

thanks
Enable the "Disable file thumbnails?" DownloadsII setting and you will get rid of the extra query (and thumbnails).

Random files aren't possible by default.

For the suggestions:
  1. I don't think we are going to add such a feature as this is very database intensive if you have a lot of files. vBulletin has got it for threads and it's one of the first things they suggest you to turn off if you are having performance problems. Also you get sometimes the strangest related results.
  2. We aren't hotlinking to files. Users will never see the exact file location and we are adding some random characters to the stored file name, so guessing it is very difficult. You can also add .htaccess protection to the downloads folder.

Quote:
Originally Posted by REVHEAD View Post
I have a niggle with some text not lining up here is my code
HTML Code:
<img src="http://www.mysite.com/forums/images/downloadsII_icons/disk.jpg"> 
<br>
<strong>Important Notice</strong>
<ul>
<li>We are not resposible for any virus you may receive , due to any files you may download. </li>
<li>While we try and make shure all files are scanned  before upload, we can not guarantee all files to remain free from Trojans and Virus</li>
<li>To be safe, scan all files before opening.</li>
<li>Use these files at your own risk!</li>
<li>Enjoy</li>
</ul>
and here is my screenshot.

What do I need to change?.
That's just normal (X)HTML behaviour: a list (ul) is always indenting by default.

Try using
HTML Code:
<blockquote><img src="http://www.mysite.com/forums/images/downloadsII_icons/disk.jpg" alt="Disk" /> 
<br />
<strong>Important Notice</strong></blockquote>
<ul>
<li>We are not resposible for any virus you may receive , due to any files you may download. </li>
<li>While we try and make shure all files are scanned  before upload, we can not guarantee all files to remain free from Trojans and Virus</li>
<li>To be safe, scan all files before opening.</li>
<li>Use these files at your own risk!</li>
<li>Enjoy</li>
</ul>
instead. The blockquote tag will also create indenting for the upper text.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01219 seconds
  • Memory Usage 1,784KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete