JW Media Player - JW Image Rotator

Get help with installation and running official modules for phpwcms here. Please do not post bug reports or feature requests here.
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

JW Media Player - JW Image Rotator

Post by breitsch »

Finally the two modules updates are available.
JW FLV Media Player Module !deprecated!
JW Image Rotator Module V3

download/installation guidelines/documentation/examples and a donation button
http://web.casa-loca.com/index.php?jw-media-player
http://www.phpwcms-howto.de/wiki/doku.p ... ge_rotator
Last edited by breitsch on Thu 28. Apr 2011, 23:07, edited 3 times in total.
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: JW Media Player - JW Image Rotator

Post by update »

Very sehr 8) Thank you!
Is there a recommended way of displaying a default image in case js is set to off?
So that I will have something like

Code: Select all

<div style="margin:auto;text-align:left;width:800px;height:150px;" id="MODfmp600">
<img src="image/upload/my_default-like.jpg" title="what-thou-wilst" alt="is-what-thou-get" width="800" height="150" />
</div>
and it will be replaced automagically by the rotator or player?
Or can it be done via the api - if yes, how?
Lotta questions ;)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Re: JW Media Player - JW Image Rotator

Post by breitsch »

definitively not with the api, the api is js!

could be done in the script global for the module, not specific to one player-CP

in mod_imagerotator/inc/cnt.article.php row 283 make it look like

Code: Select all

$content['imagerotator']['script']	.= '<noscript>'.LF.'{IMAGE:dir/file.jpg}'.LF.'</noscript>';
If you need a specific picture fpr each player-CP then you could do it like:

Code: Select all

$content['imagerotator']['script']	.= '<noscript>'.LF.'{IMAGE:dir/picture_'.$content['imagerotator']['id'].'.jpg}'.LF.'</noscript>';
then you need the ID of the player-instance, you can find that in your player-CP close to the bottom, somethinmg like: 'MODfir12'
put the picture for that CP in: 'picture/dir/' and name it like: 'picture_[ID].jpg'

Could be something to put in future releases.
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: JW Media Player - JW Image Rotator

Post by update »

Thank you,
I will follow these steps... :)
Could be something to put in future releases.
a default picture to be selected in the backend - great!
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: JW Media Player - JW Image Rotator

Post by juergen »

Image Rotator looks pretty good!

So now I corrected my email adress ... mixed 2 into one wrong :D

thank you very much breitsch for this tool
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Re: JW Media Player - JW Image Rotator

Post by sustia »

Breitsch, other two great plugins!!
Thanks for this, I registered my self in order to download :D
Campeones del mundo!
Vegetables!
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Re: JW Media Player - JW Image Rotator

Post by sustia »

Hi Breitsch, I'm trying the plugins.
With the Image rotator it's all ok, but when I try to insert the Media Player I receive this error:
Parse error: syntax error, unexpected '{' in /home/ortaggi/public_html/include/inc_module/mod_flashplayer/inc/cnt.form.php on line 1
Campeones del mundo!
Vegetables!
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Re: JW Media Player - JW Image Rotator

Post by breitsch »

@sustia

almost impossible!
Try again, extract the zip again, maybe there went something wrong.
The mentioned file does not have a { in first line and it passed all my tests.
Your configuration? phpwcms version?
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: JW Media Player - JW Image Rotator

Post by Jensensen »

dont't forget, sustia is using the latest, latest of the latest snapshots [with or without fix 20080201_CPfix1.zip] named 2007-12-29.zip and released 28-Jan-2008.
so, some strange, mystic, mysterious [,almost unbearable confusing], cyber stuff may happen...
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Re: JW Media Player - JW Image Rotator

Post by sustia »

Hi breitsch,
I've re-downloaded the archive, e re-upload it.

The problem seems that was due to a bad formatting of the file after having upload it.
I have made copy/paste from the original file to the one on the server and seems that all works perfectly.
Campeones del mundo!
Vegetables!
fopulu
Posts: 359
Joined: Tue 2. May 2006, 14:19
Location: Rhein-Main

Re: JW Media Player - JW Image Rotator

Post by fopulu »

Is it possible to integrate the JW Image Rotator in a seperat window?

E.g.: I have a site with a lot of thumbnails, I choose one to enlarge it in a new window and then the image rotator starts..... :?: :!:
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Re: JW Media Player - JW Image Rotator

Post by breitsch »

fopulu wrote:Is it possible to integrate the JW Image Rotator in a seperat window?
E.g.: I have a site with a lot of thumbnails, I choose one to enlarge it in a new window and then the image rotator starts..... :?: :!:
it's theoretically possible but not with the module alone. It'd be a mix of CP's 'image' and 'rotator'.
your normal images cp should write a xml file with the specifications for all the added images. the rotator can then use this file to show all these images.

When you need help I need a link to your site with a few words about how exactly you'd like to have this on your site and backend login to show you how it works.
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
fopulu
Posts: 359
Joined: Tue 2. May 2006, 14:19
Location: Rhein-Main

Re: JW Media Player - JW Image Rotator

Post by fopulu »

Ok, thank you breitsch!

Other question, quote from your description
Giving the entry a link will open the url in a new window on click on the title in the navigation bar.
Can I change the script, that the link will open in the parent window?
Is an internal link index.php?example_page also possible?
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: JW Media Player - JW Image Rotator

Post by update »

index.php?example_page
As far as I've tested: yes 8)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
fopulu
Posts: 359
Joined: Tue 2. May 2006, 14:19
Location: Rhein-Main

Re: JW Media Player - JW Image Rotator

Post by fopulu »

Great claus!

in the same window? without changing the script? and an external link opens automatic in a new window?
Post Reply