Easy PHP Calendar - We really take care of your dates!


Go Back   Easy PHP Calendar > General Discussion > General Support

General Support Questions about using the Easy PHP Calendar. (Not installation or customizations)

Closed Thread
 
Thread Tools Search this Thread Display Modes

Implementation with subdomain
Old 03-07-2006, 09:16 AM   #1
NickGoDawg
Calendar User
 
NickGoDawg is offline
Join Date: Mar 2006
Posts: 3
Default Implementation with subdomain

I am in the process of creating a website for my neighborhood. I don't have extensive web development experience, but I learn quickly and I'm a good self learner.

My overall site plan is thus: www.domain.com as the main neighborhood domain and then to have swim.domain.com, garden.domain.com, renovators.domain.com, etc. for each of the different community groups in the subdivision.

The main domain and all subdomains will have the same template structure and layout with the subdomains have an additional CSS for unique color schemes.

My goal is to have one unified calendar for all community groups and I have created that with categories for each group. On each subdomains template I will only display the events for the apprioate category and I have that figured out without issue.

My problem is twofold. If I go page www.domain.com/swim the calendar the popups work. However, if I go via swim.domain.com they do not. Furthermore, the esstyle.css does not seem to be getting applied completely. Some chages to the css are observed while others are not.

It seems like I am going to have to have multiple installtions of EPC for each subdomain. If I do that can each instance use the same data source (flat file or DB)? Are there any other more simple solutions that I am not aware of?

Here is a link to the actual site: swim.huntleyhills.net.
 

Old 03-07-2006, 06:01 PM   #2
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

When you use subdomains, must likely your paths will change for each of them. You will need a separate install of each calendar for this to work.

Additionally, the best option is to use a mySQL database if you're trying to share the data between each install.

Because of the myriad of ways this can be accomplished, you may want to ask your web host provider how to do this.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 03-07-2006, 11:06 PM   #3
Tod
Calendar User
 
Tod is offline
Join Date: Dec 2004
Posts: 36
Default

Rather than setting up several separate calendars for each special interest group, you might make use of the Category feature and set it up like this:

1. Create a group of "unseen" pages, one for each SIG and set up the calendar display for each one using Category. This group of pages should reside within the domain that's registered with Brian. On each page create a button or whatever that links back to the referring page.

2. From each SIG domain create a button (or other form of navigation that's consistant with your layout) and link it to the "unseen" page that contains the calendar layout specific to that SIG.

3. On your main pages (the pages with general news for the entire neighborhood), set up a page that doesn't filter by Category so that the entire neighborhood calendar can be viewed. At this point you can state (and even provide links) that individual SIG calendars can be viewed as well.

Advantages: Only one Cal to maintain! Easy implementation. Doesn't need SQL.

Definitions:
SIG = Special Interest Group, what you refer to as community groups.
"hidden pages" = pages that one doesn't normally get to except by navigation links. These could (and maybe should) be part of the root area of your domain.

I hope this aids in your planning.

-Tod

Last edited by Tod; 03-07-2006 at 11:12 PM.
 

Install on Subdomains
Old 03-09-2006, 02:12 PM   #4
NickGoDawg
Calendar User
 
NickGoDawg is offline
Join Date: Mar 2006
Posts: 3
Default Install on Subdomains

Brian:

I have done as you suggested, copied the EPC calendar directory within each subdomain. However, in these subdomains it now says I have an invalid license. What should I do?

Nick
 

Old 03-10-2006, 08:32 AM   #5
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

https://www.easyphpcalendar.com/supp...eid=34&nav=0,1
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 03-10-2006, 08:54 AM   #6
NickGoDawg
Calendar User
 
NickGoDawg is offline
Join Date: Mar 2006
Posts: 3
Default

This link concerns parked domains and that is not my case. I have not changed domains, I've just got a subdomain. Basicially, I have www.website.com, subweb1.website.com and subweb2.website.com. In all three cases the domain is website.com. I do not consider subdomains to be parked domains.
 

Old 03-10-2006, 11:45 AM   #7
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Functionally, they seem to work the same in your case.

Please open a support ticket with the domain names and calendar addresses and I'll see what I can do.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

can calendar be used in another subdirectory in same domain?
Old 03-14-2006, 10:25 PM   #8
Abe
Calendar User
 
Abe is offline
Join Date: Mar 2006
Posts: 4
Default can calendar be used in another subdirectory in same domain?

This is not really a subdomain requirement. But a variation of using the same calendar license inside the same domain name.

I am building a community site in one single domain, with different subfolders for different community groups using different calendars.

Can this be done with separate calendar install folders for each community group?, e.g. samedomain.com/group1/calendar1 and samedomain.com/group2/calendar2 and using different sql tables for each one?

Thanks,

Abe
 

Old 03-15-2006, 06:42 PM   #9
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Technically, yes you can install the calendar this way.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 03-16-2006, 09:26 PM   #10
Abe
Calendar User
 
Abe is offline
Join Date: Mar 2006
Posts: 4
Default

Thanks. worked with no problem at all.

This is a very good calendar.

Abe
 
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Development subdomain? snlsn General 4 10-02-2005 10:44 PM
Fire Department Implementation webmaster23 In our client's own words... 0 11-04-2004 07:42 AM



All times are GMT -4. The time now is 10:11 PM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2009 NashTech, Inc.

| Home | Register | Today's Posts | Search | New Posts |