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


Go Back   Easy PHP Calendar > Integration > PHP-Nuke Integration

PHP-Nuke Integration Information about integrating the calendar with the PHP-Nuke Content Management System.

Closed Thread
 
Thread Tools Search this Thread Display Modes

It Just Ain't looking Right
Old 03-27-2006, 05:30 PM   #1
Angeline
Calendar User
 
Angeline is offline
Join Date: Mar 2006
Posts: 7
Default It Just Ain't looking Right

Okay heres how it is ... installed the Calender and it works great ..

in fact if I go to http://www.peytonexplorers.net/calendar/ I couldn't be wanting for anything ..

but, I've intergrated it with my php site using the blocks and modules on these forums and yep there in .. http://www.peytonexplorers.net .. theres on nice neet boxes around the numbers and no highlightling of the dates with events. Then when I click on the calendar and it goes to the calendar module again in just doesn't look right. I don't realy want the details of the events in next to the date numbers.

So the question is.. how can I get it looking like is does if I go to the first link, but in that neet little module.

Just to let you all know I'm new to phpnuke but I'm learning fast. So if anyone can give me ahand here I'd be really greatful.

BTW the website is work inprogress .. I've just trying to get the layout sorted first before the content.

Cheers
 

Old 03-27-2006, 07:20 PM   #2
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,969
Default

You're missing the CSS code... This post should help you resolve this.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 03-28-2006, 06:00 AM   #3
Angeline
Calendar User
 
Angeline is offline
Join Date: Mar 2006
Posts: 7
Default

Thanks for the tip .. I'll give it ago when I get home tonight .. then I'll bug you all again if I'm still having problems ..
 

Old 03-28-2006, 12:45 PM   #4
Angeline
Calendar User
 
Angeline is offline
Join Date: Mar 2006
Posts: 7
Default

I've tried that and it's still not looking right .. .. any more handy hints?
 

Old 03-28-2006, 01:47 PM   #5
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,969
Default

Well those are the exact steps required to make it work. I don't know which version of PHP-Nuke you're running but either way, you're missing the files that were outlined in that post.

You'll need to create /includes/custom_files/custom_head.php by following step 4b.

If you still can't get it working, you can send me your FTP server information (IP/hostname, username and password) using the link in my signature.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 07-13-2006, 03:05 AM   #6
nomar05
Calendar User
 
nomar05 is offline
Join Date: Jul 2006
Posts: 7
Default

Well first off I've been reading your forums and I'd like to say you give by far the best support I've ever seen. I've been able to solve most of my problems with them.

However one is bugging me.

Calendar version: 6.3.21
PHPNuke version: 7.8
URLS: http:www.thehowardfamily.info
http:www.thehowardfamily.info/escal/escal/demo.php

I've been able to install and integrate, and everything is working fine except when I go to demo.php and mouseOver I get different colors on the popup then I do on the block and module. This happens with Firefox, and Explorer. I would assume this is a CSS issue, since no matter what changes I make in the calendar admin panel the color doesn't change on the block. The PopUp colors do work when I click on the event however.

I did see another post about this I think, and it had to do with some JS script I think. Any help would be appriciated. Thank you!

Last edited by nomar05; 07-13-2006 at 03:08 AM.
 

Old 07-13-2006, 09:11 AM   #7
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,907
Default

I'm assuming your talking about the background color?

The way the calendar is integrated into your page, it isn't passing the calendar variables to the $OL=1 code properly.

See this post: http://www.easyphpcalendar.com/forum...7&postcount=13
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 

Old 07-13-2006, 01:58 PM   #8
nomar05
Calendar User
 
nomar05 is offline
Join Date: Jul 2006
Posts: 7
Default

Yes I was referring to the background. I tried adding the extra script to my Block-Calendar.php, which is where I assume it is supposed to go. But the whole block disappeared. I tried a number of ways. Haven't made any improvments. I'll keep chugging away.

I also have a different issue now. Does anyone have experience with the calendar block not allowing content in other blocks if it is above them. I'm trying to move my calendar block to the top right position, but if I do it breaks all the other blocks below it on the right side.

Last edited by nomar05; 07-13-2006 at 02:25 PM.
 

Old 07-13-2006, 08:01 PM   #9
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,969
Default

Usually, the reason why it kills any blocks after itself is because the calendar table is installed in a separate database. I had explained exactly what happens in an other post, I'll try to dig it up for you. But the quick answer is to move your calendar table to the same database as your PHP-Nuke.

Odly enough though, is that you already do have a block currently under the calendar and it seems to be fine. Are you still having the problem you described?
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 07-13-2006, 08:02 PM   #10
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,969
Default

I found a problem with your pages though... You have two </head> tags... This might cause you some problems.

I'm still looking...
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 07-13-2006, 08:09 PM   #11
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,969
Default

As for doing what Brian had suggested, since you're going to be pasting HTML in a PHP file, you have to escape the HTML text..

So where you have your
PHP Code:
$OL=1; require("calendar/calendar.php"); 
line, replace it with the following

PHP Code:
?>
<script type="text/JavaScript">
var ol_width=200;
var ol_delay=100;
var ol_fgcolor="#FFFFFF";
var ol_bgcolor="#AAAAAA";
var ol_offsetx=10;
var ol_offsety=10;
var ol_border=1;
var ol_vauto=1;
</script>
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<script type="text/JavaScript" src="/escal/escal/overLIB/overlib_mini.js"><!-- overLIB (c) Erik Bosrup --></script>
<?php
If you need help, you can contact me using the link in my signature.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 07-13-2006, 09:23 PM   #12
nomar05
Calendar User
 
nomar05 is offline
Join Date: Jul 2006
Posts: 7
Default

Awesome! You were right on with both problems. I moved the tables to the other database, which were only seperated for testing purposes anyway. Fixed it!

Also add that code snippet fixed my mouseover issue. Thank you very much!

Now I have one more very easy question. When I purchase the software do I get a license that I can just enter, or do I need to reinstall?

It sounds like I'd need to reinstall according to this.
Quote:
* One license is required per domain name on which the calendar script is used. The license is partially based on the domain name and IP address where the calendar is installed when the Setup Manager is initially executed.
Thanks again for everything, you guys are great!

Last edited by nomar05; 07-13-2006 at 10:06 PM.
 

Old 07-14-2006, 08:52 AM   #13
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,907
Default

After purchase, you'll get an order number that you can enter into your current installation which will make it a full-licensed version. All of your data and changes will stay the way they were. No re-installation is required.
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 
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



All times are GMT -4. The time now is 08:23 AM.


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 |