[BETA][3.2][3.3] Kalender

In diesem Forum können Extension-Autoren ihre Extensions vorstellen, die sich noch im Entwicklungsstatus befinden. Der Einbau in Foren im produktiven Betrieb wird nicht empfohlen.
vfrblue
Ehemaliges Teammitglied
Beiträge: 1993
Registriert: 22.11.2016 18:46

Re: [BETA][3.1][3.2] Kalender

Beitrag von vfrblue »

AC87 hat geschrieben: Wie bekommt man das „f“ und „n“ weg? Bzw. wie wird nur eine der beiden Beschreibungen sichtbar? Weil so steht aktuell der „Betreff“ des neuen Themas im Kalender und der „Name“ (nur in der Mobilen Ansicht)
viewtopic.php?p=1390927#p1390927
Die aktuelle, korrigierte Version aus dem 1. Beitrag installieren.
HJW
Mitglied
Beiträge: 1291
Registriert: 20.04.2007 20:48
Wohnort: 45481 Mülheim an der Ruhr
Kontaktdaten:

Re: [BETA][3.1][3.2] Kalender

Beitrag von HJW »

viewtopic.php?p=1391557&sid=29d4bacd847 ... 6#p1390926
einfach das Paket nochmal herunterladen und die Dateien überschreiben.
AC87
Mitglied
Beiträge: 6
Registriert: 20.12.2018 10:50

Re: [BETA][3.1][3.2] Kalender

Beitrag von AC87 »

Suuuuper ich danke euch! Jetzt klappts und sieht super aus...bin begeistert :grin:
Benutzeravatar
kjh-mov
Mitglied
Beiträge: 18
Registriert: 19.09.2017 07:53
Kontaktdaten:

Re: [BETA][3.1][3.2] Kalender

Beitrag von kjh-mov »

Hello,

we_universal style looks better if you change this:

Search /ext/hjw/calendar/styles/prosilver/template/event/week.html
copy the file into /ext/hjw/calendar/styles/we_universal/template/event

Open /ext/hjw/calendar/styles/prosilver/template/event/week.html
Search ...

Code: Alles auswählen

<!-- IF CALENDAR -->
	<div id="index-calendar">
		<!-- IF S_WEEK_OR_NEXT == 1 ||  S_WEEK_OR_NEXT == 3 -->
			<div class="forabg" style="margin-bottom:4px;font-weight:bold;color:#FFFFFF;">{L_CALENDAR_WEEKLY_OVERVIEW}</div>
			<div class="week">

Change it

Code: Alles auswählen

<!-- IF CALENDAR -->
	<div id="index-calendar">
		<!-- IF S_WEEK_OR_NEXT == 1 ||  S_WEEK_OR_NEXT == 3 -->
			<div class="forabg" style="margin-bottom:4px;font-weight: normal;color:#FFFFFF;padding: 9px 7px;text-align: center;vertical-align: middle;line-height: 18px;text-transform: uppercase;">{L_CALENDAR_WEEKLY_OVERVIEW}</div>
			<div class="week">
"Wer nichts weiß, muss alles glauben."
Marie von Ebner-Eschenbach
se-ti
Mitglied
Beiträge: 4
Registriert: 16.01.2019 01:16

Re: [BETA][3.1][3.2] Kalender

Beitrag von se-ti »

Hi!
Thank You very much for your Calendar! I just installed last version with phpBB 3.2.5 and liked it very much!
It looks like You made a great progress during last year!

I've caught several bugs, i'd like to report.

1. Minor: There is one not localized word 'entfernen' when you select type of an appointment. See main_listener.php line 1255
2. Micro: as for me "before Easter" sounds a bit better, than "until Easter". Google agrees 1.3B vs. 300M :)
3. Serious: I tried to say (don't ask why!) it would be -5 (minus 5) of us, attending event, and got

Code: Alles auswählen

SQL ERROR [ mysqli ]
Out of range value for column 'number' at row 1 [1264]
SQL
INSERT INTO phpbb32_calendar_participants (POST_ID, EVENT_DATE, USER_ID, NUMBER, PARTICIPANTS, COMMENTS, DATE) VALUES ('11', '', '2', -5, 'no', '', '2019-1-16-00-42')
4. Wow! told i, modified html attribute via browser inspector and took 9999999999 (almost 10B) friends with me, and got very similar error
I suppose, min(100, max(0, $num_friends)) will fix both issues.

But i still like your Mod very much!
I think, i'll make russian localization for it.
If you have github or similar repo, i'd like to make a pull request to it.
Or i can send you localization, if You'd like.

Serge
HJW
Mitglied
Beiträge: 1291
Registriert: 20.04.2007 20:48
Wohnort: 45481 Mülheim an der Ruhr
Kontaktdaten:

Re: [BETA][3.1][3.2] Kalender

Beitrag von HJW »

Hi Serge,

thank you for reporting this things.
se-ti hat geschrieben:1. Minor: There is one not localized word 'entfernen' when you select type of an appointment. See main_listener.php line 1255
I know it and i have changed it.
I'll work through the other points.

I would be happy to receive a Russian translation. You can use my email address from the composer.json of the extension.
se-ti
Mitglied
Beiträge: 4
Registriert: 16.01.2019 01:16

Re: [BETA][3.1][3.2] Kalender

Beitrag von se-ti »

Glad to hear from you, Hermann!

Some more issues :)

Minor on localization:
info_acp_calendar.php seems to have duplicate records 'ACP_CALENDAR_EVENT_CONFIG' with different values in all three languages (de, de_x_sie, en).
The first value is lost.
While the button caption and panel title share 'ACP_CALENDAR_EVENT_CREATE' string.

More important localization : i have non-localized dates in "Upcoming dates" panel (styled with 'CALENDAR_DATE_FORM', but English one, while by board and user have working Russian locale) and perfect localization in invited person registration dates.
Registration dates are localized in main_listener.php at line 375 and upcoming dates -- at line 875.

Strange input - wierd output: In the admin panel I have created annual date, starting on January 16-th _no_year_, ending on January 17-th 2021
I expected:
-- Annual 2-day events (Jan 16-th - Jan 17-th) ending in 2021 (no events in 2022 and later)
-- or may be long event starting Jan 16-th 2019, ending Jan 17-th 2022
Real: Almost everyday event, except small ranges: Jan 1- Jan 15 2022, Jan 1 - Jan 15 2023 and so on.
Special mention: 2-week upcoming dates panel showed events on Jan 1-st 1970, Jan 16-th 2020, Jan 17-th 2021, Jan 17-th 2022.
:o
I would be happy to receive a Russian translation...
Ok, I'll email it, as soon as it is ready!

Serge
se-ti
Mitglied
Beiträge: 4
Registriert: 16.01.2019 01:16

Re: [BETA][3.1][3.2] Kalender

Beitrag von se-ti »

se-ti
Mitglied
Beiträge: 4
Registriert: 16.01.2019 01:16

Re: [BETA][3.1][3.2] Kalender

Beitrag von se-ti »

Make google show this page for requests in Russian

По ссылке в предыдущем сообщении лежит русский перевод для календаря hjw Calendar, для форума phpBB.
Lord Phobos
Mitglied
Beiträge: 1
Registriert: 23.01.2019 14:59

Re: [BETA][3.1][3.2] Kalender

Beitrag von Lord Phobos »

Hi!!!

Sorry, I don't understand a single word in deutsch, could you please answer my question in english?

I'm making good use of this excellent extension on my board www.anonimagiocatori.it, but I've got problems in the mobile visualization.

Here is what I see in desktop view:

[ externes Bild ]

And here is what I see in mobile view:

[ externes Bild ]


Why I can't see titles of events in mobile view?
How can I fix that?

Thanks a lot in advance!
Antworten

Zurück zu „Extensions in Entwicklung“