Questions tagged [octobercms-backend]
275 questions
-1
votes
1 answer
OctoberCMS translate YAML default texts
As an example I have a translatable model:
class Settings extends Model {
public $implement = [
'System.Behaviors.SettingsModel',
'RainLab.Translate.Behaviors.TranslatableModel'
];
public $settingsCode =…

Josef Zoller
- 921
- 2
- 8
- 24
-1
votes
1 answer
is there a way to show data in repeater field form after repeater is extended?
i did this in plugin.php boot function to addfield in repeater field
WartaRutin::extendFormFields(function($form){
if(!$model instanceof Kebaktian) return;
if(!$form->model->kebum) return;
if(!$form->isNested) return; …

Isral Bustami
- 137
- 13
-1
votes
2 answers
How to fetch website data using CURL in octobercms backend?
I want to get some data(HTML) from another website using CURL request in my octobercms backend. I don't know how do I do. Can anyone help me?

VR Patel
- 61
- 1
- 1
- 11
-2
votes
1 answer
User Record Ownership - October CMS
How I set or create that admin user can see only record which he created, or in which he is owner, like in this record this user is selected like owner.

Nikola
- 207
- 1
- 4
- 17