Search found 141 matches

by bayerberg
Tue Apr 10, 2018 4:36 am
Forum: General
Topic: Pagination - page children / orphan pages
Replies: 8
Views: 6174

Pagination - page children / orphan pages

my page.php has if ($page->children()){ foreach ($page->children() as $page) { if ($page->published()) { echo'<h4 class="title"><a href="'.$page->permalink().'">'.$page->title().'</a></h4>'; echo'<p>'.$page->description().'</p>'; echo'<p><a href="'.$page->permalink().'"...
by bayerberg
Tue Apr 10, 2018 4:24 am
Forum: General
Topic: bludit 2.3.4 - static page username() error
Replies: 4
Views: 2498

Re: bludit 2.3.4 - static page username() error

will try to get it to show again. 100% sure it wasnt anything to do with loops, everything was working for other editors
by bayerberg
Sun Apr 08, 2018 2:53 am
Forum: General
Topic: bludit 2.3.4 - static page username() error
Replies: 4
Views: 2498

Re: bludit 2.3.4 - static page username() error

2.3.4, one specific user, on one specific MAMP... weird ;)
my thinking is it might be the php version
by bayerberg
Fri Apr 06, 2018 6:15 pm
Forum: General
Topic: bludit 2.3.4 - static page username() error
Replies: 4
Views: 2498

bludit 2.3.4 - static page username() error

I'm getting a weird error when creating static pages as an editor. Everything is fine when user with admin rights creates a static page but when I do it as an editor i get Uncaught Error: Call to a member function username() on boolean if editors cant post static pages is there a way to block that o...
by bayerberg
Fri Feb 23, 2018 6:49 pm
Forum: General
Topic: Top level menu ordered by position
Replies: 2
Views: 1776

Top level menu ordered by position

I'm trying to get my main menu ($pagesByParent[PARENT]) to stay ordered on position() even if the whole page is ordered on date. Is there a quick way of doing that?
by bayerberg
Fri Feb 09, 2018 4:48 pm
Forum: General
Topic: Slugs - consistency
Replies: 1
Views: 1215

Slugs - consistency

Page slugs It would be nice to have a bit of consistency in how slugs are done. pages in general thats a given but landing page should have index and blog should have blog (or $Language equivalent/whatever was added via panel) . this way it would be easy to build custom templates for main landing pa...
by bayerberg
Mon Nov 20, 2017 4:15 pm
Forum: General
Topic: Responsive-Retina Images
Replies: 5
Views: 2718

Re: Responsive-Retina Images

theres a way of doing retina images but its fiddly and you need to use the same template for anything you upload. - bl-kernel/boot/init.php you need to change the // Thubmnails size dimensions to fit your standard image size. factory setting is 400x400px but you can change it to the size you need. -...
by bayerberg
Mon Oct 30, 2017 6:37 pm
Forum: General
Topic: Why there are not "posts" enabled in bludit-2.0?
Replies: 22
Views: 10330

Re: Why there are not "posts" enabled in bludit-2.0?

Might have found a way to make everybody happy:
Edit content - Advanced - just add "Page type" dropdown menu with page/blog post. that should make everybody understand whats what.
by bayerberg
Mon Oct 30, 2017 2:53 pm
Forum: General
Topic: Bludit2 + MAMP
Replies: 4
Views: 2210

Re: Bludit2 + MAMP

was running 2.0. all ok now, upgraded to 2.0.1 :) thanks.
by bayerberg
Fri Oct 27, 2017 6:17 pm
Forum: General
Topic: Bludit2 + MAMP
Replies: 4
Views: 2210

Bludit2 + MAMP

For some reason bludit2 has an issue with localhost:8888/ Previous version worked with MAMP perfectly, this one strips 8888 form paths and things go sideways. Is there a way of making it go away?