Search found 15 matches

by momo
Wed Apr 09, 2025 3:10 pm
Forum: Show your Bludit-Website!
Topic: My Website for my journaling app
Replies: 0
Views: 40549

My Website for my journaling app

Hi guys, just wanted to to share my webiste for my Journaling App called memoiri :)

Check it out:

https://memoiri.app

Would love to hear your thoughts and feedback.

It also has a blog built in, I tried to use the Homepage feature but it results in having https://memoiri.app/home as the front page
by momo
Wed Dec 04, 2024 8:27 am
Forum: General
Topic: Bugs shown in error log
Replies: 2
Views: 5026

Re: Bugs shown in error log

No Errors, still when having a new installation I would expect nothing. It is hard to fetch out errors when the error_log is full of warnings
by momo
Sun Dec 01, 2024 10:29 pm
Forum: General
Topic: Bugs shown in error log
Replies: 2
Views: 5026

Bugs shown in error log

I am getting this error log: [01-Dec-2024 22:25:33 Europe/Vienna] PHP Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home/customer/www/memoiri.app/public_html/bl-kernel/helpers/session.class.php on line 11 [01-Dec-2024 22:25:33 Europe/V...
by momo
Tue Oct 27, 2020 10:28 pm
Forum: General
Topic: Dynamic URL
Replies: 5
Views: 4019

Re: Dynamic URL

Any suggestion how it could look like so it doesn't break bludit?

isn't there any other way? like a plugin or a hook before processing the url?
by momo
Mon Oct 26, 2020 5:10 pm
Forum: General
Topic: Dynamic URL
Replies: 5
Views: 4019

Re: Dynamic URL

in Index.php i use that to switch between different templates <?php if ($WHERE_AM_I == 'page') { switch ($page->template()) { case 'rec': include(THEME_DIR.'rec.php'); break; case 'homepage': include(THEME_DIR.'home.php'); break; default: include(THEME_DIR.'page.php'); break; } } else { include(THEM...
by momo
Sun Oct 25, 2020 6:56 pm
Forum: General
Topic: Dynamic URL
Replies: 5
Views: 4019

Dynamic URL

hello is there a way to make a Dynamic URL without the use of classic Query String: My goal is to make this page: https://gohafla.com/rec?id=311 work like this: https://gohafla.com/rec/311 What I do right now is the following, I have set up a page in admin with "rec" Where i define the tem...
by momo
Sun Aug 25, 2019 5:42 pm
Forum: General
Topic: Using Bludit as Main and having subdomains
Replies: 1
Views: 2022

Using Bludit as Main and having subdomains

I am having a little problem, the htaccess of bludit overwrites every subdomain, anyone has a little solution to this?
by momo
Tue Aug 01, 2017 8:43 pm
Forum: General
Topic: Functions to manipulate the DB
Replies: 7
Views: 8093

Re: Functions to manipulate the DB

i mean what if i try to use an already usable libary within the plugin, is there some kind of autoload? or how can I include a certain framework?
by momo
Tue Aug 01, 2017 7:21 pm
Forum: General
Topic: Functions to manipulate the DB
Replies: 7
Views: 8093

Re: Functions to manipulate the DB

alright, i will try to build a mailchimp plugin, what i would like to know how i could load a class into a plugin
by momo
Mon Jul 31, 2017 11:14 pm
Forum: General
Topic: Functions to manipulate the DB
Replies: 7
Views: 8093

Re: Functions to manipulate the DB

for example if i would like to create some kind of subscription option, where visitors could enter their email to recieve a newsletter