The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Download Thread Details »» | |||||||||||||||||||||||||
This hacks allows you to download a thread into your computer (desktop etc.) as a text file with one click.
The hack adds a "DOWNLOAD THREAD" link next to "Subscribe to this Thread" and when clicked entire thread is downloaded. (See Screenshot) It's useful when: a) You want to archive and save the thread, b) Want to read it offline, c) It's a long thread and you want to browse it faster as a text file, use better searching features of your text editor. For example wouldnt it be nice to download and search a keyword in the text file in, say, Lesene's Store Hack Thread which has 921 replies? Anyway the hack works with ALL vb versions and very easy to apply (2 steps/ 2 minutes..). If you install it, please click INSTALL, thank you. Note : Download function is tested with IE v.6.0 and Netscape v.4.7 and it's working in both browsers. I dont know other browsers or older versions though Note : For Italian Translation (and instructions) of the hack, see this post. Thanks to Geminy. UPDATE AT 13.OCTOBER.2002 : Due to a small bug, I updated the hack code. If you are downloading now, the code you dowload is already updated. If you installed the hack prior to 13.October.2002, you may want to reapply STEP 2, if you encounter problems. Enjoy the hack. Logician Show Your Support
|
Comments |
#42
|
|||
|
|||
hi folks...
i'm also using the IE6 and the board only opens a blank page if i click on the download link ! hopefully someone get's a solution for this ! greetz |
#43
|
|||
|
|||
hey alpha my problem was a call to a .php extension and i use .php3 extensions. when ever i add a hack i have to make sure that i change the extensions. I hope that may be your problem.
|
#44
|
|||
|
|||
it isn't cause i only use the *.php extension... i run the board locally on a windows webserver but as i know the javascript variables and so on are given over on the browser or client side so this shouldn't be the fault...
i really checked the hacked code many many times, but there's nothing wrong with it :ermm:... it may be a problem of IE6 + service pack 1 which is included in the windows xp version with service pack 1 but i don't know... |
#45
|
||||
|
||||
Quote:
1- It does not matter for the hack whether you are in Windows or unix. My board is on unix server while my localhost is on Windows and the hack works well on both servers.. 2- Your post gave me the impression that your problem is related to your file type associations or your browser. Here are some steps to find out: a) Try to right click on Download Thread Link and choose "Save Target As" from the menu, does it download now? b) Try to use different browsers like Netscape, Opera or Mozzilla, does it work? c) Is it only you who have the problem? Can your users download without problems? d) Cant you download from other boards' download thread link either? Say, try here: http://www.bimmervibe.com/phorum/sho...=&threadid=415 If your answer is YES for either of above, it means the problem is not related to the hack but your file type settings/browser. What can be your problem then? When you download a program with .xxx extension for the first time, Windows asks you what to do: Open it or Save it. And there is a small box there, Always ask before opening this type of file". If you accidently clear that for ".txt" files and choose to "OPEN" it once, then your IE will be associated with txt files and whenever you click one, IE will automatically open it, instead of save it (or ask what to do). If this is your problem you have to cancel .txt file associations with your IE. To do this either choose a .txt file SHIFT-Right mouse Click/Open With and choose notepad or My computer/View/Tools/Folder Options/File Types and cancel IE's relation with txt files.. I hope this will help.. |
#46
|
|||
|
|||
hi logician !
a) it will download the showthread.htm b) this ++++in' nutscrape and the other ones have all the same problem c) i don't like other users on my local pc d) it work's on this board so i think it's the hack itself if you're good in php i can send you the files which are involved in this hack so that you can look at them, but i think i'm not bad in this by myself so that you wouldn't find any errors but if you want you can try greetz |
#47
|
||||
|
||||
Quote:
|
#48
|
|||
|
|||
Hi there!
This is a great hack, but i just have one problem. When i try to download a thread it sends me to the nopermission_error template. I'm an Admin. How the hell is that possible? this is what checks the perms: // Check Permissions so that a smartass wouldnt download a thread he doesnt allowed to see $getperms=getpermissions($thread['forumid'],-1,-1,$forum['parentlist']); if (!$getperms['canview'] or !$thread['visible']) {show_nopermission();} if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) {show_nopermission();} What is going wrong here? |
#49
|
||||
|
||||
Quote:
|
#50
|
|||
|
|||
Works great. Thnx man! :knockedout:
One question which has nothing to do with ur hack. Does the amount of tables in a (MySql) database has any effect on the speed of that database? |
#51
|
||||
|
||||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|