Search found 141 matches

by bayerberg
Sat May 12, 2018 8:11 pm
Forum: General
Topic: [php] Shifting pages in category
Replies: 4
Views: 3011

[php] Shifting pages in category

I'm listing a couple of pages from each category, $categories = getCategories(); foreach ($categories as $category) { ... foreach ($category->pages() as $pageKey) { $page = buildPage($pageKey); ... } } whats the best way to array_shift() those pages? want to change the way first one is displayed, ha...
by bayerberg
Fri May 11, 2018 1:26 pm
Forum: Plugins
Topic: What kind of plugins/ themes do you need?
Replies: 30
Views: 27459

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

btw. anyone up for updated admin panel? :) i've been poking around and looks like i can do one based on http://getskeleton.com/ + css3 eyecandy (not forgetting about updates to UI). Would be nice to have an option to switch admin themes without poking in the config files.
by bayerberg
Fri May 11, 2018 11:27 am
Forum: Plugins
Topic: What kind of plugins/ themes do you need?
Replies: 30
Views: 27459

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

ok, ill go through plugin requests and try to do a few :)
by bayerberg
Thu May 10, 2018 2:00 pm
Forum: Plugins
Topic: What kind of plugins/ themes do you need?
Replies: 30
Views: 27459

What kind of plugins/ themes do you need?

I write a ton of small things for Bludit while doing my websites, thought I could share some of them. What kind of plugins/ themes do you need? What functionality or service integration you are after?
by bayerberg
Thu May 03, 2018 9:50 pm
Forum: Themes
Topic: [Theme] Bludit Blogr
Replies: 9
Views: 7947

Re: [Theme] Bludit Blogr

yep, there will be a couple more ;)
by bayerberg
Thu May 03, 2018 7:49 pm
Forum: Themes
Topic: [Theme] Bludit Blogr
Replies: 9
Views: 7947

[Theme] Bludit Blogr

Bludit Blogr See it live here: http://wanted.buzz/ 3 different layouts depending on "Items per page" setting social media sharing functionality baked in latest posts in the sidebar baked in separate section and styling for sticky posts different layouts for published, sticky and static pa...
by bayerberg
Mon Apr 30, 2018 12:18 pm
Forum: Plugins
Topic: [Plugin] SEO Breadcrumbs
Replies: 20
Views: 16464

Re: [Plugin] SEO Breadcrumbs

need to update that, by default I add full copyright to anything i write, this one needs to be at least MIT :)
by bayerberg
Mon Apr 30, 2018 11:58 am
Forum: Plugins
Topic: [Plugin] Bloggers sidebar
Replies: 1
Views: 1911

[Plugin] Bloggers sidebar

Bloggers Sidebar https://github.com/Bayerberg/bloggers-sidebar If you run a blog you might need to show latest posts in your sidebar - this is the plugin for you. It will automatically show latest posts sorted by category. Not content with latest posts only? You can show sticky posts there as well....
by bayerberg
Fri Apr 27, 2018 5:24 pm
Forum: Plugins
Topic: [Plugin] SEO Breadcrumbs
Replies: 20
Views: 16464

[Plugin] SEO Breadcrumbs

SEO Breadcrumbs https://github.com/Bayerberg/bludit-seobreadcrumbs tested on bludit 2.3.4 Breadcrumbs as prescribed by http://schema.org/BreadcrumbList Plugin handles pages with or without children. If your theme supports it theres and option to display breadcrumb trail on home page Breadcrumbs hav...
by bayerberg
Wed Apr 25, 2018 2:32 pm
Forum: General
Topic: Strange problem from Bludit
Replies: 10
Views: 6459

Re: Strange problem from Bludit

this cms is "a work in progress" :) so best approach is - remove all plugins, add only ones you want to use, check if all of them are written for the version you are running. cms itself looks stabile and sound. I would get rid of any dependencies (jquery in /admin for example) and try to k...