View Single Post
Old 09-07-2009, 08:44 PM  
Zeroquest
Confirmed User
 
Join Date: Mar 2003
Posts: 215
Here you go guys!

If you have a mac, you can stream the video here:

MOV Video
http://fluid14.com/liquidmedia1.3.mov

WMV Video (Not up yet)
http://fluid14.com/liquidmedia1.3.wmv

I'm converting it to .wmv as I write this and it'll be up shortly.

Obviously this does not cover everything and it's a rough draft, but I wanted to get it out for you guys to see right away. It shows much of the admin interface and many of it's unique and powerful features.

Keep in mind this is a rough cut and there are MANY things not shown in this video. It's not meant to be a tutorial, but a quick run through of Liquid Media's feature set.

With that said, this covers about 10% of what it can do.

Further all templates are HTML with tags such as this:

Here's a sample template: (Image page thumbnails)
Code:
<div class="thumb-box" id="#%EDIT_ID%#">
    #%NEW%#
    <div class="thumb">
        <a href="#%GALLERY_URL%#" style="cursor: pointer;"#%LIGHTBOX%#>
        <span id='img_#%IMG_ID%#'>
            <img src="#%TMB_URL%#" title="#%ALT%#" alt="Thumbnail" height="#%TMB_HEIGHT%#" width="#%TMB_WIDTH%#" />
        </span>
        </a>
    </div>
    #%STATS%#
    #%STARS%#
    #%ADMIN%#
</div>
As you can see, the tags are extremely easy to work with. Setting up thumbnails on your templates works like this:

Code:
#%THUMBS:m:1-20%#
THUMBS = display thumbnails
m = gallery type ( m = mixed / v = videos / vg = video galleries)
1-20 = range (can be anything from start to finish relative to your location on the site)

Hopefully this clears up any confusion. Believe me, the template system is EXTREMELY easy to work with. If you can handle skinning WP, this is easy by comparison. The default template has EVERY feature enabled, simply duplicate that and start playing around. (The admin can be hovered over the site -- thus removing it from the system. There is a css entry commented out, simply remove the comment and it hovers.)

If there are any further questions, I'll be on for awhile to answer them.

Last edited by Zeroquest; 09-07-2009 at 08:46 PM..
Zeroquest is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote