Image Scroller - based on Filmstrip - Page 10 Image Scroller - based on Filmstrip - Page 10
 

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]

Main Menu

Image Scroller - based on Filmstrip

Started by rphMedia, December 05, 2004, 05:18:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joachim Müller

If you want the scroller to be available on every page (and not just the index page), try creating a custom footer page and put the script there.

pdiddy8117

For some reason its not working for me. Im using Ti2000 theme. I put the 3 files from the zip in the root folder of my gallery not my theme and i copied the code and paste after if (!defined('IN_COPPERMINE')) die('Not in Coppermine...');

starttable("100%", "Welcome"); < i replaced everything from here with the code.

?>
<tr><td class="tableb" >
This is for any content block - just a test - Edit the file "anycontent.php" to change what is shown here
</td></tr>
<?php
endtable();

?>

I even tried deleting
if (!defined('IN_COPPERMINE')) die('Not in Coppermine...'); still doesnt work.

pdiddy8117

forget it i got it working but it doesnt work in galleries just homepage. no clue why

phill104

Hi Ron,

Could you do me a favour?

I would like to make the scroller a bit wider to fit this page and with much less clear area above and below, could you edit the flash file for me?

http://www.windsurf.me.uk/indextest.html
It is a mistake to think you can solve any major problems just with potatoes.

phill104

I've just found the main2.swf file from blueris and that gives the height that I need but not the width, also when I apply it the images shrink as you can see here

http://www.windsurf.me.uk/cpg133/scroll2.html

Helllppp
It is a mistake to think you can solve any major problems just with potatoes.

rphMedia

Give me exact details and I'll see what I can do, can't promise anything though, pretty busy lately.

phill104

That would be great Ron,

I've got the height sorted as you can see from this page, this is using the 120pixel high scroller that blueris mas

http://www.windsurf.me.uk/indextest2.html

It would be great to have the same thing 715 pixels wide 120 high looking the same as in the above example, 2 extra images in the scroll should do it. What would be really nice would be for the scroll to start from a fully populated state as many just don't wait long enough for a space to fill.

If you haven't got time then don't worry, I'll have to look at an alternative option. But your mod is so nice, the non scrolling version is fab too.

It would be nice to see the flash code just to learn from on a no support basis.

Thanks in advance,

Phill
It is a mistake to think you can solve any major problems just with potatoes.

phill104

In the meantime (hopefully) I have incorperated the scroller as a header in my forum.

http://www.windsurf.me.uk/forumpage.html
It is a mistake to think you can solve any major problems just with potatoes.

Gephri

is it possible to have each picture that shows in the scrollbar - also be a link to the same intermeidate picture on displayimage.php?

phill104

Gephri,

If you read back through this thread it states a couple of times that this would mean a subtantial re-write. A shame really.

Phill
It is a mistake to think you can solve any major problems just with potatoes.

popersman

If i may suggest, this (having each picture to be a link as well) would be an interesting feature request. It could easily replace the "random picture" bit of the home page, and give a great dynamism. I would even love to see that as an alternative to the traditional presentation in a future release.
Sigh... i wish a knew a tenth of what it takes to do this!

Larsanna

Hi all

I've used the Image Scroller for a while now, worked like a charm.

Today, how ever, I upgraded my CPG install to 1.4.10, update went fine, but now the Image Scroller isn't working anymore.
Any ideas as to what is wrong? I mean, I see the film strip scrolling, but no pictures are displayed at all.

http://www.larsanna.com/gallery

Sincerly,
Larsanna


rphMedia

For starters, looks like you're missing at least a couple of files at the root - 'flashthumb.php' & 'flashthumb.swf' ?

Larsanna

Hi rphMedia

Dunno how but those files had gone MIA.
Problem solved.

Thanks.
Larsanna

ClipdIn

as far as making a link out of the scroller...

How could I make the whole scroller a link to the cpg page.

I am using Iframe to insert it into my home page.   http://www.clipdin.com
I used a href...but that just makes the small frame a link.

Any ideas?

Thanks

and Great Scroller BTW

SaWey

You might try to add a transparant overlay, and link that one.
More info here: http://forum.coppermine-gallery.net/index.php?topic=33782.msg157813#msg157813

If you have the .fla of the imagescroller, you can do it in flash.


ClipdIn

Quote from: SaWey on March 13, 2007, 12:50:11 AM
You might try to add a transparant overlay, and link that one.
More info here: http://forum.coppermine-gallery.net/index.php?topic=33782.msg157813#msg157813

If you have the .fla of the imagescroller, you can do it in flash.



Thank You...

How would I implement that into the code in my template:

<iframe src="http://clipdin.com/cpg142/190.html" name="Scroller" id="Scroller" width="715" height="190" align="top" scrolling="no" frameborder="0"></iframe>

Joachim Müller

Go ahead - this is not related to this mod, just requires you to edit themes/yourtheme/template.html using a plain text editor.

ClipdIn

Quote from: GauGau on March 13, 2007, 08:32:41 AM
Go ahead - this is not related to this mod, just requires you to edit themes/yourtheme/template.html using a plain text editor.

this does relate to this mod, and..

Yes...I already have the code as described in the template.  Scroller works great!!!

...I just want to make the scroller, which is in an Iframe in my template, a clickable link to CPG

SaWey

Look at this site: http://www.communitymx.com/content/source/E5141/wmodeopaque.htm

It allows you to overlay an *.swf

You might learn something from the sourcecode.
Grz