Questions tagged [octobercms-plugins]

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

315 questions
0
votes
1 answer

HTTP Request data and show in template in OctoberCMS

I am new to OctoberCMS, I am wondering if it is possible to use http request to fetch data from an external api? I tried to google this but couldn’t find any results. Maybe I’m searching using the wrong terms. Can anyone please give me ANY info or…
shieldcy
  • 592
  • 2
  • 11
  • 35
0
votes
1 answer

Use a twig filter in template_from_string function

I am creating a multilingual website with October CMS, using Rainlab Translate and Vojta Svoboda Twig Extensions plugins. I'm using the twig function template_from_string to create a link button in one of my template files. Everything works as…
0
votes
1 answer

i want to change Status column - with color in CMS october in columns.yaml

i want to change Status column - with color in CMS october in columns.yaml ... how i add this :
0
votes
0 answers

upload file to CMSoctober show 0 byte - problem

*I want to upload a file from a form, and in the CMS system it impresses me that the file is 0 bytes - I need help viewing the file * html file: {{ form_ajax('contactfrom::onSend', { files: 'true', flash: 'true', 'data-request-files':true,…
0
votes
1 answer

OctoberCMS: detect if new image uploaded

How do I detect if new images have been uploaded to a gallery from the backend form, so I could manipulate them before saving. I've tried the following, but it didn't work:
qwaz
  • 1,285
  • 4
  • 23
  • 47
0
votes
0 answers

how to have 2 instances of the same plugin on octobercms

I a trying out a proof of concept with octobercms I was wondering if you could have 2 instances of the same plugin for example blog plugin one say for male blogs and one for female blogs it does not necessarely need to be the blog plugin but any…
Artful_dodger
  • 698
  • 2
  • 7
  • 26
0
votes
0 answers

How to change rainlab.user::mail.invite to have activation link

I am using rainlabs user plugin but I do not allow users to register but I add new users manually but I still want new users to activate their account I thought I could just change the mail.invite template to Hello {{ name }} A user account has…
0
votes
1 answer

Pikaday not loading for other OctoberCMS admin

I as super administrator and site owner is able to load the Pikaday for date selector but other site administrators are unable to. They are able to load the time selector though. This is despite setting them as super admin or giving more/all…
Salocin.TEN
  • 474
  • 1
  • 6
  • 18
0
votes
1 answer

How to delete a table row from the frontend in octobercms

I need some help. I want to create a delete function on the frontend page, that When clicked, it will delete that row on the table. i have try it his try and nothing work for me. Here is my code function onDelete(){ $model =…
0
votes
1 answer

How to show status from dropdown value October CMS List

I am using October CMS and and am very new to it. am using one of its plugin called as "Builder" http://octobercms.com/plugin/rainlab-builder and so far so good. But I am stuck at one stage and confused how to do this. my case is below. I have…
user2745897
  • 31
  • 1
  • 1
  • 8
0
votes
2 answers

Laravel / OctoberCMS frontend filter

I am using OctoberCMS and I have created a custom component. I am trying to create a frontend filter to filter Packages by the Tour they are assigned to. This is what I have so far. The issue is that the code is looking for a tour field within the…
Alex Posterns
  • 23
  • 1
  • 8
0
votes
1 answer

Will my own created files in another OctoberCms market plugin be removed on update?

I would like to change some files in marketplace plugin offline/mall/views/mail/_partials. Any update would make that change undone. But I can add new files to the folder. If the plugin would update to a newer version, would that delete my added…
0
votes
0 answers

October CMS build 467 issue with opening cms files

I have just loaded October CMS build 467, now I am having trouble accessing my CSS files they are there part of the theme but when I click on the CSS file name it says TEMPLATE NOT FOUND. I have attached a screenshot. Has anyone had this issue and…
jasonh
  • 329
  • 2
  • 13
0
votes
1 answer

Menu of navigation in backend - OctoberCMS

I have a question and I can't find a solution yet, I apologize if I can't be clear on my question, but follow below. In October, when I am creating a navigation menu, the parent menu forces me to take a route, however, many times the user cannot…
Crazy
  • 346
  • 1
  • 4
  • 17
0
votes
1 answer

How to set dynamic page title from a component data in octoberCMS?

My page city.htm title = "city" url = "/data/:countryslug/:cityslug" layout = "default" is_hidden = 0 [cities] == function onEnd() { $this->page->title = '?'; } == {% set city = cities.getCity %}
Considering I'm…
Sandro Antonucci
  • 1,683
  • 5
  • 29
  • 59