Welcome, Guest. Please login or register.
March 20, 2010, 09:44:23 PM

Login with username, password and session length
Search:     Advanced search
WB 2.8.1 veröffentlicht!
Download und weitere Informationen gibt es hier .
110555 Posts in 15966 Topics by 9310 Members
Latest Member: stevenris10
* Home Help Search Login Register
+  WebsiteBaker Community Forum
|-+  English
| |-+  Modules (Moderators: Argos, BerndJM)
| | |-+  Bookings module - current version 2.22 (see page 13)
Pages: 1 ... 11 12 [13] Go Down Print
Author Topic: Bookings module - current version 2.22 (see page 13)  (Read 26083 times)
geirilja

Offline Offline

Posts: 3


« Reply #300 on: December 03, 2009, 04:12:47 PM »

Here is the norwegian translation. It's translated from the english file from v. 2.0.

Regards
Geir Myhre


Logged
WebBird

Offline Offline

Posts: 1714



WWW
« Reply #301 on: December 03, 2009, 04:29:10 PM »

Thank you! Will be included with next release.
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
WebBird

Offline Offline

Posts: 1714



WWW
« Reply #302 on: February 09, 2010, 01:22:06 PM »

Unfortunately, no italian lang file was provided yet. cry But as someone reported an issue with the date format in the backend, I decided to no longer wait and release v2.21. grin

* Fix: Date format in the backend (may be English if this is the OS language instead of current setting of the language file)
* Fix: Saving groups from frontend
* New: Norwegian language file (thanks again to "geirilja")

http://www.websitebakers.com/pages/modules/calendar-and-time/bookings.php

Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
zarathustra.at

Offline Offline

Posts: 52


« Reply #303 on: February 09, 2010, 01:51:09 PM »

Hi Bianca,

sorry for not providing the language file - had some other work to do sad.

Translation will be done though, but I can't give any time schedule yet - I will post it here when it's ready.
Logged
WebBird

Offline Offline

Posts: 1714



WWW
« Reply #304 on: February 09, 2010, 05:17:35 PM »

No problem, forgot it anyway. grin Just saw it when posting the release info. wink
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
WebBird

Offline Offline

Posts: 1714



WWW
« Reply #305 on: February 15, 2010, 04:51:20 PM »

I found a bug:

* Frontend users can always modify their own bookings (backend option 'Owner can modify/delete bookings' did not work)

So I released V2.22.

So, this is what we call a "Schnapszahl" in Germany - that's nice for "Rosenmontag". grin Someone please send me some chocolate filled with Whisky or something. grin grin grin
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
snoork

Offline Offline

Posts: 268



« Reply #306 on: March 10, 2010, 12:26:08 AM »

is it possible to exclude saturday and sunday from the week-overview

I like to use this for a project but I do not want people to think they can subscribe for weekend-days...

Logged
WebBird

Offline Offline

Posts: 1714



WWW
« Reply #307 on: March 10, 2010, 11:55:42 AM »

There's no administrative way. You would have to "hack" it.
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
snoork

Offline Offline

Posts: 268



« Reply #308 on: March 10, 2010, 05:35:18 PM »

okay.. any suggestions wehere to start?

Logged
WebBird

Offline Offline

Posts: 1714



WWW
« Reply #309 on: March 12, 2010, 05:48:31 PM »

functions.php, method Bookings_Week_Sheet(), line 264

Quote
    for ( $current=$first_day_of_week; $current<=($first_day_of_week+6); $current++ )

Try:

Quote
    for ( $current=$first_day_of_week; $current<=($first_day_of_week+4); $current++ )
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
WebBird

Offline Offline

Posts: 1714



WWW
« Reply #310 on: March 15, 2010, 11:39:45 AM »

Uhm... did this solve your problem? rolleyes
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
snoork

Offline Offline

Posts: 268



« Reply #311 on: March 15, 2010, 12:43:25 PM »

yes tried it an hour ago

together with a correction on line 337

Code:
    // day names
    for ( $i=0; $i<7; $i++ )

into

Code:
    // day names
    for ( $i=0; $i<5; $i++ )



thanksssss
Logged
snoork

Offline Offline

Posts: 268



« Reply #312 on: March 15, 2010, 12:45:48 PM »

next question...

there is a function in the settings 'show previous years'

I do not want peaple to look back into last week...

could this be achieved in stead of no acces to previous years
Logged
WebBird

Offline Offline

Posts: 1714



WWW
« Reply #313 on: March 15, 2010, 01:17:43 PM »

Well, an easy way would be to simply remove the "last week link" from the week sheet. But this will not keep visitors from calling that week manually (giving the right params in the URL), or from using the week links in the month sheets.

So, I'm afraid there is no easy way to do this.
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
snoork

Offline Offline

Posts: 268



« Reply #314 on: March 15, 2010, 05:22:10 PM »

removing the link was my first idea but that also removes the option to to go back to the current week when someone takes a peak at next week...

 
Logged
WebBird

Offline Offline

Posts: 1714



WWW
« Reply #315 on: March 15, 2010, 07:20:32 PM »

So you see that it is not that easy. rolleyes
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
Falcon

Offline Offline

Posts: 46


« Reply #316 on: March 16, 2010, 08:05:59 AM »

Hello,

Bookings module 2.20 vs. 2.22

Which files have been changed?
Logged
WebBird

Offline Offline

Posts: 1714



WWW
« Reply #317 on: March 16, 2010, 12:14:55 PM »

functions.php and info.php. But I think you're more interested in what is fixed, aren't you?

2.21

* Fix: Date format in Backend (English was used before)
* Fix: Saving groups from Frontend
* New: Norwegian language file

2.22

* Fix: Setting of "Users can edit/delete their own bookings" was not respected by Frontend

Complete version history (German language only): http://www.webbird.de/Websitebaker/BookingsHistory
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
Falcon

Offline Offline

Posts: 46


« Reply #318 on: March 16, 2010, 12:30:34 PM »

But I think you're more interested in what is fixed, aren't you?

Normally I compare the changed files with the latest files. So I see the difference.
Therefore I need the changed files.

Thanks for the history link.
Logged
WebBird

Offline Offline

Posts: 1714



WWW
« Reply #319 on: March 16, 2010, 12:35:01 PM »

Well, using WinMerge or similar tools makes it pretty easy to see at one glance what files have changed. grin
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
Falcon

Offline Offline

Posts: 46


« Reply #320 on: March 16, 2010, 12:56:40 PM »

I use TotalCommander, it fit my needs.
Logged
WebBird

Offline Offline

Posts: 1714



WWW
« Reply #321 on: March 16, 2010, 01:11:52 PM »

grin Beloved tools...
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
grimweb

Offline Offline

Posts: 21


« Reply #322 on: March 17, 2010, 07:40:59 PM »

Can I use this as a booking system for lets say 3 houses and 20 rooms?
Or do I then have to install it 23 time?
Logged
WebBird

Offline Offline

Posts: 1714



WWW
« Reply #323 on: March 17, 2010, 08:37:13 PM »

You would have to add it (not install it!) 23 times, maybe to different pages.
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
Pages: 1 ... 11 12 [13] 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!