Questions tagged [octobercms-backend]
275 questions
0
votes
0 answers
user_id with value null OctoverCMS
I have extended the Rainlabs User plugin, to create a new table to list items created by each user, but the value stored after the save for the user_id is NULL.
Here my code :
Model Item.php
public $belongsTo = [
'user' =>…

badaoui220
- 29
- 1
- 5
0
votes
1 answer
OctoberCMS - Accessing model data in back-end... Returning null?
The problem that I'm having is, I cannot access certain information from the File Model such as File Path, File Name, and other information stored in the system_files table. I believe I have pinpointed where the issue is coming from, but I'm not…

Thomas Yamakaitis
- 417
- 2
- 6
- 20
0
votes
1 answer
Adding a scope to a toolbar search in October
As per the documentation at https://octobercms.com/docs/backend/lists#adding-toolbar I have the following code:
config_list.yaml
toolbar:
buttons: list_toolbar
search:
prompt: 'backend::lang.list.search_prompt'
scope:…

Joseph
- 2,737
- 1
- 30
- 56
0
votes
2 answers
OctoberCMS plugin extend search filter with custom query
I have created one plugin call it as "Property" and in which in listing, I am showing multiple address fields into one column which will combine multiple fields of address like postcode, street type, street number etc ..
And I am able to show them…

Mittul At TechnoBrave
- 1,142
- 3
- 25
- 70
0
votes
2 answers
How to add a new translation to the backend?
So far I've translated the language files in the /modules/*/lang/et/ folders.
5 files total.
There are more changes required to enable the new translation. What are they?

dragontree
- 1,709
- 11
- 14
0
votes
1 answer
OctoberCMS adding backend administrator fields with validation
I want to add few more fields in my backend administrator by creating my own plugin called as Users. Here is what I have done so far to create few new fields.
plugins\technobrave\users\Plugin.php

Mittul At TechnoBrave
- 1,142
- 3
- 25
- 70
0
votes
2 answers
OctoberCMS columns.yaml VALUE FROM with multiple fields
I have created one plugin using Builder plugin in OctoberCMS and in which I have columns.yaml file.
In a field called property_id, I have a field as VALUE FROM which is asking to add my table's field name hence I have added one called as…

Mittul At TechnoBrave
- 1,142
- 3
- 25
- 70
0
votes
1 answer
OctoberCMS Builder plugin with state and suburb
I have created two plugins (States and Suburbs) using Builder plugin and so far it works great.
The Thing is, in States plugin, I am simply allowing ability to add state names and in Suburbs plugin, I am allowing users to select State first and then…

Mittul At TechnoBrave
- 1,142
- 3
- 25
- 70
0
votes
3 answers
uploading docx via OctoberCms media manager
whenever i try to upload a .docx file via October Cms media manager and I get this
" The file type used is blocked for security reasons "
how can I overwrite the allowed file extensions ?
I'm using BUILD 415

Asma.Said
- 3
- 3
0
votes
1 answer
OctoberCMS 404 page custom URL for my 404 page
I am using OctoberCMS Static Pages plugin in which I have created a 404 page with my custom URL something like this http://localhost/my_website/home/content/error404 .
When I open this page, its working fine but when someone types URL which is not…

Mittul At TechnoBrave
- 1,142
- 3
- 25
- 70
0
votes
1 answer
OctoberCMS registerNavigation wrong status of current active submenu link
I have been using OctoberCMS(Builder Plugin) to create different plugins, which works well.
I have a plugin called as Partners and in Plugin.php file code , I have below code.
Plugin.php code
public function registerNavigation()
{
…

Mittul At TechnoBrave
- 1,142
- 3
- 25
- 70
0
votes
0 answers
OctoberCMS Backend File View
i'm trying to make vacancies plugin for my website (corporate website where users can submit their job offer application).
What i am trying to achieve:
User goes to specified page
User uploads file with regard to the provided guidelines
Script…

Ivan Zhivolupov
- 1,107
- 2
- 20
- 39
0
votes
1 answer
How to force OctoberCMS to use relative URLs instead of absolute?
I can link assets manually with relative URL by forgoing |theme filter, however plugins still use absolute path, which creates issues when I share and test my project. Is there a native way to make October use relative urls?

qwaz
- 1,285
- 4
- 23
- 47
0
votes
1 answer
OctoberCMS installation MYSQL error
I am getting the following error while installing OctoberCMS in Laragon Apache while either using the wizard or the Artisan CLI...
SQLSTATE[HY000]: General error: 1025 Error on rename of '.\...\#sql-1114_c' to '.\...\system_event_logs' (errno: 13…

Salocin.TEN
- 474
- 1
- 6
- 18
0
votes
1 answer
Custom Contact Form in Partials and use in Static Pages plugin
I have used OctoberCMS, Static Pages plugin, through which I am creating Static Pages.
The thing is, I have created one contact form in Partial like below.
contactform_snippet.htm - Markup
contactform_snippet.htm - Code
And below is the Static…

Mittul At TechnoBrave
- 1,142
- 3
- 25
- 70