Search found 10 matches

by puschmie
Sat Aug 21, 2021 5:29 pm
Forum: Plugins
Topic: http post request afterPageCreate
Replies: 5
Views: 1277

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.
by puschmie
Wed Aug 18, 2021 7:15 am
Forum: Plugins
Topic: http post request afterPageCreate
Replies: 5
Views: 1277

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...
by puschmie
Tue Aug 17, 2021 5:43 pm
Forum: Plugins
Topic: http post request afterPageCreate
Replies: 5
Views: 1277

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 class p...
by puschmie
Sat Jan 30, 2021 12:59 pm
Forum: General
Topic: Bludit and Docker
Replies: 2
Views: 17022

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 permissi...
by puschmie
Wed Nov 11, 2020 10:12 pm
Forum: General
Topic: Best way to manage subpages?
Replies: 4
Views: 1715

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->s...
by puschmie
Wed Nov 11, 2020 9:55 pm
Forum: Plugins
Topic: Templates for Custom Fields on Content Editing Page
Replies: 2
Views: 1413

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? ^^
by puschmie
Wed Nov 11, 2020 9:52 pm
Forum: Plugins
Topic: Templates for Custom Fields on Content Editing Page
Replies: 2
Views: 1413

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
by puschmie
Tue Nov 03, 2020 7:44 pm
Forum: General
Topic: Best way to manage subpages?
Replies: 4
Views: 1715

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.
by puschmie
Thu Oct 29, 2020 1:06 pm
Forum: General
Topic: Custom template for the pages
Replies: 22
Views: 15048

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 :)
by puschmie
Thu Oct 29, 2020 1:04 pm
Forum: General
Topic: Best way to manage subpages?
Replies: 4
Views: 1715

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 wa...