Search found 94 matches

by kubera
29 Jan 2024, 01:13
Forum: Translations
Topic: Polish translation for 3.5 and Extensions 3.4
Replies: 1
Views: 180

Polish translation for 3.5 and Extensions 3.4

Updated polish translation for 3.5 (Core and Extensions)
polish.7z
(55.49 KiB) Downloaded 86 times
by kubera
02 Jun 2023, 00:43
Forum: Translations
Topic: Polish translation for 3.4 and Extensions 3.4
Replies: 1
Views: 1146

Polish translation for 3.4 and Extensions 3.4

Updated polish translation for 3.4 (Core and Extensions)
polish.7z
(54 KiB) Downloaded 81 times
by kubera
28 Dec 2022, 11:11
Forum: Translations
Topic: Polish translation for 3.3 and Extensions 3.3
Replies: 1
Views: 96

Polish translation for 3.3 and Extensions 3.3

Updated polish translation for 3.3 (Core and Extensions)
polish.7z
(52.55 KiB) Downloaded 42 times
by kubera
27 Jun 2022, 14:02
Forum: Translations
Topic: Polish translation for 3.2 and Extensions 3.2
Replies: 1
Views: 198

Polish translation for 3.2 and Extensions 3.2

Updated polish translation for 3.2 (Core and Extensions)
polish.7z
(51.68 KiB) Downloaded 60 times
PS>
I thin there is a problem with english translation

Code: Select all

define('TEXT_EXT_ANSWERED','Aswered');
define('TEXT_EXT_NOT_ANSWERED','Not aswered')
It should be "Answered" and "Not answered"
by kubera
24 Apr 2022, 22:30
Forum: Translations
Topic: Polish translation for 3.1 and Extensions 3.1
Replies: 1
Views: 232

Polish translation for 3.1 and Extensions 3.1

Updated polish translation for 3.1 (Core and Extensions)
polish_3.1.7z
(50.93 KiB) Downloaded 79 times
by kubera
26 Nov 2021, 01:20
Forum: Translations
Topic: Polish translation for 3.0 and Extensions 3.0
Replies: 1
Views: 244

Polish translation for 3.0 and Extensions 3.0

Updated polish translation for 3.0 (Core and Extensions)
polish_3.0.7z
(50.92 KiB) Downloaded 103 times
by kubera
22 Sep 2021, 15:31
Forum: Suggestions
Topic: Rules display fields in the form
Replies: 1
Views: 259

Rules display fields in the form

Hi We can configure the rules for displaying the fields in form. When we edit an item, everything works fine. Fields are shown or hidden at appropriate times. Unfortunately when using 'Update', 'Update selected' or 'Automate actions' this feature doesn`t work. This causes that user can update fields...
by kubera
14 Jun 2021, 17:03
Forum: Translations
Topic: Polish translation for 2.9 and Extensions 2.9
Replies: 1
Views: 291

Polish translation for 2.9 and Extensions 2.9

Updated polish translation for 2.9 (Core and Extensions)
polish_2.9.7z
(48.45 KiB) Downloaded 126 times
by kubera
19 Mar 2021, 22:10
Forum: Suggestions
Topic: Next and Previous Buttons
Replies: 20
Views: 3525

Re: Next and Previous Buttons

I have something like that. Use the code inside the "Php Code" section of Item Page Configuration. No need extra fields. But I could not put it to the right top of the page. That's why it is in the left bottom. $id = [id]; //id of current item $id1 = $id - 1; //id of previous item $id2 = ...