Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
March 21, 2010, 08:30:49 AM
1 Hour
1 Day
1 Week
1 Month
Forever
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
WebsiteBaker Community Forum
English
Modules
(Moderators:
Argos
,
BerndJM
)
Simple video gallery
Pages:
1
[
2
]
3
4
Author
Topic: Simple video gallery (Read 26776 times)
Waldschwein
Forum Team
Offline
Posts: 1290
Re: Simple video gallery
«
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
Posts: 498
Re: Simple video gallery
«
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
Posts: 20
Re: Simple video gallery
«
Reply #27 on:
February 18, 2007, 10:50:34 AM »
Quote from: Hans 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
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
Posts: 51
Hermann
Re: Simple video gallery
«
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
Posts: 157
Re: Simple video gallery
«
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
Posts: 498
Re: Simple video gallery
«
Reply #30 on:
February 19, 2007, 03:47:26 PM »
Thanks MacSmet
gonna do that!
Hans
Logged
Hans - Nijmegen - The Netherlands
ToX
Offline
Posts: 20
Re: Simple video gallery
«
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...
«
Last Edit: February 19, 2007, 08:39:15 PM by ToX
»
Logged
Vincent
Offline
Posts: 316
Re: Simple video gallery
«
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.
Vincent
«
Last Edit: February 19, 2007, 08:48:52 PM by vincent
»
Logged
ToX
Offline
Posts: 20
Re: Simple video gallery
«
Reply #33 on:
February 19, 2007, 08:56:55 PM »
Quote from: vincent 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.
Vincent
yeah, there are some problems with the update script again... and i really don't know how to fix it
Logged
ToX
Offline
Posts: 20
Re: Simple video gallery
«
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
Logged
hr_d
Offline
Posts: 51
Hermann
Re: Simple video gallery
«
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
Posts: 12
Re: Simple video gallery
«
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
Posts: 20
Re: Simple video gallery
«
Reply #37 on:
February 21, 2007, 09:29:09 AM »
Quote from: dude 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
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
Posts: 20
Re: Simple video gallery
«
Reply #38 on:
February 21, 2007, 09:35:38 AM »
Quote from: hr_d 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!
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
«
Last Edit: February 21, 2007, 09:37:19 AM by ToX
»
Logged
ToX
Offline
Posts: 20
Re: Simple video gallery
«
Reply #39 on:
February 21, 2007, 05:07:26 PM »
Quote from: hr_d on February 20, 2007, 10:27:11 PM
http://www.frettchen.raith.ws/pages/videos/februar2007.php
oh btw... they're adorable! i love them
Logged
hr_d
Offline
Posts: 51
Hermann
Re: Simple video gallery
«
Reply #40 on:
February 22, 2007, 12:15:08 PM »
Hello ToX,
Quote
oh btw... they're adorable! i love them
Ferrets are my favourites, we also love them!
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
Posts: 157
Re: Simple video gallery
«
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
Posts: 79
Re: Simple video gallery
«
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
Posts: 6
Re: Simple video gallery
«
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
Logged
4bizmedia
Offline
Posts: 40
Re: Simple video gallery
«
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
Posts: 4
Re: Simple video gallery
«
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
Posts: 7211
Keep on Rockin
Re: Simple video gallery
«
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
Posts: 4
Re: Simple video gallery
«
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
Posts: 473
Re: Simple video gallery
«
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
My Blog
,
My Site
Juwi
Offline
Posts: 6
Re: Simple video gallery
«
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
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
Loading...