Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
problem with click-through
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Brian  
View profile  
 More options Mar 9 2010, 4:46 am
From: Brian <i...@briangalliford.com>
Date: Tue, 9 Mar 2010 01:46:37 -0800 (PST)
Local: Tues, Mar 9 2010 4:46 am
Subject: problem with click-through
Dear Chris,

First of all many congratulations and thanks for a great program.

I am, however, having one small problem. In the admin bookings
calendar when the Click Method is set to click-through - I can only
click from available to 2 further options and then it sticks and
doesn't click through the remaining options or return to available. Of
course it's possible to access all options by changing the click
method, but the click-through cycle sticks on the 3rd option.

I'd originally installed the module in a directory called 'ac', then
read a number of items in the forum and thought it better to
completely uninstall and re-install in a directory 'calendar' - just
as you demo is (which works perfectly with the click-through).
Unfortunately after a new install and without having changed anything
around, the clickthrough still hangs at the second option.

I'd be grateful for any assistance.

Yours

Brian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
cbolson  
View profile   Translate to Translated (View Original)
 More options Mar 9 2010, 7:53 am
From: cbolson <ch...@cbolson.com>
Date: Tue, 9 Mar 2010 04:53:43 -0800 (PST)
Local: Tues, Mar 9 2010 7:53 am
Subject: Re: problem with click-through
Hi,
Without seeing any code it is hard to know what is going on.
Can you show me an url (email me it if you prefer not to publish it
here)

Chris

On 9 mar, 10:46, Brian <i...@briangalliford.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
cbolson  
View profile  
 More options Mar 9 2010, 9:41 am
From: cbolson <ch...@cbolson.com>
Date: Tue, 9 Mar 2010 06:41:08 -0800 (PST)
Local: Tues, Mar 9 2010 9:41 am
Subject: Re: problem with click-through
Thanks for sending me the email with the url etc.
In the ajax file that updates the states:
"ac-includes" > "ajax" > "update_calendar.ajax.php"
could you try chaning this code (line 85 approx):

foreach($list_states as $id=>$val){
        if($id==$current_state_id) break;
        //      advance the pointer to next
         next($list_states);
         //     stop if id is the same as current

}

to this:

foreach($list_states as $id=>$val){
   next($list_states);
   if($id==$current_state_id) break;

}

As you can see, I have just swapped the order of the events round.  A
user had a similar problem a few weeks ago and this seemed to solve
the problem though I have not been able to work out why :(

Let me know if that works.

Chris

On 9 mar, 13:53, cbolson <ch...@cbolson.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian Galliford  
View profile  
 More options Mar 9 2010, 9:57 am
From: Brian Galliford <i...@briangalliford.com>
Date: Tue, 9 Mar 2010 15:57:03 +0100
Local: Tues, Mar 9 2010 9:57 am
Subject: Re: problem with click-through
Brilliant!! ... it now works perfectly. Huge thanks!

Brian

Op 9 mrt 2010, om 15:41 heeft cbolson het volgende geschreven:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »