Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
New Plugins: asset_description, slideshow_gallery
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Davy  
View profile  
 More options Jun 9, 8:44 pm
From: Davy <davy.steven...@gmail.com>
Date: Tue, 9 Jun 2009 17:44:45 -0700 (PDT)
Local: Tues, Jun 9 2009 8:44 pm
Subject: New Plugins: asset_description, slideshow_gallery
Hey Everyone,

I developed a few plugins for Mephisto and put them up on github
today.  I'd love it if others would check them out, use them on their
sites, and send me feedback if necessary. Both of these plugins were
built using the engines plugin model.

asset_description
http://github.com/davy/asset_description/tree/master

This is a simple plugin that adds a description text field to the
asset model.

slideshow_gallery
http://github.com/davy/slideshow_gallery/tree/master

This is a more complicated plugin that adds the ability to create
photo galleries that are implemented using the Slideshow 2 Javascript
class.  Galleries are also able to be placed in categories.  I'm
currently using this code in two clients' websites: www.tarawhittaker.com
and www.tidepoolreps.com, and I am pleased with it so far.

This Google Group has helped me immensely with learning the ins and
outs of developing with Mephisto, and I'm happy to be able to give
something back to the community.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Lynn  
View profile  
 More options Jun 10, 8:09 am
From: Dan Lynn <DanielKeithL...@gmail.com>
Date: Wed, 10 Jun 2009 05:09:36 -0700 (PDT)
Local: Wed, Jun 10 2009 8:09 am
Subject: Re: New Plugins: asset_description, slideshow_gallery
Very nice!  Thank you.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bryan  
View profile  
 More options Jun 10, 2:22 pm
From: Bryan <haccont...@yahoo.com>
Date: Wed, 10 Jun 2009 11:22:36 -0700 (PDT)
Local: Wed, Jun 10 2009 2:22 pm
Subject: Re: New Plugins: asset_description, slideshow_gallery
Hi Davy,  Could you post some example code from a design/template of
the asset description being used?

Thanks,

Bryan

On Jun 10, 6:09 am, Dan Lynn <DanielKeithL...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Davy  
View profile  
 More options Jun 10, 4:01 pm
From: Davy <davy.steven...@gmail.com>
Date: Wed, 10 Jun 2009 13:01:21 -0700 (PDT)
Local: Wed, Jun 10 2009 4:01 pm
Subject: Re: New Plugins: asset_description, slideshow_gallery
Hi Bryan,

I'm currently using the asset description as part of the slideshow, so
the example code I have wouldn't make a lot of sense unless you knew
how the Javascript slideshow code worked.  However, I could see other
uses for the asset description.  For example, if assets are attached
to articles then it would be easy to create a layout where the asset
description worked as a caption for the asset.  In your liquid
template file, it's as easy as putting in code such as:

<p>{{ asset.description }}</p>

Hope this helps,
Davy

On Jun 10, 11:22 am, Bryan <haccont...@yahoo.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bryan  
View profile  
 More options Jun 11, 5:18 pm
From: Bryan <haccont...@yahoo.com>
Date: Thu, 11 Jun 2009 14:18:54 -0700 (PDT)
Local: Thurs, Jun 11 2009 5:18 pm
Subject: Re: New Plugins: asset_description, slideshow_gallery
Hi Davy, I was interested in using it for both a caption and a
possibly the image alt tag.

I'll take a look at it.

Thanks,

Bryan

On Jun 10, 2:01 pm, Davy <davy.steven...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
yortz  
View profile  
 More options Jul 3, 8:25 am
From: yortz <skylarking...@gmail.com>
Date: Fri, 3 Jul 2009 05:25:09 -0700 (PDT)
Local: Fri, Jul 3 2009 8:25 am
Subject: Re: New Plugins: asset_description, slideshow_gallery
Hi Davy! Don't ask me why, but it seems that I couldn't make the
slideshow_gallery plugin to work on mephisto 0.8.2 without taking the
following steps, so I am adding those here with the hope that anyone
else running into these kind of issues could easily fix those, this is
what i did (it actually seems that it didn't copy the required files
by default to their location):

* manually copied all files in install.rb to their location

* edited gallery.liquid line 23 '{{ asset.gallery_path}}' to be
'{{ asset.path}}'

* added the css and images into my theme by:

- creating a new template (slideshow.css)

- reset path on images to be ../images/myimage.png or .gif

- upload those images

- added the slideshow.css to my layout

now it works like a charm! So thanks again for your great plugin, also
I am using your asset_description  plugin to generate captions this
way:

'{{ asset.path}}': { thumbnail: '{{ asset.thumbnail_path }}', caption:
'{{ asset.description }}'}{% unless asset == gallery.assets.last %},{%
endunless %}

I am curious about one thing, have you tried to integrate lightbox
with the gallery? I mean, would it be possibile to modify the js or
insert some kind of rel : 'lightbox' tag to make it work with
lightbox.js?

On Jun 11, 11:18 pm, Bryan <haccont...@yahoo.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Davy  
View profile  
 More options Jul 10, 7:41 pm
From: Davy <davy.steven...@gmail.com>
Date: Fri, 10 Jul 2009 16:41:50 -0700 (PDT)
Local: Fri, Jul 10 2009 7:41 pm
Subject: Re: New Plugins: asset_description, slideshow_gallery
Great!  Thanks for finding that bug in the gallery.liquid file -- I
have updated the file on my github account.  I'm not exactly sure why
the install.rb file didn't work -- definitely odd.

And yes, using the asset_description plugin to add captions is a great
idea.  It was something I had thought about doing in the past, but
none of the sites in which I'm using the slideshow_gallery plugin
needed them.

I haven't tried integrating lightbox, however I don't think it would
be that difficult.  In fact, I found this link on the Slideshow 2!
site which describes integrating lightbox into the javascript
slideshow library.

http://www.electricprism.com/aeron/slideshow/example2.html

Definitely let me know if you run into any other issues or think of
any ways to make things better!

Thanks,
Davy

On Jul 3, 5:25 am, yortz <skylarking...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google