Search found 141 matches

by bayerberg
Wed Sep 12, 2018 1:21 pm
Forum: General
Topic: Bludit v3.0.0 RC 2
Replies: 15
Views: 12130

Re: Bludit v3.0.0 RC 2

btw. in terms of social media links thee needs to be some consistency - in bludit 2.x site links were done in full - social media site + username in one go. admin/editor links were done as usernames only. a bit tricky to do anything in terms of plugins when I need to remember to fiddle with whats co...
by bayerberg
Tue Sep 11, 2018 6:12 pm
Forum: Plugins
Topic: What kind of plugins/ themes do you need?
Replies: 30
Views: 26044

Re: What kind of plugins/ themes do you need?

looks like with bludit 3 this might be doable. if I'll have the time I'll take a swing at creating something useful, for now I have a ton planned though :/
by bayerberg
Tue Sep 11, 2018 6:09 pm
Forum: Plugins
Topic: [Plugin] SEO Breadcrumbs
Replies: 20
Views: 15512

Re: [Plugin] SEO Breadcrumbs

thanks, was about to do that myself :)

there will be another take on breadcrumbs, working on a bigger plugin.
by bayerberg
Fri Aug 17, 2018 6:22 pm
Forum: General
Topic: New plugin type? Extensions
Replies: 5
Views: 6096

Re: New plugin type? Extensions

I want to extend $page->content(); for example. If I would be able to add extra content to that part and be able to add custom form fields to the editor (extra tab in Bludit 3.x.x) that would be awesome. Why extension instead of plugin? Cause that extension would handle extra data (sometimes externa...
by bayerberg
Fri Aug 17, 2018 3:09 pm
Forum: General
Topic: New plugin type? Extensions
Replies: 5
Views: 6096

New plugin type? Extensions

I've been writing small plugins for Bludit for a while now. Mostly simple stuff which isn't so hard to do. Started on something more elaborate - plugin for marketers. It includes integration with Mailchimp, stats proviers, Facebook Pixel, live chats... the list goes on. Wanted do weave it into Bludi...
by bayerberg
Fri Jun 15, 2018 1:52 pm
Forum: Themes
Topic: Nibbleblog Theme - Note II
Replies: 1
Views: 1882

Re: Nibbleblog Theme - Note II

not sure how it looks like, I'm doing a couple themes, if you show me what you want I might be able to do something similar
by bayerberg
Mon Jun 11, 2018 3:35 pm
Forum: General
Topic: How to use executable php in posts
Replies: 8
Views: 4311

Re: How to use executable php in posts

you can do it automatically based on the category or tags of the page you want to spice up categories - you can do it based on category name or slug. something as simple as if ($page->category()) { if ($page->category()=="Category Name Here") { // your code here } } or if ($page->category(...
by bayerberg
Tue May 22, 2018 12:25 pm
Forum: Themes
Topic: [Theme] Bludit Blogr
Replies: 9
Views: 7558

Re: [Theme] Bludit Blogr

theme went live on gumroad yesterday :)

thanks for preorders, you should have a notification emailed to you how to get it. Already working on some tweaks, will send out release info via gumroad emails.
by bayerberg
Fri May 18, 2018 2:44 pm
Forum: General
Topic: [php] Shifting pages in category
Replies: 4
Views: 2810

Re: [php] Shifting pages in category

almost there. what do i need exactly: i need to list each category. within each category i need to display a couple of pages. i need to style the first one differently to others. $categories = getCategories(); foreach ($categories as $category) { $pagesKeyList = $category->pages(); $firstPageKey = a...
by bayerberg
Fri May 18, 2018 2:29 pm
Forum: General
Topic: [php] Shifting pages in category
Replies: 4
Views: 2810

Re: [php] Shifting pages in category

thanks :) soon ill release a theme with that implemented :)