Keston Pollard

Results 40 comments of Keston Pollard

Tnx. I tried filling 'Link.text', but that does not work.

It works (without putting anything in the Title Field) in the preview of the builder: But not in the normal edit:

When using ‘text’, it shows me only the first letter.

Thanks. Yes I'm aware of the Editrole support. For admins of a Single Item template, I'd like to limit the user to 'Edit': ![Image](https://github.com/user-attachments/assets/8f355162-6129-4609-81f0-f05aa9500288) And for admins of a Multi...

I just want to limit the admin user. Not completely make it not-editable...

> Or, they need admin rights elsewhere.. yes

For now, I used a jQuery workaround: ``` $(function() { var opencontenteditmenu = $('body.role-admin:not(role-host):has(.ModOpenContentC)'); if (opencontenteditmenu.length) { setTimeout(function() { const divs = $('.dnn_mact .actionMenuEdit ul li a span'); for (let...

I guess this is defined in the Filter settings. Also the filter settings are only available if it concerns a multiple-item template, right?

Is this in the pipeline for a future version? Would me more of an enhancement then a bug maybe...

For now I just do these changes > In order to fully use the datatimepicker (that comes with the field 'date') and want to be able to choose also the...