Search found 12 matches

by momo
Tue Oct 27, 2020 10:28 pm
Forum: General
Topic: Dynamic URL
Replies: 5
Views: 2213

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: 2213

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: 2213

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: 1339

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: 3575

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: 3575

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: 3575

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
by momo
Mon Jul 31, 2017 7:23 pm
Forum: General
Topic: Functions to manipulate the DB
Replies: 7
Views: 3575

Functions to manipulate the DB

I would like to know what functions i can use to make for example a list of emails or statistics. There is no documentation about this as far as i found. And it is really a pain to search through the kernel on how the DB works, I didnt search very neat to find the DB class anywhere. would be nice to...
by momo
Fri Jul 14, 2017 6:57 am
Forum: Plugins
Topic: [Plugin] Facebook Tools
Replies: 5
Views: 3305

Re: [Plugin] Facebook Tools

yeah i did that but i think i am doing something wrong,

https://github.com/dignajar/bludit-plugins/network

when i look there the contribution i do doesnt go to the main repository
by momo
Wed Jul 12, 2017 7:54 am
Forum: Plugins
Topic: [Plugin] Facebook Tools
Replies: 5
Views: 3305

Re: [Plugin] Facebook Tools

I have tried to add my plugin but this is the error i recieve:
git push remote: Permission to dignajar/bludit-plugins.git denied to momoelz

fatal: unable to access ... Error code 403