phaziz interface design Constructr CMS

How to implement a nice Slideshow?

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.

DBF Slideshow Gallery

DBF Slideshow Gallery A nice Frontend-Plugin to manage multiple Javascript-Slideshows for Your Pages. Simple create a new Gallery and add some Pictures of Your Asset-Center and include the Frontend-File in Your Template – that´s all you need.

Google Analytics

Google Analytics A Plugin to insert the Google-Analytics Code in Your Frontend by inserting Your Google Analytics-Identifier in a Textfield.

Constructr-CMS 3.02.7 06.02.2009

1) Added Global Settings Array
2) Updated several Backend Files
3) Added new Plugin DBF_SLIDESHOW_GALLERY to Core Version
4) Updated Setup-Routine
5) jQuery Update to Version 1.3.0
6) Fullscreen-View is now saved by Cookies
7) Little Design Update in Backend

Constructr-CMS 3.02.6 26.12.2008

1) Updated Backend Design
2) Minor Bugfixes
3) Included jQuery.Corners in Backend
4) Fullscreen View available in Backend

Constructr-CMS 3.02.5 04.12.2008

1) MD5 based Login-System
2) Bugfixed and altered Cache-System (index.php)
3) Updated Config-Definitions
4) Updated DATABASE-Structure (!!! update.php !!!)
5) Backend User-Logging implemented (constructr.log)
6) Changed from Prototype and Scriptaculous to jQuery
7) Updated all Files to jQuery Javascript Actions
8) New constructr_base.js Actions for jQuery
9) Bugfix User-handling
10) Minor Bugfixes in TinyMCE-Integration (Languages)

Constructr-CMS 3.02.5 04.12.2008

1) MD5 based Login-System
2) Bugfixed and altered Cache-System (index.php)
3) Updated Config-Definitions
4) Updated DATABASE-Structure (!!! update.php !!!)
5) Backend User-Logging implemented (constructr.log)
6) Changed from Prototype and Scriptaculous to jQuery
7) Updated all Files to jQuery Javascript Actions
8) New constructr_base.js Actions for jQuery
9) Bugfix User-handling
10) Minor Bugfixes in TinyMCE-Integration (Languages)

Constructr-CMS 3.02.5 18.11.2008 (Subversion only)

1) MD5 based Login-System
2) Bugfixed Cache-System
3) Updated Config-Definitions
4) Updated DATABASE-Structure (!!! update.php !!!)
5) Backend User-Logging implemented (constructr.log)
6) Minor Bugfixes

Constructr-CMS 3.02.4 STABLE 01.10.2008

1) Updated Config-Definitions
2) Updated Content-Page (content.php)
3) RSS-Feed for Content-Pages (added Feature)
4) Minor Bugfixes
5) Search for Media Files added (Feature)
6) Fixed Design in BE Lang EN (content.php -> Order of Content)
7) Altered Setup-Routine (added 2 more Fields)
8) New Prototype Version (Security Update)

Constructr-CMS 3.02.3 STABLE 22.09.2008

1) Updated Config-Definitions
2) Updated File media.php (Point 3)
3) Added Image-Processing
4) BugFixes
5) Updated Shadowbox-Integration

Donate for Constructr CMS!



Follow me on twitter.com

XING

Wordpress.org

9rules.com