Questions tagged [octobercms-plugins]

Plugins are the foundation for adding new features to OctoberCMS by extending it.

315 questions
0
votes
2 answers

Plugin management and versioning in Octobercms

I'm wondering how to version the plugin dependencies of a project in Octobercms. When I use the command php artisan plugin:install PLUGIN, all plugin files are added to the plugins/ folder, not ignored by git. Do I have to do this again each time I…
drskullster
  • 781
  • 7
  • 20
0
votes
1 answer

Translations plugin to frontend

I'm making a plugin (a part on back and another on frontend). I would like to use my lang.php file (in plugins/me/myplugin/lang/en/lang.php) to my component (I add 'Use Lang') like https://octobercms.com/docs/plugin/localization#file-structure. How…
Sam
  • 1
  • 1
  • 1
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…
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…
0
votes
1 answer

October CMS routing file in plugins

I have a routes.php file in my plugin directory that has lots of routing rules for example a part of it is: # global routes for buy and sell Route::post('loadgroups/','Imis\Accounting\Controllers\SaleFactors@loadGroups'); …
saleh asadi
  • 95
  • 1
  • 12
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
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() { …
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

Extending fields doesn't create database columns in OctoberCMS

I'm trying to extend backend user fields in octobercms but after adding a new field if I try to save the form there's an error says that this field doesn't exist in database. So how can add a column for my new field? Here's my code: public function…
Ahmed Essam
  • 1,000
  • 2
  • 8
  • 23
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

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…
0
votes
1 answer

octoberCMS | share the code between layouts

On my default layout I have many AJAX handlers, but for my project, I need to create static pages with the same layout but with different variables (fields for client)... So as I understand I need to create different layout's that extends the…
Ivan
  • 514
  • 5
  • 21
0
votes
1 answer

OctoberCMS - Dropdown : save id by chosen name on dropdown

I'm starting october and i'm trying also to create a plugin, so maybe noob questions but can't find a working example in some time of searching over the net and the documentation is good as each unit, but lacks "connecting the dots" IMHO... I…
0
votes
1 answer

October CMS Event Logging

Is there a way in October CMS to set log severity levels? Currently the system event log is turned on and working, but I would only like to log error, critical and emergency severity levels. As of right now its logging anything and everything. Which…
prola
  • 2,793
  • 1
  • 16
  • 15
0
votes
2 answers

OctoberCMS DynamicPDF On Frontend fails

I need some help here with OctoberCMS using DynamicPDF Plugin on front end: Have the following October CMS Page: title = "Dues" url = "/account/dues" layout = "profile" is_hidden = 0 ==
Fernando Barrocal
  • 12,584
  • 9
  • 44
  • 51
1 2 3
20
21