Questions tagged [octobercms-backend]

275 questions
0
votes
2 answers

OctoberCMS global page properties?

Is it possible to set a series of global properties (such as social media usernames) that are available to all page views in OctoberCMS rather than having them associated to one CMS page or Static Page at a time? For example, being able to use {{…
0
votes
1 answer

trying to get array value from models. octobercms

i am having trouble retrieve value of an array in Model. so i have model which has repeater field. now i am trying to access the value of that repeater field from another model. this is what i have done.. UPDATED fields.yaml in WartaDataProfil…
0
votes
1 answer

Put form and list in the same page on backend

Is it possible to put form and list in the same page on octobercms backend..? since the form is too short and many area left empty.. thats why i have this in mind.. fields.yaml only contain three fields..
0
votes
1 answer

Open/Create blog post page on OctoberCMS

I used this link: Hide content of blog posts when displaying blog post list in OctoberCMS? as a tutorial to create a new plugin and show my blog posts by my own style (just post title, date, etc) But now I need to show the full content of the post.…
0
votes
1 answer

October CMS.. create user with different database

I am trying to build a multi user system and each user has different database.. is it possible in october cms.. So all the user access one login url.. So i don't need to install another fresh octobercms in the server..
Isral Bustami
  • 137
  • 13
0
votes
1 answer

Show only parent_id names on octobercms backend form

I use locations using nested tree and use a "parent" field to select parent location (that i created using reorder records). But i need "parent" field to show me only parents, only locations with parent_id equals to NULL. On location model…
Charis
  • 117
  • 2
  • 4
  • 12
0
votes
1 answer

Octobercm Backend List maximum limit of selections

I am developing a library system, Octobercms, and I need to limit the maximum number of books for each loan, for example: 2. So that when you reach the number of selections, do not allow me to select more books for that loan. see the image: Backend…
0
votes
1 answer

OctoberCMS Controller Soft Delete

Does OctoberCMS have a soft deleting form/list behavior? As per now, I had to implement the restore button myself, I also had to implement the list filtering myself. Are there any available package/plugin/sample code (preferably recommended…
Wreigh
  • 3,215
  • 16
  • 37
0
votes
1 answer

Octobercms Possible to update multiple Models in one Controller?

As the title suggests, is it possible to update multiple models in one controller? I am using Builder Plugin to deal with things. As I can see we can only choose one 'Base Model' when I create a controller. How do we do it? Also a side question. I…
warmjaijai
  • 991
  • 4
  • 13
  • 30
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 Backend not working in subfolder Apache

I am install a new project of the OctoberCMS in my VPS in a subfolder, example, /var/www/myCMS/ (here this my installation of the OctoberCMS). When I access my site by domain example: www.mydomain.com/myCMS/ I having a image of the welcome demo,…
Crazy
  • 346
  • 1
  • 4
  • 17
0
votes
0 answers

OctoberCMS display count number for Fields Repeater

I would like to know how you could display the numbering of your index in some place of the repeater, or, display a counter of how many repeaters added. To understand better, I currently have this repeater. My code is: tabs: fields: …
Crazy
  • 346
  • 1
  • 4
  • 17
0
votes
1 answer

October CMS - API with Upload File

I'm using October to create an API that is communicating with my mobile app. In this process I am sending an image that is in the format base64, until this part is not being problem, because I am converting this base64 image to JPG format, the…
Crazy
  • 346
  • 1
  • 4
  • 17
0
votes
1 answer

October CMS - Display only those records that are attached to the groups of the current user

I need to display only those records in the model that are attached to some groups. ("belongsToMany" Relations). (backend page of plugin list of Movies model) I want to get the groups of the current user and create a query. What I mean: I use…
0
votes
2 answers

October CMS - get the group code of current user?

I need to get the group code of the current user in backend, how can I do this?