Welcome, Guest. Please login or register.
Did you miss your activation email?
February 13, 2012, 01:04:08 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
149699 Posts in 21103 Topics by 7538 Members
Latest Member: ionline
* Home Help Search Login Register
Pages: 1 ... 11 12 [13] 14 15 16   Go Down
Print
Author Topic: Bookings module - current version 2.22 (see page 13)  (Read 47067 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
Guest
« Reply #301 on: December 03, 2009, 04:29:10 PM »

Thank you! Will be included with next release.
Logged
WebBird
Guest
« 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
zarathustra.at

Offline Offline

Posts: 56


« 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
Guest
« 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
WebBird
Guest
« 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
snark
Guest
« 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
Guest
« Reply #307 on: March 10, 2010, 11:55:42 AM »

There's no administrative way. You would have to "hack" it.
Logged
snark
Guest
« Reply #308 on: March 10, 2010, 05:35:18 PM »

okay.. any suggestions wehere to start?

Logged
WebBird
Guest
« 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
WebBird
Guest
« Reply #310 on: March 15, 2010, 11:39:45 AM »

Uhm... did this solve your problem? rolleyes
Logged
snark
Guest
« 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
snark
Guest
« 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
Guest
« 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
snark
Guest
« 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
Guest
« Reply #315 on: March 15, 2010, 07:20:32 PM »

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

Offline Offline

Posts: 50


« 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
Guest
« 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
Falcon

Offline Offline

Posts: 50


« 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
Guest
« 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
Falcon

Offline Offline

Posts: 50


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

I use TotalCommander, it fit my needs.
Logged
WebBird
Guest
« Reply #321 on: March 16, 2010, 01:11:52 PM »

grin Beloved tools...
Logged
grimweb

Offline Offline

Posts: 26


« 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
Guest
« 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
BlackBird

Offline Offline

Posts: 1937



WWW
« Reply #324 on: March 24, 2010, 08:58:14 PM »

Don't wonder, I'm registered as "BlackBird" now, as someone deleted my account accidentally. Of course, Bookings is still supported by me. grin
Logged

Alle großen Veränderungen beginnen im Kleinen
Pages: 1 ... 11 12 [13] 14 15 16   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!