Welcome, Guest. Please login or register.
March 21, 2010, 08:30:49 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem Website Baker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite .
110570 Posts in 15967 Topics by 9311 Members
Latest Member: tomko
* Home Help Search Login Register
+  WebsiteBaker Community Forum
|-+  English
| |-+  Modules (Moderators: Argos, BerndJM)
| | |-+  Simple video gallery
Pages: 1 [2] 3 4 Go Down Print
Author Topic: Simple video gallery  (Read 26776 times)
Waldschwein
Forum Team
*****
Offline Offline

Posts: 1290



WWW
« Reply #25 on: February 17, 2007, 09:20:53 PM »

Hi!
I have translated it (I hope correctly) into German.
Logged

Help! What's a survey? Read my blog -> www.zweiwelt.com | " Make no small plans for they have not the power to stir men`s blood." - Niccolo Machiavelli


Get here the new WebsiteBaker logo! It's the only one.
Hans

Offline Offline

Posts: 498


« Reply #26 on: February 17, 2007, 10:05:05 PM »

Great, thanks!

(how) is it possible to place the files underneath each other (useful when the dimensions are double the default ones).
Thanks
Hans
Logged

Hans - Nijmegen - The Netherlands
ToX

Offline Offline

Posts: 20


« Reply #27 on: February 18, 2007, 10:50:34 AM »

Great, thanks!

(how) is it possible to place the files underneath each other (useful when the dimensions are double the default ones).
Thanks
Hans


uhm... now, it is just possible by modifying a variable in view.php, since it is hardcoded...

i'm adding the possibility to change it from the admin panel into my todo list for the 0.4 version, together with Waldschwein german translation
« Last Edit: February 18, 2007, 10:57:55 AM by ToX » Logged
hr_d

Offline Offline

Posts: 51


Hermann


WWW
« Reply #28 on: February 18, 2007, 06:56:05 PM »

Hallo,

@ToX

i tested your video gallery and i like it very mutch.

Have a look here: http://www.frettchen.raith.ws/pages/videos/februar2007.php

or hier: http://www.frettchen.raith.ws/pages/videos/februar2007.php

Great, thanks!
Hermann
Logged
macsmet

Offline Offline

Posts: 157


« Reply #29 on: February 19, 2007, 10:34:40 AM »

@ Hans:
You must change the following variable in view.php:
if ($idplayer % 2 == 0):

Change 2 into 1 so you get:
if ($idplayer % 1 == 0):

Now your videos will no longer be displayed next to eachother!

MacSmet
Logged
Hans

Offline Offline

Posts: 498


« Reply #30 on: February 19, 2007, 03:47:26 PM »

Thanks MacSmet

gonna do that!
Hans
Logged

Hans - Nijmegen - The Netherlands
ToX

Offline Offline

Posts: 20


« Reply #31 on: February 19, 2007, 08:27:55 PM »

0.4 version is out!

changes:

  • possibility to choose how many videos are shown in a row
  • ability to change the player's colors
  • added german translation (thanks to Waldschwein)

edit: there are some problems when updating from an old version, again...  embarassed
« Last Edit: February 19, 2007, 08:39:15 PM by ToX » Logged
Vincent

Offline Offline

Posts: 316


WWW
« Reply #32 on: February 19, 2007, 08:47:01 PM »

Well done, ToX!
Something seems still wrong in the update script indeed, but I deïnstalled the module and took a fresh one, which does work.
Beautiful, it's getting better and better.  cool

Vincent
« Last Edit: February 19, 2007, 08:48:52 PM by vincent » Logged
ToX

Offline Offline

Posts: 20


« Reply #33 on: February 19, 2007, 08:56:55 PM »

Well done, ToX!
Something seems still wrong in the update script indeed, but I deïnstalled the module and took a fresh one, which does work.
Beautiful, it's getting better and better.  cool

Vincent


yeah, there are some problems with the update script again... and i really don't know how to fix it angry
Logged
ToX

Offline Offline

Posts: 20


« Reply #34 on: February 19, 2007, 10:06:26 PM »

ok now the update script is working...

i'm just having some problems running it automatically when upgrading, so you need to launch it by hand:
http://path/to/your/websitebaker/modules/videogal/update.php

i'm trying to find out why it isn't executed automatically... but here's version 0.4 tongue


Logged
hr_d

Offline Offline

Posts: 51


Hermann


WWW
« Reply #35 on: February 20, 2007, 10:27:11 PM »

Hello,

I tested the innovations directly times. After deïnstalled and installed it ran cleanly otherwise an error message came. The selection of colors in the color window does not work with doubleclick. The videos in IE are in the middle of the page and in FF they are on the left. In addition, this can be because of my css. I do not know css so well.

Some examples:

http://www.frettchen.raith.ws/
http://www.frettchen.raith.ws/pages/videos/februar2007.php

excuse my bad english

Hermann

Klasse Modul!
« Last Edit: February 20, 2007, 10:37:19 PM by hr_d » Logged
dude

Offline Offline

Posts: 12



« Reply #36 on: February 20, 2007, 11:36:46 PM »

Why do i have black screens until i start a movie and when i look at the exampless posted above i see the beginning of the movie like a picture how does that work
Logged
ToX

Offline Offline

Posts: 20


« Reply #37 on: February 21, 2007, 09:29:09 AM »

Why do i have black screens until i start a movie and when i look at the exampless posted above i see the beginning of the movie like a picture how does that work

this is because the images that are shown when a movie is stopped are just thumbnails, you should make them manually and save like this:

filename.flv // the video
filename.flv.jpg // the thumbnail
filename.flv.txt // a short description for the video
Logged
ToX

Offline Offline

Posts: 20


« Reply #38 on: February 21, 2007, 09:35:38 AM »

Hello,

I tested the innovations directly times. After deïnstalled and installed it ran cleanly otherwise an error message came. The selection of colors in the color window does not work with doubleclick. The videos in IE are in the middle of the page and in FF they are on the left. In addition, this can be because of my css. I do not know css so well.

Some examples:

http://www.frettchen.raith.ws/
http://www.frettchen.raith.ws/pages/videos/februar2007.php

excuse my bad english

Hermann

Klasse Modul!

mmm so the color selector is not working? were you trying with ie or firefox?

for the css problem, i think that is because you have a text-align:center somewhere in your css; this aligns everyting to the center with explorer, but only the text with other browsers.

maybe you could try adding margin-left:auto and margin-right:auto in the module style under .tabvideo... something like this:
.tabvideo {
   border-collapse:collapse;
   border:#999999;
   margin-left:auto;
   margin-right:auto;
   }

this should work... or, at least, i hope so Cheesy
« Last Edit: February 21, 2007, 09:37:19 AM by ToX » Logged
ToX

Offline Offline

Posts: 20


« Reply #39 on: February 21, 2007, 05:07:26 PM »


oh btw... they're adorable! i love them Cheesy
Logged
hr_d

Offline Offline

Posts: 51


Hermann


WWW
« Reply #40 on: February 22, 2007, 12:15:08 PM »

Hello ToX,

Quote
oh btw... they're adorable! i love them Cheesy

Ferrets are my favourites, we also love them!  grin

Thanks for the Reference:

.tabvideo {
   border-collapse:collapse;
   border:#999999;
   margin-left:auto;
   margin-right:auto;
   }

The problem with css now ist o.k.

Quote
mmm so the color selector is not working? were you trying with ie or firefox?

I test it with IE 6.0 and IE 7. and FF. The problem are in all the explorer. I can not select a color from the box by click.

Hermann
« Last Edit: February 26, 2007, 11:18:38 AM by hr_d » Logged
macsmet

Offline Offline

Posts: 157


« Reply #41 on: February 25, 2007, 08:06:25 PM »

@ Tox: love the new version 0.4
@ Vincent: I made  a module called 'MP3 Playlist' and just uploaded it.

greetings,

MacSmet
Logged
mercator

Offline Offline

Posts: 79


« Reply #42 on: May 30, 2007, 06:31:50 PM »

Is it possible to have ONE player that has a list files it plays (instead of one player per file)?
Logged
cahva

Offline Offline

Posts: 6


« Reply #43 on: July 31, 2007, 05:27:46 PM »

If someone is wondering how to get the fullscreen mode to work, heres the solution:

1. Open ufo.js:
2. Find line 192 which is:

var _obj = UFO.createElement("object");

3. Add this line after that:

_obj.setAttribute("allowfullscreen", "true");


..and thats it Smiley
Logged
4bizmedia

Offline Offline

Posts: 40



WWW
« Reply #44 on: September 17, 2007, 09:59:09 AM »

is it possible to have the ability to have a playlist of files that uses one player instead of rows of individual videos?

re: mercator

much appreciated
Paul
Logged
snarf

Offline Offline

Posts: 4


« Reply #45 on: September 18, 2007, 01:20:45 PM »

Ok how the heck do you install this?

When I try to install the zip file I get this from WB:

Warning: main() [function.main]: Unable to access /var/www/snarf.dk/public_html/wb/temp/unzip/info.php in /var/www/snarf.dk/public_html/wb/admin/modules/install.php on line 61

Warning: main(/var/www/snarf.dk/public_html/wb/temp/unzip/info.php) [function.main]: failed to open stream: No such file or directory in /var/www/snarf.dk/public_html/wb/admin/modules/install.php on line 61

Fatal error: main() [function.require]: Failed opening required '/var/www/snarf.dk/public_html/wb/temp/unzip/info.php' (include_path='.:/usr/local/lib/php') in /var/www/snarf.dk/public_html/wb/admin/modules/install.php on line 61

Anybody know whats wrong?
Logged
ruebenwurzel
Leaders Team
*****
Offline Offline

Posts: 7211


Keep on Rockin


WWW
« Reply #46 on: September 18, 2007, 03:47:08 PM »

Hello,

i think the zip file is the issue. If you have unzipped the module and the rezipped it you have to look for only zip the files and not folder.

Matthias
Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
snarf

Offline Offline

Posts: 4


« Reply #47 on: September 19, 2007, 10:05:19 AM »

You were completely right! Thanks!

Problem was that Safari unzipped the file as it downloaded it, and I re-zipped the folder rather than the files INSIDE the folder!

Logged
bupaje

Offline Offline

Posts: 473


WWW
« Reply #48 on: September 24, 2007, 07:13:46 PM »

Hi. Not sure if this is of interest but since several people requested different file type support .... I have a blog at animationblogspot that uses wordpress and they have a plugin from this site http://an-archos.com/archive/anarchy-media-player-16/ that works pretty well and supports several file types and there is a javascript version. Maybe it is something you can integrate. Just a random idea as I have not tried yours yet.
Logged

Juwi

Offline Offline

Posts: 6


« Reply #49 on: October 04, 2007, 12:07:55 PM »

Hello @ all.
One general question:
I installed the plugin into Websitebaker but I did not know how to get a *.flv file added to the site?!? I created a page with the "Add Page" button and choosed as "Type" = "Simple Video Gallery". When I try to add a file no *.flv is choosable. So how does this work in the end?
Thanks alot!
Logged
Pages: 1 [2] 3 4 Go Up Print 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!