Die Suche ergab 6 Treffer

von d33j4y2
So 8. Mai 2011, 23:48
Forum: MOD Support phpBB 3.0
Thema: Download Mod 6.4.9 to 6.4.10 Update Question..
Antworten: 1
Zugriffe: 1430

Download Mod 6.4.9 to 6.4.10 Update Question..

Just curious if there were any changes to the SubSilver2 files in the "root/styles/subsilver2/template/dl_mod/*.*" folder when updating the Download Mod from 6.4.9 to 6.4.10?? Im assuming the "/subsilver2/template/breadcrumbs.html" and "/subsilver2/template/overall_header.html" were the only ...
von d33j4y2
Sa 19. Feb 2011, 18:20
Forum: MOD Support phpBB 3.0
Thema: Download File Button and Recaptcha Missing - 6.4.7
Antworten: 8
Zugriffe: 4465

Re: Download File Button and Recaptcha Missing - 6.4.7

Ah yep I did as you said, changed the code back to the original session browser, deleted that entry in Banlist and the download button was there!!! Thanks for the heads up Oxpus!! Its all a learning process for me lol!! Good job with the updates!! :D :D :D :D :D
von d33j4y2
Fr 18. Feb 2011, 20:16
Forum: MOD Support phpBB 3.0
Thema: Download File Button and Recaptcha Missing - 6.4.7
Antworten: 8
Zugriffe: 4465

Re: Download File Button and Recaptcha Missing - 6.4.7

Hi oxpus! Ok, I narrowed it down to the code in "class_dlmod.php" that was causing the download button as well as the visual conformation(reCaptcha in my case) to not show when trying to download a file.

I had to add the "$_SERVER" back into the "public function dlmod()" from the changed code ...
von d33j4y2
Fr 18. Feb 2011, 18:46
Forum: MOD Support phpBB 3.0
Thema: Download File Button and Recaptcha Missing - 6.4.7
Antworten: 8
Zugriffe: 4465

Re: Download File Button and Recaptcha Missing - 6.4.7

Im not at all worried about the recaptcha part of it as I dont use it anymore but I mentioned it because that too was not showing when I checked it!! Only thing Im worried about is the download button not showing which is due to something in that file..
von d33j4y2
Fr 18. Feb 2011, 00:45
Forum: MOD Support phpBB 3.0
Thema: Download File Button and Recaptcha Missing - 6.4.7
Antworten: 8
Zugriffe: 4465

Re: Download File Button and Recaptcha Missing - 6.4.7

I have narrowed it down to being something to do with this file ==> root/dl_mod/classes/class_dlmod.php

When I uploaded this same exact file from the Download Mod 6.4.5 version root files.. the download button and recaptcha were showing perfect but it doesnt show when i re-upload back this same ...
von d33j4y2
Do 17. Feb 2011, 02:32
Forum: MOD Support phpBB 3.0
Thema: Download File Button and Recaptcha Missing - 6.4.7
Antworten: 8
Zugriffe: 4465

Download File Button and Recaptcha Missing - 6.4.7

Hello! I recently updated Download mod from 6.4.5 to 6.4.7 but as of updating to 6.4.6, I noticed that the download file button is missing when you try to download any file on my site! I checked the settings and nothing was changed to cause this issue! I also noticed that the recaptcha will not show ...