Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1] 2 3 4 5 ... 12   Go Down

Author Topic: Image Scroller - based on iTunes [link to Intermediate]  (Read 254514 times)

0 Members and 1 Guest are viewing this topic.

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Image Scroller - based on iTunes [link to Intermediate]
« on: December 05, 2007, 02:17:20 pm »

This is similar to this mod except the center image now links to the Intermediate page.

1. Same as most of my mods, drop the 3 files (flow_link.php, flow_link.swf, AC_RunActiveContent.js) to the root of your gallery
2. Modify the Flash script (example inside flow_link_example.htm) to indicate the absolute path to flow_link.php on your server
3. Include the script in your anycontent (or for the advanced, put the script anywhere on your site)

That's it.

I will take a limited amount of custom requests, if my time permits. I'll subject line it with the custom attachment.

The images are currently 160x120 and the exact dimension of the Flash file is 900x400 (most users, I believe, are 1024x768 display resolution or greater). You could probably adjust it minimally without too much distortion. Currently, the flow_link.php picks up the last 20 images loaded to your gallery (respects private albums). You can change this to whatever you like (eg., ORDER BY RAND() LIMIT 20, specific album, etc).

If I forgot anything, let me know. Enjoy !
« Last Edit: December 13, 2007, 08:29:04 am by GauGau »
Logged

AlexTheMartian

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 4
    • Moonlight Heights Gallery (for a virtual reality "town")
Re: Image Scroller - Based on iTunes [link to Intermediate]
« Reply #1 on: December 06, 2007, 01:36:06 am »

Are you going to be working on trying to get the transparent wmode to work in Firefox? (I have no clue what will cause it to work in IE but not Firefox)

Kind of a shame I am currently limited to a background color, since I am using a gradient background.  :-\
Logged

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - Based on iTunes [link to Intermediate]
« Reply #2 on: December 06, 2007, 12:09:36 pm »

Are you going to be working on trying to get the transparent wmode to work in Firefox? (I have no clue what will cause it to work in IE but not Firefox)

I can't fix it, but I do research the issue and right now - no clue as to why. The other version of this mod does allow transparency. Just doesn't have the 'link to Intermediate' feature.
This is fixed via latest version(s) of Flash Player.
« Last Edit: November 11, 2008, 01:05:39 pm by rphMedia »
Logged

Gephri

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 235
Re: Image Scroller - Based on iTunes [link to Intermediate]
« Reply #3 on: December 12, 2007, 10:17:22 am »

Had been running your previous version fine and the install seemed simple enough.  But I click on the center image it does not take me to the intermediate image.

Am I missing something?
Logged

Gephri

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 235
Re: Image Scroller - Based on iTunes [link to Intermediate]
« Reply #4 on: December 12, 2007, 10:23:30 am »

sorry for the double post, but the doesn't pull images from album #44
Code: [Select]
$result = mysql_query("SELECT * FROM {$CONFIG['TABLE_PICTURES']} AS p WHERE filename LIKE '%.jpg' ORDER BY RAND() LIMIT 20, 44");

any idea
Logged

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - Based on iTunes [link to Intermediate]
« Reply #5 on: December 12, 2007, 12:04:17 pm »

Am I missing something?
How can I tell if you're missing something without a link??

Nibbler

  • Guest
Re: Image Scroller - Based on iTunes [link to Intermediate]
« Reply #6 on: December 12, 2007, 12:21:10 pm »

That's not what a double post is.

You misread the instructions. Should be:

Code: [Select]
SELECT * FROM {$CONFIG['TABLE_PICTURES']} AS p WHERE filename LIKE '%.jpg' AND aid = 44 ORDER BY RAND() LIMIT 20
Logged

Gephri

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 235
Re: Image Scroller - Based on iTunes [link to Intermediate]
« Reply #7 on: December 12, 2007, 04:27:06 pm »

rphMedia - right, here's the link:

http://www.superstarteachers.com/welcome/home.php
Logged

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - Based on iTunes [link to Intermediate]
« Reply #8 on: December 12, 2007, 04:34:13 pm »

For your "movie" parameter in the flash code, change it from 'flow' to 'flow_link' - you're still pulling the old flash file 'flow'.

Gephri

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 235
Re: Image Scroller - Based on iTunes [link to Intermediate]
« Reply #9 on: December 12, 2007, 04:40:21 pm »

ok - done that, but now nothing shows.
Should I change also flow to flow_link for "id" and "name" ?
Logged

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - Based on iTunes [link to Intermediate]
« Reply #10 on: December 12, 2007, 04:42:46 pm »

Which means that 'flow_link.swf' is not in that directory. The other 2 parameters don't need the change.

Gephri

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 235
Re: Image Scroller - based on iTunes [link to Intermediate]
« Reply #11 on: December 12, 2007, 07:31:41 pm »

thanks - works very nicely in the gallery on anycontent.php!

one last thing - that could also help others:
Can you show what needs to be done for getting this mod to pull from one web site to the gallery on another?
Logged

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - based on iTunes [link to Intermediate]
« Reply #12 on: December 12, 2007, 07:36:24 pm »

This version does it automatically (if your server(s) support it). If it doesn't pull the images from another domain, then one or both of the servers don't support it.

Gephri

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 235
Re: Image Scroller - based on iTunes [link to Intermediate]
« Reply #13 on: December 12, 2007, 07:58:18 pm »

please disregard my last post - all is good
Logged

Gephri

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 235
Re: Image Scroller - based on iTunes [link to Intermediate]
« Reply #14 on: December 13, 2007, 10:31:23 pm »

rphMedia:
I've got a lot of different sized pictures in the albums. When the Image Scroller shows them - they're a little blurry.  Is there an update to the FlowNoScale tweak that will work with the latest flow_link version?
Logged

Pahco

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: Image Scroller - based on iTunes [link to Intermediate]
« Reply #15 on: December 20, 2007, 07:34:40 am »

I've been trying to get this to work on my site....but it doesn't.

I think it has something to do either with the fact that it's hosted on a subdomain, or that I'm using a Joomla/Cpg bridge.

The Bridge may be affecting it since only registered users in Joomla can view the gallery.  Not sure.


I did get the script added to my template correctly, and it shows up...just no images.  So, it's not finding the flow_link.php or is not able to access the images.


Any suggestions?  I'd really like to get this slick mod added to the top of my gallery.


BTW, I did create a gallery besides the user galleries, because I'm assuming user galleries wouldn't show up....but I am thinking this bridge might just be making all galleries seem private to the mod.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Image Scroller - based on iTunes [link to Intermediate]
« Reply #16 on: December 20, 2007, 09:00:33 am »

Any suggestions?  I'd really like to get this slick mod added to the top of my gallery.
Yes: post real-life examples - your posting doesn't mean anything to supporters. Posting real-life links (and non-admin test user accounts if needed) will help. Posting your changes might help as well. There's no saying what is wrong with just a generic "doesn't work" posting like yours.
Logged

KB

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
No resize coming...?
« Reply #17 on: December 31, 2007, 09:29:26 pm »

First and foremost - Thank you so much for this mod - it's a beautiful addition to the already great CPG. 

Just question/request - will we see a no-resize version of this?  The people uploading images to the galleries on my site won't be mspaint-literate, nevermind photoshop, so some pics will be landscape, some will be portrait, some will be non-standard (not 4:3). 

Album (temporary):

http://www.greyhoundsofshamrock.net/cpg/flow_link_example.htm

The 4th pic from the left is a portrait-ish pic and is terribly squashed... some of the other pics are square (300x300), so resizing the thumb still squashes a bit...

I saw a "no-resize" version of the swf on the previous (not-clickable) version... hoping to see one in this version!

Thanks much!
Logged

jake

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 39
Re: Image Scroller - based on iTunes [link to Intermediate]
« Reply #18 on: January 02, 2008, 02:24:38 am »

I really like the look of this Mod!  Thank you so much for creating it!
My request mirrors the post by “KB” above.
Your “flowNoScale.zip” fit my needs for the variety of photos sizes I have, but I love the linked “clickability” in your new version.  Any way to combine the two features?
Logged

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - based on iTunes [link to Intermediate]
« Reply #19 on: January 02, 2008, 02:02:23 pm »

I'll see what I can do, kinda busy lately. Give me a couple weeks.
Pages: [1] 2 3 4 5 ... 12   Go Up
 

Page created in 0.027 seconds with 19 queries.