phaziz interface design

Constructr CMS 3.02.9 ist draußen

Es war eine schwierige Geburt ;-). Das ChangeLog:

============================================================
Update to Constructr-CMS 3.02.9 (11.06.2009)
============================================================
1) Altered config-files
2) Altered Backend Footer (Bugtracking)
3) Updated Logfile handling (clear the Log)
4) Altered Login-Routine and Design (Captcha-Numbers)
5) Updated Helper-Functions
6) Updated ROOT/INDEX-File
7) Altered Styling-File
8) Updated Workspace-Files
9) Altered BE-Layout
10) Deleted Workspace Editing of BE (Use a real IDE)
11) Added multi FE-Languages Feature
12) Page-Alias Bug is fixed (0000008)
    (http://bugtracking.phaziz.com)
13) Several BugFixes (0000001-0000007)
    (http://bugtracking.phaziz.com)
14) Added Page-Information [(i)-Picture at Page Actions]
15) TinyMCE Update to Version 3.2.3
16) Added Favicon-Icon
============================================================

Updated ChangeLog

This is an updated ChangeLog of upcoming Version 3.02.9 of Constructr CMS. Do not use it in productive Environments – it is still a Beta:

============================================================
Pre-Update to Constructr-CMS 3.02.9 (SVN ONLY)
// 23.04.2009 //
============================================================
1) Altered config-files
2) Altered Backend Footer (Bugtracking)
3) Updated Logfile handling (clear the Log)
4) Altered Login-Routine and Design (Captcha-Numbers)
5) Updated Helper-Functions
6) Updated ROOT/INDEX-File
7) Altered Styling-File
8) Updated Workspace-Files
9) Altered BE-Layout
10) Deleted Workspace Editing of BE (Use a real IDE)
11) Added multi FE-Languages Feature
12) Page-Alias Bug is fixed (0000008)
(http://bugtracking.phaziz.com)
13) Several BugFixes (0000001-0000007)
(http://bugtracking.phaziz.com)
14) Added Page-Information [(i)-Picture at Page Actions]

Grab Your fresh Copy here.

A lot of new Features available for testing

I am working at Version 3.02.9 of Constructr CMS (available via Subversion). But be carefull – 3.02.9 is a development Version and it might be unstable. It should not be used in productive Environments. The ChangeLog:

============================================================
Pre-Update to Constructr-CMS 3.02.9 (SVN ONLY)
============================================================
1) Altered config-files
2) Altered Backend Footer (Bugtracking)
3) Updated Logfile handling (clear the Log)
4) Altered Login-Routine and Design (Captcha-Numbers)
5) Updated Helper-Functions
6) Updated ROOT/INDEX-File
7) Altered Styling-File
8) Updated Workspace-Files
9) Altered BE-Layout
10) Deleted Workspace Editing of BE (Use a real IDE)
11) Added multi FE-Languages Feature
============================================================

To test this Version grab a complete Copy of 3.02.9 via Subversion and have a lot of Fun. Please report any Bugs! Thanx!!!

Bugtracking available for Constructr CMS

Visit the phaziz interface design Bugtracker to report Bugs in Constructr CMS. It is the Mantis Bugtracker (Documentation).

Pre-Update to Constructr-CMS 3.02.9 (DEV-Version // SVN ONLY) (Might be unstable)

============================================================
Pre-Update to Constructr-CMS 3.02.9 (SVN ONLY)
============================================================
1) Altered config-files
2) Altered Backend Footer (Bugtracking)
3) Updated Logfile handling (clear the Log)
4) Altered Login-Routine and Design (Captcha-Numbers)
5) Updated Helper-Functions
6) Updated ROOT/INDEX-File
7) Altered Styling-File
8) Updated Workspace-Files
============================================================

This Update is available via Subversion only – it should not be used in productive Environments – it might be unstable. Subversion // Bugtracker

BugFix 1 to Version 3.02.08 // 07.04.2009

=============================================
BugFix 1 to Version 3.02.08 // 07.04.2009
=============================================

Bug-Description
===============
Sticky Content Elements could not be edited,
once created.

Fix
===
Just replace the Backend content.php-File
with the updated File of This Bugfix
(content.php). No Database Update’s are
needed!

Sticky Content

In Constructr CMS Version 3.02.8 wurde das Konzept der “Sticky Content’s” eingeführt. Hiermit ist es möglich einem Content-Element eine feste ID zuzuweisen. Über diese global einzigartige und feste ID kann man Inhalts-Elemente im Frontend an beliebiger Stelle zuweisen und darstellen.

Vorstellbar ist zum Beispiel, ein Inhaltselement für den fiktiven Bereich New’s. Dieses muss nur einmal im Backend gepflegt werden, kann aber im Frontend an beliebig vielen und beliebig unterschiedlichen Stellen im Template dargestellt werden.

Zum abgreifen eines Sticky-Content ist folgender Code nötig:

<?php

// Example for grabbing Content with defined Sticky ID 999
$get_sticky_999 = $db -> query("
SELECT *
FROM $DB_TABLE_CONSTRUCTR_CONTENT
WHERE sticky_id = '999'
LIMIT 1
") or die(mysql_error());

$sticky999 = $db -> num_rows($get_sticky_999);


if($sticky999 != 0) {
$act999 = $db -> fetch_array($get_sticky_999);
$content = $act999['content'];
echo unhtmlentities(base64_decode($content));
}

?>

Constructr-CMS 3.02.8 05.04.2009

Use update.php for DB-Update (Point 7)
1) Added Global Settings Array
2) New FileUpload (move_uploaded_file() // copy())
3) CSS-Update
4) Added logfile.php to view the BE-Logfile
5) Updated Config-Files
6) Updated Header-Files (BE)
7) Added Sticky-ID to Content Elements
8) Altered Definition-Files
9) Altered Constructr Base JS-File
10) Altered Constructr Settings-File
11) Updated user.php-File (Backend)
12) Updated User Class-File

Constructr CMS Overview

ConstructrCMS is a new Open-Source and forever free Content-Management-System written in PHP and MySQL. Visit the SourceForge.net Project-Page or the Constructr CMS-Website. Take a look at the new Forum to get Help or participate and sign-up for the phaziz interface design-Newsletter. Downloads are available. More than 3.400 Downloads can´t be wrong!

The Main-Features are:

  • Clean Frontend URLs
  • Frontend Cache-System
  • Backend User-Management and Rights-Management
  • Backend Action-Logging
  • Available Fullscreen View
  • Stealth Login-System with unique Hash via Hyperlink or direct Access (MD5 based)
  • Nested_Sets-Logic for Page-Structuring
  • TinyMCE-Integration for easy Content-Editing
  • jQuery Integration for simple Workflow the Ajax Way of Style
  • File based Template System
  • Multilingual Frontends are simple possible
  • You can use a Frontent that fits Your special Needs (pure PHP and MySQL, Smarty, Flash …)
  • Native UTF-8 XML-Output (Flash-Frontend Content Management)
  • Asset-Center for Your Uploads
  • Integrated Search-Engine for Your Asset´s
  • Upload Files via FTP
  • Automatic Sync after FTP-Uploads
  • Automatic Thumb´s for Image-Uploads (with Cache-System)
  • Integrated Shadowbox-Viewer for Your Asset´s
  • Customizable Backend-Language (Available: DE, EN, US, CH, AU)
  • Live Preview-System for hidden Pages and Content
  • Individual 404 Error Page
  • Automatic RSS 2.0-Feed for every single Content-Page
  • Love the Silk Icons
  • Whole System-Size less than 3MB
  • Written in PHP and MySQL (OOP)

I’ve spent a lot of time to develop/support this Content Management System. You liked it? Feel free to donate!

How to implement a nice Slideshow? (Using a Plugin)

The dbf_slideshow_gallery-Plugin enables You to show a nice Slideshow at Your Constructr-Website.  It is build using jQuery and the Cycle-Plugin. You can define the Effect of the Slideshow (shuffle,zoom,fade,turnDown,curtainX,…). Just follow these Steps to include a Slideshow at Your Website driven by Constructr CMS:

1) First download the Plugin-Files.
2) Unzip the Plugin and transfer it to the Plugin-Directory locatet at ROOT/plugins/
3) Place the Plugin File jquery.cycle.all.js in a Directory js in Your Workspace located at ROOT/data/workspace/js/
4) Define the $JS_INNER_PATH if not defnied yet at Your main Template File:

$INNER_JS_PATH = ‘http://’ . $host . $uri . ‘/data/workspace/js/’;

5) Include some Javascript in the Header of Your Main Template File:

<script type=”text/javascript” src=”http://code.jquery.com/jquery.js”></script>
<script type=”text/javascript” src=”<?php echo $INNER_JS_PATH; ?>jquery.cycle.all.js”></script>
<script type=”text/javascript”>

$(document).ready(function()
{
$(’#special_phaziz’).cycle({
fx     : ’shuffle’,
random : true,
speed  : ’slow’,
timeout: 3000
});
});

</script>

6) Include a little additional CSS in Your Style-Definition:

.phazizSlider
{
margin-left: auto;
margin-right: auto;
display:block;
width:960px;
height:300px;
overflow:hidden;
}

.phazizSlider img
{
padding: 0;
border:  1px solid #ccc;
background-color: #eee;
width:  960px;
height: 300px;
top:  0;
left: 0
}

7) Include the Plugin File in Your Main Template-File:

<?php include(’plugins/dbf_slideshow_gallery/dbf_slideshow_gallery_fe.inc.php’); ?>

8) Install and activate the Plugin at Your Backend. Thats it – now You should be able to select some Pix at the Backend of Your Constructr CMS Plugin-Section.

Any Questions? Visit http://phaziz.com/forum/!

Donate for Constructr CMS!



Follow me on twitter.com

XING

Wordpress.org

9rules.com