Search found 3121 matches

by Edi
Sun Apr 23, 2017 2:35 am
Forum: General
Topic: Resolved - Add "Recent Posts" to Website
Replies: 13
Views: 6929

Re: Add "Recent Posts" to Website

Yes, its an extension of the code you have posted (after the line "$data = json_decode($jsonData, true);"). The whole code is: <div id="box8"> <h3>Archived Blog Posts</h3> <?php $url = 'http://www.mysite.com/blog/api/show/all/posts/9db3f4a23151d350951cb5e279cb4251'; $jsonData = f...
by Edi
Sat Apr 22, 2017 8:52 pm
Forum: General
Topic: Resolved - Add "Recent Posts" to Website
Replies: 13
Views: 6929

Re: Add "Recent Posts" to Website

What is the code you are using at the moment?

I don't know, if there are any plans for additions to the plugin.
by Edi
Sat Apr 22, 2017 12:30 pm
Forum: General
Topic: Resolved - Add "Recent Posts" to Website
Replies: 13
Views: 6929

Re: Add "Recent Posts" to Website

I was able to follow the embed instructions and get the posts to show in my footer but I only wanted 5 posts not 15. You can limit the number of posts with a codition: $i = 1; foreach($data as $post) { if($i <= 5) { $postPermalink = $post['permalink']; echo $post['title']; echo '<a href="'.$po...
by Edi
Fri Apr 21, 2017 11:00 pm
Forum: General
Topic: Lost ability to save.
Replies: 3
Views: 2256

Re: Lost ability to save.

It seems so. What permissions are set?
by Edi
Thu Apr 20, 2017 11:20 am
Forum: Allgemein
Topic: Die Seite wurde nicht gefunden.
Replies: 9
Views: 4069

Re: Die Seite wurde nicht gefunden.

Mein herzliches Beileid. Das ist doch selbstverständlich.
by Edi
Thu Apr 20, 2017 11:18 am
Forum: General
Topic: Resolved - Add "Recent Posts" to Website
Replies: 13
Views: 6929

Re: Add "Recent Posts" to Website

What system do you use for your website? Bludit or another system?
by Edi
Wed Apr 19, 2017 12:36 pm
Forum: General
Topic: Resolved - How to Change the Install Username
Replies: 2
Views: 2013

Re: How to Change the Install Username

You can change the entry in the file users.php. Exchange "admin" with the name of your choice: <?php defined('BLUDIT') or die('Bludit CMS.'); ?> { "admin": { "firstName": "Edi", ... } } If there are already posts connected to "admin" you have to chan...
by Edi
Sat Apr 15, 2017 2:03 am
Forum: General
Topic: Draft pages not shown on menu
Replies: 3
Views: 3581

Re: Draft pages not shown on menu

It's a bug, and I have to fix it.

Thank you to draw attention to it!
by Edi
Sun Apr 09, 2017 10:26 pm
Forum: Plugins
Topic: [PLUGIN] Contact for Bludit 2.6
Replies: 95
Views: 927876

Re: [PLUGIN] Contact

There should be an error log for the server.
by Edi
Sun Apr 09, 2017 11:25 am
Forum: Plugins
Topic: [PLUGIN] Contact for Bludit 2.6
Replies: 95
Views: 927876

Re: [PLUGIN] Contact

Fred wrote:Update with Bludit 1.5.2 and last Github version (PHP 7 OK)
Thank you Fred. It must be a problem with the server configuration. I tested the installation with PHP 7, and it works without any problems.