Questions tagged [octobercms-widgets]

32 questions
0
votes
1 answer

OctoberCMS - Graphical record as track the data in a model

so I have a model named user where all the user data is there. Is it possible to do a graph(?) as a track whenever there are new user register? It can be based on the month or year so it will be easier for me to track the data record. Can anyone…
user13857346
0
votes
1 answer

Relation Manager Not Showing Pivot Data

So this question came about because of this other question I was looking into. So I have dabbled in this a bit working with backend forms and thought I knew how to tackle this. However I am not seeing the results that I thought I would. I have tried…
0
votes
1 answer

Having a backend filter list issue

For two of my distributions I am having an unique issue when filtering any backend model list. They have different plugins. The most common thing between both of them is they have custom plugins that I first created with the Builder plugin. They are…
0
votes
1 answer

Tab inside repeater

I need to add tabs inside repeater in octoberCMS backend form what i tried with fields.yaml fields: content_items: label: "scv.facelessapi::lang.plugin.blocks.fields" span: full type: repeater comment:…
0
votes
1 answer

OctoberCMS DynamicPDF dynamic Header Content Text

I am using OctoberCMS DynamicPDF Plugin which is working absolutely fine as per my requirement. Howerver, I have dynamic PDF header text content and I am trying to Overwrite my Header Content but its not working. Here is what I have tried so far.…
0
votes
0 answers

How to render a partial after backend list filter by octobercms

With octobercms, I want to do statistics after data filtering. So I useing the list filters, after filter, The lists data is changed, But the partial not render, So I want to know how to render a partial after backend list filter?
0
votes
1 answer

OctoberCMS Register users by group

I would like during registration the user can choose a group, and register users by to their group for example at registration there are 2 groups, "freelancer" and "employer" Thank you for your help
0
votes
1 answer

Set minDate of field based on other field

I'm trying to set minDate of end_at field same as value of start_at field. This is how this field are set in fields.yaml: start_at: label: netspin.myevents::lang.modeldata.start_at mode: datetime span: left required: 1 type:…
João Costa
  • 487
  • 2
  • 6
  • 19
0
votes
1 answer

Save user profile details, October CMS

I have a profile(profile) table in relation with the user(user) table, now, at the frontend I would like to update the user information that I also update the user profile information, on octobercms how to do? thank you in advance Profile.php…
0
votes
1 answer

OctoberCMS: how to set repeater widget autoload / populate value for new records

can i set the repeater widget to auto load when the form open? it has max item property, can it auto load to max item number so user dont need to hit the prompt button re-updated this my fields.yaml fields: nowarta: label: 'No. Warta' …
0
votes
1 answer

October CMS - AJAX Form submit from 1 component to another

I am making a website in October CMS. i created 1 components lets say Component_1 & Component_2 Now, i want to post data from Component_1 to Component_2 through form [via AJAX data-attributes APi] So, in my component_1 i have a Form:
0
votes
1 answer

OctoberCMS Reset ReportWidget Property(ies)

I would like to reset the properties for my ReportWidget one of two ways: 1) When the page containing the report widget is refreshed or 2) When certain properties are changed My ReportWidget has 3 properties: year, quarter, month By default, I am…
0
votes
2 answers

OctoberCMS Add List to Tab Field

I would like to implement a list into backend controller for my users under a new tab. https://ibb.co/fkAWFR (Add Tab Field) UsersController::extendFormFields(function($form, $model, $context){ if (!$model instanceof UserModel) …
0
votes
2 answers

October CMS media finder

I have recently created a plugin (using the 'builder plugin') where I have a field for attaching images (using 'media finder widget'). Everything is working fine - I can upload an image or choose one from the media library. After successful saving,…
0
votes
1 answer

October CMS : Create one article / page for every user

For a project I'm working on, I need customers to be able to create an account on a website (using Laravel if possible) and to be able to create one page for them with few easy steps to present their company. Best would be to have a platform with…