Questions tagged [octobercms-builder]
9 questions
2
votes
0 answers
OctoberCMS Builder not saving changes
I'm very new to October and have inherited a site in it and I'm having a terrible time with it. The support forum isn't very supportive or helpful and I'm not seeing much activity on here but it's worth a shot.
When I try and save a database table…

SpaceBeers
- 13,617
- 6
- 47
- 61
1
vote
1 answer
Builder plugin how to display items selected by another model class instead of all items?
I build my own plugin with octoberCMS Builder plugin.
There are 2 different model classes
category
item
inside the model class "item" I have a relation to model class category so each item can be linked to a "category".
On my webpage, I would…

Hessel Kers
- 21
- 6
0
votes
2 answers
Open Media Browser in specific folder October CSM builder plugin
Hi I'm looking for some idea how to do it
In my own modules ( articles / gallery / carousel ... ) created in October CMS Builder plugin using filed type mediafinder for images and documents.
Im need in my plugins open backend media browser -…

Vasek
- 13
- 3
0
votes
1 answer
OctoberCMS set param in configuration section of template
I'm trying to render a conditional form to a twig template in OctoberCMS...
[renderForm] formCode = "contact-form"
==
{% if data.show_form == true %}

SpaceBeers
- 13,617
- 6
- 47
- 61
0
votes
1 answer
default.html does not show when creating a component in octobercms
I have a problem displaying the default.htm file of the component I created. I can drag and drop the component into a page or partial but will not display anything.
What I currently have:
Component called {% component 'researchResources' %}
it is…

Kawin Cheong
- 13
- 4
0
votes
1 answer
PDF thumbnail - OctoberCMS
as I mentioned in title I'm using OctoberCMS and builder plugin in my project and I'm trying to generate thumbnail/preview or to convert pdf file to an image file which I will be able to display in fronted also. Is something like that…

Dzo
- 1
- 1
0
votes
2 answers
Move plugin made by builder into another project - October CMS
I have created a plugin using builder and I want to move it to a new project.
Assuming this official thread : https://github.com/rainlab/builder-plugin/issues/113 , It should be done by copying the plugin located in /plugins into the new /plugins…

Maherbs
- 91
- 2
- 12
0
votes
1 answer
OctoberCMS Builder Relation Checkboxes Default Value
I have a many-to-many relationship which is represented by checkbox in the back-end forms. How could I set the form up to have all the checkbox checked when creating a new record?

Wreigh
- 3,215
- 16
- 37
-1
votes
2 answers
OctoberCMS builder - mass creation of models
So I have a License model created through the octoberCMS builder with the List and Form views.
The license model contains one relation to School model.
Under the Form view there is a dropdown list with schools and an input field (type=number) which…

trojan
- 1,465
- 19
- 27