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 [6] 7 8 9 10 11   Go Down

Author Topic: Image Scroller - based on Filmstrip  (Read 289488 times)

0 Members and 2 Guests are viewing this topic.

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - based on Filmstrip
« Reply #100 on: May 02, 2005, 09:01:31 pm »

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

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: Image Scroller - based on Filmstrip
« Reply #101 on: May 02, 2005, 09:34:20 pm »

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
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Image Scroller - based on Filmstrip
« Reply #102 on: May 03, 2005, 09:14:07 am »

...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
Code: [Select]
<?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).
Logged

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - based on Filmstrip
« Reply #103 on: May 03, 2005, 01:36:59 pm »

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

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: Image Scroller - based on Filmstrip
« Reply #104 on: May 03, 2005, 05:35:36 pm »

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
Logged

londonhogfan

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
    • The Razorback Legacy
Re: Image Scroller - based on Filmstrip
« Reply #105 on: May 03, 2005, 05:37:36 pm »

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.
« Last Edit: May 03, 2005, 07:38:08 pm by londonhogfan »
Logged
(http://www.razorbacklegacy.com/hog_archive/pic.jpg)

Juanito

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 32
Re: Image Scroller - based on Filmstrip
« Reply #106 on: May 03, 2005, 10:56:15 pm »

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.
« Last Edit: May 03, 2005, 11:04:07 pm by Juanito »
Logged

rickussher

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Image Scroller - based on Filmstrip
« Reply #107 on: May 04, 2005, 03:44:38 am »

great mod

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

cheers

rick
Logged

raummusik

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
Re: Image Scroller - based on Filmstrip
« Reply #108 on: May 05, 2005, 05:25:00 pm »

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>
Logged

Pascal YAP

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 13833
  • Hello World :-)
    • CPG 1.5.x ExperiMental website
Re: Image Scroller - based on Filmstrip
« Reply #109 on: May 07, 2005, 08:42:20 am »

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
Logged

renatab

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Female
  • Posts: 27
    • www.renatavonline.com
Re: Image Scroller - based on Filmstrip
« Reply #110 on: June 28, 2005, 09:53:12 am »

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?
Logged
a shot says more than a thousand words...

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - based on Filmstrip
« Reply #111 on: June 28, 2005, 07:37:26 pm »

Link?

renatab

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Female
  • Posts: 27
    • www.renatavonline.com
Re: Image Scroller - based on Filmstrip
« Reply #112 on: June 28, 2005, 10:31:33 pm »

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
Logged
a shot says more than a thousand words...

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - based on Filmstrip
« Reply #113 on: June 29, 2005, 11:53:04 am »

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

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Female
  • Posts: 27
    • www.renatavonline.com
Re: Image Scroller - based on Filmstrip
« Reply #114 on: June 29, 2005, 07:22:46 pm »

 :\'(
i am sooo off balance-- yes- link = http://www.renatavonline.com/gallery
Logged
a shot says more than a thousand words...

Nibbler

  • Guest
Re: Image Scroller - based on Filmstrip
« Reply #115 on: June 29, 2005, 07:29:47 pm »

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

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - based on Filmstrip
« Reply #116 on: June 29, 2005, 08:12:39 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

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Female
  • Posts: 27
    • www.renatavonline.com
Re: Image Scroller - based on Filmstrip
« Reply #117 on: June 30, 2005, 02:36:44 pm »

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
Logged
a shot says more than a thousand words...

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - based on Filmstrip
« Reply #118 on: June 30, 2005, 02:44:10 pm »

Glad you got it working, looks good.

FatSpanneR

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: Image Scroller - based on Filmstrip
« Reply #119 on: July 18, 2005, 01:58:24 am »

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 !!
Logged
Pages: 1 2 3 4 5 [6] 7 8 9 10 11   Go Up
 

Page created in 0.025 seconds with 20 queries.