Image Scroller - based on Filmstrip - Page 6 Image Scroller - based on Filmstrip - Page 6
 

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.

rphMedia

The rest of the gallery is distorted because the CPG starttable() function is not being called.  This is just some basic php formatting issues.  Post the exact anycontent.php code and I (we) will fix the small problem.  You're almost there.

ps, you cannot call the anycontent.php file by itself 'cause it isn't referenced to CPG on a direct call  ;)  don't worry yourself with that.

cyber6

Hi rphMedia,
OK the anycontent.php code is exactly as shown in reply#97.
I am at work now for the following night so I am unable to access my server for any further investigation until tomorrow. :(

Regards,

Neil

Joachim Müller

Quote from: cyber6 on May 02, 2005, 05:00:32 PM
...code showing and bottom of gallery distorted. ???
What did you expect: you code is improperly nested: the opening/closing command for PHP are wrong. Change it to<?php
starttable
($CONFIG['picture_table_width'], 'Random scroll from our gallery.');
?>

<tr>
<td class="tableb" >
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="190" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">
<param name="menu" value="false">
<param name="bgcolor" value="#000000">
<param name="movie" value="main.swf" />
<param name="play" value="true" />
<param name="loop" value="false" />
<param name="quality" value="high" />
<embed src="main.swf" width="600" height="190" loop="false" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true">
</embed>
</object>
</td>
</tr>
<?php 
endtable
(); 
?>

<br />
Remember that all PHP code has to reside within <?php and ?>. If it doesn't, it's not treated as PHP code, but plain HTML output (and this is exactly what happened on your page).

rphMedia

Well, I was going to walk him thru it slower, but GauGau does have the fix for you.  Once you fix the tags, you should be all set.

cyber6

Many,many thanks for your time guys!
Up and running @

http://www.cybertek.cc/coppermine/index.php

I will learn some php-and that is a promise.

Keep up the good work!

Neil ;D

londonhogfan

#105
http://www.razorbacklegacy.com/hog_archive/

works great.  (bottom of page)  Thanks!

*****************************************************************

would there be anyway to get a flashthumb.swf that is only one thumbnail wide "150" to go on a main page of a website.
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.razorbacklegacy.com%2Fhog_archive%2Fpic.jpg&hash=3d1b2bbde092be74414169a519ae11559f8adf22)

Juanito

#106
truly awsome mod! nicely done. but i just have a few small questions. does the mod pick up any random pics? even pics from user galleries? or only those uploaded by the admin? and is it possible to change it to load the last pix uploaded instead of random pictures? any help is appreciated! thanks! again, very good job on this mod. excellent work.

rickussher

great mod

any chance of posting the source .fla to have a look

cheers

rick

raummusik

i just let the swf file open via a normal html file inside the gallery . works fine.. but i need to open the swf on my other domain inside a html file .
i tried to insert the code , but the swf isnt shown. i changed the links in the code correctly , but i think it has sth. to do with the flashthumb.php file ..

anyone got an idea how i can open the swf from another domain via a html file ?

thx
raum>

Pascal YAP

Bonjour,
You add this MOD inside an IFRAME like me.
Insert this MOD directly inside an HTML file is not possible outside where ImageScrolled was installed.
http://www.pays-dignois.com/html/index2.html

PYAP

renatab

I followed the instructions in that I
1) put the code into anycontent as described
2) adjusted the config as described
all is fine- just nothing scrolls.  :-[
What have I done wrong NOW?
a shot says more than a thousand words...

rphMedia


renatab

link ???
I think I have been caught on the wrong foot here (the IT foot, that is).
please enlighten me.... thanks for the patience. I cannot wait to see those scrolls...what a wonderful mod...
the one in config i did as described before... just in case i messed up there, however, this is what I did in anycontent
starttable("100%", "Welcome");

?>
<?php
starttable($CONFIG['picture_table_width'], 'Random scroll from our gallery.');
?>
<tr>
<td class="tableb" >
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="190" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">
<param name="menu" value="false">
<param name="bgcolor" value="#000000">
<param name="movie" value="main.swf" />
<param name="play" value="true" />
<param name="loop" value="false" />
<param name="quality" value="high" />
<embed src="main.swf" width="600" height="190" loop="false" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true">
</embed>
</object>
</td>
</tr>
<?php
endtable();
?>
<br>

and the config
breadcrumb/catlist/alblist/anycontent/lastup,2

Other than that- I did nothing (maybe that was the mistake)
Greetings
Renata
a shot says more than a thousand words...

rphMedia

Quote from: renatab on June 28, 2005, 10:31:33 PM
link ???

I mean a link to your site.  I can see exactly what's going on if I can look at it.  If you don't want to post it public, send me a PM.

renatab

a shot says more than a thousand words...

Nibbler

Did you upload the files from the zip file attached to the post ?

rphMedia

Quote from: Nibbler on June 29, 2005, 07:29:47 PM
Did you upload the files from the zip file attached to the post ?

That's what you need.  The beginning of this thread has the files you need to upload.

renatab

Guys- I am close to a nervous breakdown- this is sooooo good!
Of all the "stuff" I have been playing with in the last few years I think this is the coolest. Thank you for sharing this great mod. Looking for your reply today was like Christmas... :-*
Now I have mega-motivation to really make my gallery work. Thanxxx!
Renata
a shot says more than a thousand words...

rphMedia

Glad you got it working, looks good.

FatSpanneR

rphMedia, just like to say thanks very much for this mod it really makes my site look nice, thx for all your hard work ...

Well done !!