Download Extension 8.1.0 RC2 - Public pre-release

Support für Extensions für phpBB 3.3.x von Entwickler OXPUS
eunaumtenhoid
Beiträge: 40
Registriert: Sa 28. Jan 2012, 13:42

Re: Download Extension 8.1.0 RC1 - Public pre-release

Beitrag von eunaumtenhoid »

exact, but it would be nice to have the number highlighted with a circle as it happens on github for example
Bild

noticed when there is 0 comment does not show the number

and 1 comment is 1 comments, the correct one would not be 1 comment, from comment 2 it would be comments
ty
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Download Extension 8.1.0 RC1 - Public pre-release

Beitrag von oxpus »

Hmpf, this is a button, not a simple text link, so highlightning is not really provided.
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!
eunaumtenhoid
Beiträge: 40
Registriert: Sa 28. Jan 2012, 13:42

Re: Download Extension 8.1.0 RC1 - Public pre-release

Beitrag von eunaumtenhoid »

I got it, thanks!
Zuletzt geändert von eunaumtenhoid am Sa 23. Mai 2020, 19:02, insgesamt 2-mal geändert.
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Download Extension 8.1.0 RC1 - Public pre-release

Beitrag von oxpus »

Is this better?
new_comment_count.jpg
new_comment_count.jpg (6.93 KiB) 4525 mal betrachtet
With some more changed files:
ext.7z
(15.14 KiB) 213-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!
eunaumtenhoid
Beiträge: 40
Registriert: Sa 28. Jan 2012, 13:42

Re: Download Extension 8.1.0 RC1 - Public pre-release

Beitrag von eunaumtenhoid »

FANTASTIC! TY

I'm trying to use Sort by, but nothing happens and the order of the downloads doesn't change

could have an option via ACP to be able to configure Sort by activating / deactivating which ones could appear and adding some more, by NAME, by date

but is it right with 0 comments not showing any numbers? or better shows >> comments 0
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Download Extension 8.1.0 RC1 - Public pre-release

Beitrag von oxpus »

The comments are alltimes be sorted by date descending = the newest ones are on the top.

The donwloads can be sort by default, by other fields and on user settings.
Use the several sort options in the ACP and UCP.

And 0 is a "bad" number, thus it is hidden.
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!
eunaumtenhoid
Beiträge: 40
Registriert: Sa 28. Jan 2012, 13:42

Re: Download Extension 8.1.0 RC1 - Public pre-release

Beitrag von eunaumtenhoid »

understand ty

IN BUG tracker
when you try to change the status it shows this error

Code: Alles auswählen

General Error
SQL ERROR [ mysqli ]

Unknown column 'd.df_id' in 'where clause' [1054]

SQL

SELECT b.df_id, b.report_status, b.report_author_id, b.report_title, d.cat FROM phpbb_dl_bug_tracker b, phpbb_downloads d WHERE d.id = d.df_id AND b.report_id = 1

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1023
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 195
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 345
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/ext/oxpus/dlext/controller/tracker.php
LINE: 397
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/vendor/symfony/http-kernel/HttpKernel.php
LINE: 151
CALL: oxpus\dlext\controller\tracker->handle()

FILE: [ROOT]/vendor/symfony/http-kernel/HttpKernel.php
LINE: 68
CALL: Symfony\Component\HttpKernel\HttpKernel->handleRaw()

FILE: [ROOT]/app.php
LINE: 35
CALL: Symfony\Component\HttpKernel\HttpKernel->handle()
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Download Extension 8.1.0 RC1 - Public pre-release

Beitrag von oxpus »

Uuhgh.

Please replace the tracker controller.
Dateianhänge
tracker.zip
Copy unzipped to /ext/oxpus/dlext/controller/
(7.68 KiB) 167-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!
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Download Extension 8.1.0 RC1 - Public pre-release

Beitrag von oxpus »

General update for today:

The use of sizeof() has been removed and $var++ / $var-- have been replaced with ++$var / --$var.

In the ACP statistics module a new default option for delete "marked" entries has been added.
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!
eunaumtenhoid
Beiträge: 40
Registriert: Sa 28. Jan 2012, 13:42

Re: Download Extension 8.1.0 RC1 - Public pre-release

Beitrag von eunaumtenhoid »

excellent, it seems to be working normally.

bug
when using the extension via smartphone the link your downloads on the quick links does not appear
I have a little problem too whenever a user logs in the permissions are removed


new
in reported downloads >> when we type in a reason for reporting where does that reason go? could be shown only to moderators and administrators what do you think? because then the moderator will know the reason for the download to be reported
current version >> when hovering over the downlaod button it could show the name of the version that is selected
similar download >> will you improve this part? placing a table shows the name of the download, who posted the date? something like the similar topics?
Gesperrt