Search found 10 matches
- Sat Aug 21, 2021 5:29 pm
- Forum: Plugins
- Topic: http post request afterPageCreate
- Replies: 5
- Views: 4866
Re: http post request afterPageCreate
The plugin is supposed to send custom field values on event pages to a node server for entry into a database and automated notification to event participants.
- Wed Aug 18, 2021 7:15 am
- Forum: Plugins
- Topic: http post request afterPageCreate
- Replies: 5
- Views: 4866
Re: http post request afterPageCreate
The code that I posted is the whole plugin so far.
What do you mean by "is curl activated"?
I'm running bludit in a docker container and made sure to build the image from the dockerfile on github and added package rh-php72-php-curl to the installation steps. Is there any further activation needed ...
What do you mean by "is curl activated"?
I'm running bludit in a docker container and made sure to build the image from the dockerfile on github and added package rh-php72-php-curl to the installation steps. Is there any further activation needed ...
- Tue Aug 17, 2021 5:43 pm
- Forum: Plugins
- Topic: http post request afterPageCreate
- Replies: 5
- Views: 4866
http post request afterPageCreate
Hi all!
I'm trying to create a plugin, that sends some custom field data to a node server, when a new page of a certain category is created. Somehow the request doesn't go out. For debugging purposes I removed the if clause to check for the category. Any ideas what could be wrong here?
<?php ...
I'm trying to create a plugin, that sends some custom field data to a node server, when a new page of a certain category is created. Somehow the request doesn't go out. For debugging purposes I removed the if clause to check for the category. Any ideas what could be wrong here?
<?php ...
- Sat Jan 30, 2021 12:59 pm
- Forum: General
- Topic: Bludit and Docker
- Replies: 2
- Views: 93954
Re: Bludit and Docker
I've run into a slight problem with this image and can't figure out what is causing it.
The container is created just fine, I can access the website, all the content and the admin panel. But I can't save new content. Whenever I hit save it's gone. I suspect it has something todo with volume ...
The container is created just fine, I can access the website, all the content and the admin panel. But I can't save new content. Whenever I hit save it's gone. I suspect it has something todo with volume ...
- Wed Nov 11, 2020 10:12 pm
- Forum: General
- Topic: Best way to manage subpages?
- Replies: 4
- Views: 4692
Re: Best way to manage subpages?
Okay, thanks, I just asked about that in a plugins thread, but I'll look at the dark theme!
About how I managed to achieve what I was asking about in the first post:
I assigned different categories to my pages and made a static page for each category as an overview. In index.php I check for $page ...
About how I managed to achieve what I was asking about in the first post:
I assigned different categories to my pages and made a static page for each category as an overview. In index.php I check for $page ...
- Wed Nov 11, 2020 9:55 pm
- Forum: Plugins
- Topic: Templates for Custom Fields on Content Editing Page
- Replies: 2
- Views: 3469
Re: Templates for Custom Fields on Content Editing Page
Actually I just tripped over the admin panel dark theme, does that enable me to do that? ^^
- Wed Nov 11, 2020 9:52 pm
- Forum: Plugins
- Topic: Templates for Custom Fields on Content Editing Page
- Replies: 2
- Views: 3469
Templates for Custom Fields on Content Editing Page
Hey 
does anybody know if there is a plugin that lets me assign custom fields to specific page categories, so they only get displayed if I'm editing a page of a certain category?
If not would anyone be keen on collaborating on a plugin that does that?
Cheers
puschmie
does anybody know if there is a plugin that lets me assign custom fields to specific page categories, so they only get displayed if I'm editing a page of a certain category?
If not would anyone be keen on collaborating on a plugin that does that?
Cheers
puschmie
- Tue Nov 03, 2020 7:44 pm
- Forum: General
- Topic: Best way to manage subpages?
- Replies: 4
- Views: 4692
Re: Best way to manage subpages?
I've figured something out, thanks for you're help 
I will post my solution in the next couple of days
The second question was related to the backend.
I will post my solution in the next couple of days
The second question was related to the backend.
- Thu Oct 29, 2020 1:06 pm
- Forum: General
- Topic: Custom template for the pages
- Replies: 22
- Views: 43628
Re: Custom template for the pages
Manage > Content > Edit > Options > Advanced > Template
Verwalten > Inhalte > Bearbeiten > Einstellungen > Erweitert > Template
Could you maybe explain a little bit more? Is the template a template for a page? What should a template file look like? Should I save it in the php folder?
Thanks :)
- Thu Oct 29, 2020 1:04 pm
- Forum: General
- Topic: Best way to manage subpages?
- Replies: 4
- Views: 4692
Best way to manage subpages?
Hi all!
I'm new here and hope to become an active member in this community.
I've started working on transfering our website derknoten.wien to bludit a couple of days ago. I'm quite new to web development and so far I had individual html files for all webpages, which is a nightmare to manage. So I ...
I'm new here and hope to become an active member in this community.
I've started working on transfering our website derknoten.wien to bludit a couple of days ago. I'm quite new to web development and so far I had individual html files for all webpages, which is a nightmare to manage. So I ...

