Support Forum Project Downloads FAQ Documentation About Demo Tutorials Blog Plugins
November 21, 2009, 10:31:13 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: cpg1.5.2 beta released
The brand new cpg1.5.x series that comes with a lot of new features finally has reached the release stage: a first public beta release cpg1.5.2 has been released that is mainly aimed at translators, testers and community members that have contributed in the past. The beta release is not meant to be used in a production environment, but only on testbeds and for evaluation purposes. There is currently no support for cpg1.5.x yet!
[more]
   Home   Help Search Board rules Login Register  
Pages: [1] 2 3 4 5 ... 11   Go Down
  Print  
Author Topic: Image Scroller - based on iTunes [link to Intermediate]  (Read 57099 times)
0 Members and 1 Guest are viewing this topic.
rphMedia Topic starter
Contributor
***
Gender: Male
United States United States

Posts: 509


***muvipix.com***


WWW
« on: December 05, 2007, 01: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, 07:29:04 am by GauGau » Logged

AlexTheMartian
Coppermine newbie

Gender: Male
Posts: 4


WWW
« Reply #1 on: December 06, 2007, 12: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.  Undecided
Logged
rphMedia Topic starter
Contributor
***
Gender: Male
United States United States

Posts: 509


***muvipix.com***


WWW
« Reply #2 on: December 06, 2007, 11:09:36 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)

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, 12:05:39 pm by rphMedia » Logged

Gephri
Coppermine frequent poster
***
Posts: 235


« Reply #3 on: December 12, 2007, 09: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
***
Posts: 235


« Reply #4 on: December 12, 2007, 09:23:30 am »

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

any idea
Logged
rphMedia Topic starter
Contributor
***
Gender: Male
United States United States

Posts: 509


***muvipix.com***


WWW
« Reply #5 on: December 12, 2007, 11:04:17 am »

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

Nibbler
Dev Team member
****
Gender: Male
United Kingdom United Kingdom

Posts: 19445



WWW
« Reply #6 on: December 12, 2007, 11:21:10 am »

That's not what a double post is.

You misread the instructions. Should be:

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

I don't care about what they say, I won't live or die that way.
Gephri
Coppermine frequent poster
***
Posts: 235


« Reply #7 on: December 12, 2007, 03:27:06 pm »

rphMedia - right, here's the link:

http://www.superstarteachers.com/welcome/home.php
Logged
rphMedia Topic starter
Contributor
***
Gender: Male
United States United States

Posts: 509


***muvipix.com***


WWW
« Reply #8 on: December 12, 2007, 03: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'.
Logged

Gephri
Coppermine frequent poster
***
Posts: 235


« Reply #9 on: December 12, 2007, 03:40:21 pm »

ok - done that, but now nothing shows.
Should I change also flow to flow_link for "id" and "name" ?
Logged
rphMedia Topic starter
Contributor
***
Gender: Male
United States United States

Posts: 509


***muvipix.com***


WWW
« Reply #10 on: December 12, 2007, 03:42:46 pm »

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

Gephri
Coppermine frequent poster
***
Posts: 235


« Reply #11 on: December 12, 2007, 06: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 Topic starter
Contributor
***
Gender: Male
United States United States

Posts: 509


***muvipix.com***


WWW
« Reply #12 on: December 12, 2007, 06: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.
Logged

Gephri
Coppermine frequent poster
***
Posts: 235


« Reply #13 on: December 12, 2007, 06:58:18 pm »

please disregard my last post - all is good
Logged
Gephri
Coppermine frequent poster
***
Posts: 235


« Reply #14 on: December 13, 2007, 09: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

Posts: 1


« Reply #15 on: December 20, 2007, 06: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
Administrator
*****
Gender: Male
Germany Germany

Posts: 45051


aka "GauGau"


WWW
« Reply #16 on: December 20, 2007, 08: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

Posts: 11


« Reply #17 on: December 31, 2007, 08: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
*
Posts: 21


« Reply #18 on: January 02, 2008, 01: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 Topic starter
Contributor
***
Gender: Male
United States United States

Posts: 509


***muvipix.com***


WWW
« Reply #19 on: January 02, 2008, 01:02:23 pm »

I'll see what I can do, kinda busy lately. Give me a couple weeks.
Logged

Pages: [1] 2 3 4 5 ... 11   Go Up
  Print  
 
Jump to:  

Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC
Page created in 0.147 seconds with 16 queries.