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
Implementing Into Wordpress
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
  6 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
 
howdous  
View profile  
 More options Mar 5 2010, 4:19 am
From: howdous <fa...@pinsoftstudios.com>
Date: Fri, 5 Mar 2010 01:19:02 -0800 (PST)
Local: Fri, Mar 5 2010 4:19 am
Subject: Implementing Into Wordpress
How would one go about implementing this calendar into Wordpress?

 
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 5 2010, 12:19 pm
From: cbolson <ch...@cbolson.com>
Date: Fri, 5 Mar 2010 09:19:47 -0800 (PST)
Local: Fri, Mar 5 2010 12:19 pm
Subject: Re: Implementing Into Wordpress
Hi,
I'm afraid I have no experience on doing wordpress plugins.
It is on my "to do" list for this calendar but I can't tell you when
it might happen.

That said, if anybody wants to do it for me.... :)

Chris

On 5 mar, 10:19, howdous <fa...@pinsoftstudios.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.
howdous  
View profile  
 More options Mar 5 2010, 5:23 pm
From: howdous <fa...@pinsoftstudios.com>
Date: Fri, 5 Mar 2010 14:23:47 -0800 (PST)
Local: Fri, Mar 5 2010 5:23 pm
Subject: Re: Implementing Into Wordpress
Hi Chris,

I ended up simply implementing it with the iframe as suggested and it
works fine. I only had to change a little CSS in order for it to blend
into my Wordpress blog. The only challenge now is to teach the person
who does the posts how to implement it. At the end of the day I will
just supply the source code to the person and teach the person that
each and every calendar has it's own id and that that is basically all
that needs to be changed to the code.

Have a look at a sample here: http://searchindexa2z.com/accommodation/house-voelklip

Thanks for your reply.

On Mar 5, 7:19 pm, 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.
afinta  
View profile  
 More options Mar 8 2010, 10:04 am
From: afinta <afi...@gmail.com>
Date: Mon, 8 Mar 2010 07:04:52 -0800 (PST)
Local: Mon, Mar 8 2010 10:04 am
Subject: Re: Implementing Into Wordpress
howdous, Chris -
I don't think the WP plug in is a must do - the iFrame works just
fine. We are using it with MovableType.

howdous - you may want to re-consider a bit your  implementation - you
can do all your units with 1 calendar - instead of using a calendar
for each, and naming them "Availability" - you can have one calendar,
and make each unit an "Item". Then, with the iFrame tag, you can call
the calendar you want to display to correspond with the correct unit
by appending the id to the source URL (see Chris's response to me here
on how to do that http://groups.google.com/group/ajax-availability-calendar/browse_thre...)

Also you may want to use some additional code in your iFrame tag to
make it blend in better with your page and get rid of the scroll bars,
etc. You can find examples here: http://www.w3schools.com/TAGS/tag_iframe.asp
Specifically set your frame border to 0 -
frameborder Specifies whether or not to display a border around an
iframe

I also think (have not tried this one yet though) that you can align
the one month calendar and the key if you worked on the CSS a bit -
but - as someone in the rental industry, I would consider showing at
least three months of availability - people do like to plan!

Anthony


 
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.
howdous  
View profile  
 More options Mar 8 2010, 3:19 pm
From: howdous <fa...@pinsoftstudios.com>
Date: Mon, 8 Mar 2010 12:19:42 -0800 (PST)
Local: Mon, Mar 8 2010 3:19 pm
Subject: Re: Implementing Into Wordpress
Hi Anthony,

Thanks a stack for the tips.

I did implement some more coding into the iframe and it now looks much
cleaner and blended into my theme.

I'm just not sure what you mean by saying I must use 1 calendar. What
I have basically done is to create a calendar for each of the adverts
and then each of the establishments on those adverts will have their
own username and password in order to control the calendar for their
specific establishment. Each one of them will then have their own
category ID.

Unless I am missing something. Let me know.

3 Months: I don't think that 3 months will fit next to each other in
my specific case. That is why I opted for 1 month only.The visitor
still has a choice though to scroll through the previous or following
months. I have decided not to center align the month and the legend
seeing that it might look a little weird.

Thanks!

On Mar 8, 5:04 pm, afinta <afi...@gmail.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.
afinta  
View profile  
 More options Mar 10 2010, 10:09 am
From: afinta <afi...@gmail.com>
Date: Wed, 10 Mar 2010 07:09:40 -0800 (PST)
Local: Wed, Mar 10 2010 10:09 am
Subject: Re: Implementing Into Wordpress
Hi howdus - yes - sorry I think I went off on that tangent about one
calendar before I quite realized how your site works. You have
different clients/advertisers, so they all need their own calendar -
makes sense.
I do think that if you had time to get into the CSS file, you could do
more with the alignment etc. if you wanted - but it doesn't seem
necessary.

 
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 »