Thema zum Download Download Extension

Support für Extensions für phpBB 3.3.x von Entwickler OXPUS
Antworten
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Thema zum Download Download Extension

Beitrag von oxpus »

At first:
Are you sure that the permission and owner settings for your thumbs are okay?
They should be in CHMOD 644 or higher to be able to displayed for common users and using by your web server.

The category icons must be entered with the complete relative path based on your domain root path.
E. g. if you forum will be placed in a subfolder you needs to include the folder to the category image path.
And the image path must begins with a leading slash.

And at least the banlist:
The default entry proofs the user the user agent of the browser, too.
Modern browsers may be not included in the default browser list of the extension and the ban will block each user per default.
On one of the next releases the user agents will be removed, because there are to many several and different user agents to be able to manage them in realtime.


Update:
I've published the new release 8.0.3 which will check and set the correct web server permissions automatically.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
dave c
Beiträge: 25
Registriert: Di 18. Feb 2020, 22:01

Re: Thema zum Download Download Extension

Beitrag von dave c »

Oxpus,

Yes the .htaccess has now fixed the thumbnails issue! perfect thanks. And i see you have added that to the latest update package.

Also fixed the path to the category icons to include the relative path from the Domain root. included the subfolder and a leasing slash. Yes my board is in a subfolder. So that fixed that problem. The old mod did not need the leading slash also.

Maybe also at least fix the wording in the help file. change forum root to Domain root.?
help.jpg
help.jpg (61.47 KiB) 8558 mal betrachtet
dave c
Beiträge: 25
Registriert: Di 18. Feb 2020, 22:01

Re: Thema zum Download Download Extension

Beitrag von dave c »

Oxpus,

Also, and im not sure what was coded by design, but for thumbnails when clicked on just moves to a new webpage with the image full screen. Then in order to return to the download one must press "back" on the browser.
I looked at prettyphoto and looks like it should function as "lightbox" did while darken the screen and open a small popup window with the image?

This is what i get
new window.jpg
new window.jpg (152.66 KiB) 8557 mal betrachtet
Isnt this what we should get?
popup.png
popup.png (277.87 KiB) 8557 mal betrachtet
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Thema zum Download Download Extension

Beitrag von oxpus »

The extension uses pretty photo.
Please delete the forum and browser cache.
Maybe this can contain corruct data.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
dave c
Beiträge: 25
Registriert: Di 18. Feb 2020, 22:01

Re: Thema zum Download Download Extension

Beitrag von dave c »

Hi,
Have cleared cache and browser also. have try both IE and Chrome. still no prettyphoto box.
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Thema zum Download Download Extension

Beitrag von oxpus »

Yes, you're right: Pretty Photo uses a deprecated function in jQuery in the new phpBB 3.3.x.

Please upload the attached .js file (unzipped) into the folder
/forumroot/ext/oxpus/dlext/vendor/prettyPhoto/js/
and be sure you have cleared the browser cache to load the new one.
After this the pretty photo popup will be displayed.

Reason:
jQuery was updated in phpBB 3.3.0 to release 3.4.1 and this use .length instead of .size().
This deprecated function cancels the workflow of the pretty photo libary so the image will display as it is and not framed in a lightbox popup.

The extension will be updated shortly without any new release number.
Dateianhänge
jquery.prettyPhoto.js.zip
Upload unzipped to /forumroot/ext/oxpus/dlext/vendor/prettyPhoto/js/
(5.85 KiB) 265-mal heruntergeladen
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
dave c
Beiträge: 25
Registriert: Di 18. Feb 2020, 22:01

Re: Thema zum Download Download Extension

Beitrag von dave c »

Oxpus,

Yes that fixed that! thanks. I do believe i am back up and running and back to normal again.
dave c
Beiträge: 25
Registriert: Di 18. Feb 2020, 22:01

Re: Thema zum Download Download Extension

Beitrag von dave c »

also, oxpus all my installations show this funky module name for the ACP stats,

It works as it should but the display everywhere makes it look like a non existent module.
Even in the "add Module" dropdown box shows the same
acp stats.jpg
acp stats.jpg (50.3 KiB) 8509 mal betrachtet
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Thema zum Download Download Extension

Beitrag von oxpus »

Oh, please use the fixed file:
common.zip
Copy this file (unzippd) into the folder /ext/oxpus/dlext/language/en/
(13.17 KiB) 463-mal heruntergeladen
There's a little "e" missing in the language script...
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
dave c
Beiträge: 25
Registriert: Di 18. Feb 2020, 22:01

Re: Thema zum Download Download Extension

Beitrag von dave c »

Is there an easy way to disable the downloads link in the navbar? i have added a button menu instead.
or do i need to remove some code from one of the event files?
Antworten