Search found 161 matches

by Paullm
11 Feb 2021, 08:17
Forum: Discussion
Topic: Button to add record from dashboard
Replies: 16
Views: 888

Re: Button to add record from dashboard

AH! Thank you, Sergey!

I am very familiar with dashboard blocks. I was just about to go to bed, as I am exhausted tonight ... but I just pulled out my HTML book, so I'll now probably be up all night, experimenting!
by Paullm
11 Feb 2021, 07:38
Forum: Discussion
Topic: Button to add record from dashboard
Replies: 16
Views: 888

Re: Button to add record from dashboard

Hi Gerardo, I am very new to PHP and still playing around with the code, at the moment. When you said, above ... "So I have copied the "Add" button link for each of these sub-entities and placed it on the dashboard. This allows me to open the windows to add the records on each sub-ent...
by Paullm
09 Feb 2021, 23:04
Forum: Discussion
Topic: A QUESTION ...
Replies: 3
Views: 304

Re: A QUESTION ...

Spasibo, Sergey!
by Paullm
08 Feb 2021, 17:26
Forum: Discussion
Topic: A QUESTION ...
Replies: 3
Views: 304

A QUESTION ...

Do "calculated" Ruko field-types actually store the result in an entity or is the item's value calculated/resolved in real-time?
I'm looking at these field-types: Value from parent entity, Text pattern and Static text by pattern
by Paullm
06 Feb 2021, 03:49
Forum: Suggestions
Topic: QUESTION: Adjustable column widths on dashboard page?
Replies: 2
Views: 326

Re: QUESTION: Adjustable column widths on dashboard page?

Thanks again, Marijan!

I have all my field headings centred by default (via custom CSS), but will also use your suggestion to break up long headings.
(I have also started to use HTML tags in form Sections, for added flexibility).
by Paullm
05 Feb 2021, 19:31
Forum: Suggestions
Topic: QUESTION: Adjustable column widths on dashboard page?
Replies: 2
Views: 326

QUESTION: Adjustable column widths on dashboard page?

Is there a way to drag & adjust the field-column widths in entity report blocks on the dashboard page?
by Paullm
04 Feb 2021, 22:01
Forum: Discussion
Topic: IS THERE A WAY TO SAVE CUSTOM CHANGES?
Replies: 2
Views: 260

Re: IS THERE A WAY TO SAVE CUSTOM CHANGES?

OK, thanks Sergey. I have only changed a few specific files to meet my needs.
I have the file pathnames listed, so I can just re-update them.
by Paullm
04 Feb 2021, 01:28
Forum: Discussion
Topic: IS THERE A WAY TO SAVE CUSTOM CHANGES?
Replies: 2
Views: 260

IS THERE A WAY TO SAVE CUSTOM CHANGES?

Is it possible to protect any custom changes (e.g. modifications to PHP files) from being overwritten by future Ruko updates?
by Paullm
02 Feb 2021, 00:16
Forum: Suggestions
Topic: Making the new 2.8 "row" feature more flexible
Replies: 6
Views: 476

Re: Making the new 2.8 "row" feature more flexible

Thanks Marijan and Sergey. I'm very new to PHP, so these few changes were actually the result of about 6 hours work! ... mostly searching for strings, then locating the necessary files. Then a case of "monkey see, monkey do" when adding/changing code. However, it was a beneficial learning ...
by Paullm
01 Feb 2021, 18:32
Forum: Suggestions
Topic: Making the new 2.8 "row" feature more flexible
Replies: 6
Views: 476

Re: Making the new 2.8 "row" feature more flexible

*** UPDATE *** I was finally able to get 5 and 6 fields across in a Row (see pictures), by making some code changes to these two files: modules/entities/views/forms_rows.php modules/entities/actions/forms_rows.php and by adding two fields to the "app_forms_rows" table in the MySQL database...