Search found 773 matches

by diego
Mon Jun 29, 2015 10:16 pm
Forum: General
Topic: Page with parent page v0.1 beta4
Replies: 17
Views: 12520

Re: Page with parent page v0.1 beta4

costa, if you browser localhost/admin/ you can login ? or you have some message ?

Regards
by diego
Mon Jun 29, 2015 12:11 am
Forum: General
Topic: Bludit v0.1 beta4
Replies: 7
Views: 6157

Re: Bludit v0.1 beta4

Try this code <?php if( !empty($Post->author()) ): ?> <?php echo $Language->get('Posted By').' '.$Post->author() ?> <?php endif; ?> or with the Text Helper <?php if( !Text::isEmpty($Post->author()) ): ?> <?php echo $Language->get('Posted By').' '.$Post->author() ?> <?php endif; ?> In this week I hop...
by diego
Sun Jun 28, 2015 5:46 pm
Forum: General
Topic: Bludit v0.1 beta4
Replies: 7
Views: 6157

Re: Bludit v0.1 beta4

Done! thanks
by diego
Sun Jun 28, 2015 2:28 am
Forum: General
Topic: Bludit v0.1 beta4
Replies: 7
Views: 6157

Bludit v0.1 beta4

Bludit v0.1 beta4 Changelog: - Full support for plugins - Dashboard implementation, some ideas from "Con - Material Admin Dashboard Template" (http://goo.gl/XfapW6) - Bug fixes Site: http://www.bludit.com Download: http://www.bludit.com/bludit_latest.zip Twitter: https://twitter.com/bludit...
by diego
Sun Jun 28, 2015 1:31 am
Forum: General
Topic: Bug on pages v0.1 beta3
Replies: 8
Views: 8401

Re: Bug on pages v0.1 beta3

Fixed!, can you try it ?

The #, is in the theme, you can remove it, from /bludit/core/themes/pure/php/page.php

Code: Select all

        <h1 class="page-title">
            # <?php echo $Page->title() ?>
        </h1>
by diego
Sat Jun 27, 2015 8:25 pm
Forum: General
Topic: Bug on pages v0.1 beta3
Replies: 8
Views: 8401

Re: Bug on pages v0.1 beta3

Sorry Fred, I don't understand, can you give me some example ? thanks
by diego
Sat Jun 27, 2015 8:23 pm
Forum: Plugins
Topic: [PLUGIN] Froala Editor (REMOVED)
Replies: 6
Views: 8648

Re: [PLUGIN] Froala Editor (WYSIWYG HTML editor)

Nice plugin Fred, you give me some ideas.. If you want you can publish on facebook or twitter.

Diego
by diego
Fri Jun 26, 2015 6:34 am
Forum: General
Topic: Bug on pages v0.1 beta3
Replies: 8
Views: 8401

Re: Bug on pages v0.1 beta3

Hi, I was fixed this bug, thanks for report it.
I uploaded this fix only en github https://github.com/dignajar/bludit
by diego
Tue Jun 23, 2015 8:09 pm
Forum: General
Topic: v0.1 beta3 Meta
Replies: 5
Views: 4362

Re: v0.1 beta3 Meta

Hi,
you need change the template, because the header is the same for all pages.
What headers do you want to add ?

Regards
Diego
by diego
Tue Jun 23, 2015 6:46 am
Forum: General
Topic: Bludit v0.1 beta3
Replies: 0
Views: 6550

Bludit v0.1 beta3

Bludit v0.1 beta3 Bug Fixes: - Blanks pages on Windows webservers. - Changes on .htaccess - Fixes on $Url object - Fixes for permalinks on pages and posts Site: http://www.bludit.com Download: http://www.bludit.com/bludit_latest.zip Twitter: https://twitter.com/bludit Facebook: https://www.facebook....