Search found 773 matches

by diego
Sat Jul 04, 2015 2:34 am
Forum: General
Topic: Page with parent page v0.1 beta4
Replies: 17
Views: 12146

Re: Page with parent page v0.1 beta4

I close this topic, thanks!
by diego
Sat Jul 04, 2015 2:34 am
Forum: General
Topic: v0.1 beta3 Meta
Replies: 5
Views: 4300

Re: v0.1 beta3 Meta

Hello!
by diego
Sat Jul 04, 2015 2:32 am
Forum: General
Topic: Bludit v0.1 beta5
Replies: 9
Views: 6528

Bludit v0.1 beta5

Bludit v0.1 beta5

Thanks all users who reported bugs!

Changelog:
- Multi-language support
- Dashboard changes
- Bug fixes++

Site: http://www.bludit.com
Download: http://www.bludit.com/bludit_latest.zip
Forum: http://forum.bludit.org
by diego
Wed Jul 01, 2015 8:17 pm
Forum: General
Topic: Page with parent page v0.1 beta4
Replies: 17
Views: 12146

Re: Page with parent page v0.1 beta4

ok ok ! no problem!
by diego
Wed Jul 01, 2015 1:31 am
Forum: General
Topic: Page with parent page v0.1 beta4
Replies: 17
Views: 12146

Re: Page with parent page v0.1 beta4

Bludit always put empty when you have an empty title. Can you give me some example if the user does't write a title on a page or post ?

Example:

Page 1
Title: Hello World
Slug: hello-world

Page 2
Title:
Slug: empty

Page 3
Title:
Slug: empty-0
by diego
Wed Jul 01, 2015 1:10 am
Forum: General
Topic: Page with parent page v0.1 beta4
Replies: 17
Views: 12146

Re: Page with parent page v0.1 beta4

Hello,
if you don't put any title, Bludit automatically put "empty" on the slug url.
Recently testing your problem, I found a bug on manager pages, and I fix it.
by diego
Tue Jun 30, 2015 5:33 am
Forum: General
Topic: Bug on pages v0.1 beta3
Replies: 8
Views: 8092

Re: Bug on pages v0.1 beta3

I close this topic, if you want you can create a new one.
by diego
Tue Jun 30, 2015 5:29 am
Forum: General
Topic: Bludit v0.1 beta4
Replies: 7
Views: 5963

Re: Bludit v0.1 beta4

I think you are using php 5.3.x, in this version you can't pass function as a parameter to the empty function.

Code: Select all

<?php
$author = $Post->author();

if( !empty($author) )
{
echo $Language->get('Posted By').' '.$Post->author();
}
?>
by diego
Tue Jun 30, 2015 5:25 am
Forum: General
Topic: Page with parent page v0.1 beta4
Replies: 17
Views: 12146

Re: Page with parent page v0.1 beta4

I think I've fixed it.. can you try the files from github ? thanks
by diego
Mon Jun 29, 2015 10:53 pm
Forum: General
Topic: Page with parent page v0.1 beta4
Replies: 17
Views: 12146

Re: Page with parent page v0.1 beta4

Very strange, what software do use and version, I want to try it on my local pc.
thanks