Questions tagged [octobercms]

October is a free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. It allows developers to have full self-expression and the freedom to build web applications however they want. It is a productivity tool for building modern websites based on flexible patterns and principles rooted in simplicity.

October is a Content Management System (CMS) and web platform whose sole purpose is to make your development workflow simple again. CMS uses as a foundation . The platform is open-sourced software licensed under the MIT license.

1601 questions
0
votes
0 answers

How to extend a controller at octobercms?

I want to validate some fields that I have added at the backend by creating a plugin but for that I need to extend the october's controller the controller path is: ../modules/cms/controllers/index.php I wanted to add this code to the onSave function…
kraven2g
  • 167
  • 1
  • 16
0
votes
2 answers

OctoberCMS backing up project

I'm new in OctoberCMS. I can access to the back-end cms area of a project from a web browser. I want to make changes to the project. Before doing so, I want to keep a backup of the existing project. How can I do it from the web browser.
0
votes
1 answer

How to run markup section's functions in the code section?

For example with the rainlab translate plugin we can have this {{ 'translatable text'|_ }} I want to call them in the code section for dynamic title. title = "Product" <-- I want to translate this url = "/product" layout = "default" ==
William Wino
  • 3,599
  • 7
  • 38
  • 61
0
votes
1 answer

October cms image

I am knew to October, does anyone know if it is possible to replace an icon with an image?
hotfire
  • 1
  • 1
0
votes
1 answer

Octobercms Upload Files

How to solve the error? this is my htm code (button upload) {{ form_open({files: true, request: 'onFileUpload'}) }}
BEX
  • 187
  • 4
  • 21
0
votes
3 answers

October CMS - Ajax URL?

I want to use Angular JS for October CMS. But how to i POST data to the controllers? I found this in the October framework.js file headers: { 'X-OCTOBER-REQUEST-HANDLER': handler, 'X-OCTOBER-REQUEST-PARTIALS':…
andershagbard
  • 1,116
  • 2
  • 14
  • 38
0
votes
1 answer

Creating a front end relationship in octobercms

I have created the front end relationship between my models image and album by using hasMany and belongsTo however I am not getting any results displayed and {{ dump(images) }} and {{ dump(albums) }} gives Object variables NULL 0 NULL Any Ideas why…
tom harrison
  • 3,273
  • 11
  • 42
  • 71
0
votes
1 answer

What happens if i disable some module in OctoberCMS?

First, I'm new in Symfony/Laravel/October apps. I'm using a lot of themes/plugins/components features (and Laravel purely) and I want to known what (technically) will happen when i disable "System", "Backend" and/or "Cms" modules in…
Alexandre Thebaldi
  • 4,546
  • 6
  • 41
  • 55
0
votes
1 answer

OctoberCms component: How to display all ID(items) instead of sorting only one ID?

I'm building an job application plug-in in OctoberCms. Now only 1 of the 2 items apear on the front-end. I would like all the items to display. But now I can only select 1 by imput the id in the backend at the component propperty I have to add…
0
votes
1 answer

October CMS - cannot select themes

I have just deployed an october cms website that is working perfectly fine on my dev machine. The issue I am having is that, when I access the backend of my live site, I only see two themes: apitest and test (active). In my dev machine I have the…
Jose B
  • 2,030
  • 2
  • 19
  • 17
0
votes
2 answers

Javascript scroll effect on a menu

So I have a menu on a home page that has scroll effect to contact form.
  • Contact
  • And it works like a charm on the home page but if a user is on a different page, let say about or blog and…
    Kira
    • 1,575
    • 4
    • 26
    • 48
    0
    votes
    1 answer

    How to programmatically change theme in OctoberCMS?

    I can change the active theme from the management dashboard in OctoberCMS by going to Settings/Front-end theme. Now I want to give the end-users the ability to change the theme by clicking on an icon. How can I change the theme programatically on…
    B Faley
    • 17,120
    • 43
    • 133
    • 223
    0
    votes
    1 answer

    October CMS - Radio Button Ajax Click Twice in a Row Causes Content to disappear

    I am using October CMS and materializecss to create an options form on one of my pages. The form works fine and dynamically loads content when you click through the various options. However, I have noticed that if I click on the same option two…
    user2694306
    • 3,832
    • 10
    • 47
    • 95
    0
    votes
    1 answer

    Make a Laravel collection into angular array (octobercms)

    I managed to fix a problem but I dont understand why it worked and it seems glitchy, so I wonder if someone could explain me. I wanted to get articles from my article models and retrieve that in angular, and I had a hard time getting the subkeys…
    0
    votes
    1 answer

    Rainlabs Blog Plugin paging

    Working in octoberCMS, followed a few video and got the blog plugin up and running no problem. The only area that not really talked about that I just wanted to ask was how to get the paging feature working with the Rain labs blog plugin.…
    Smot
    • 23
    • 6
    1 2 3
    99
    100