View Full Version : Integration with Mambo?
nivlek78
02-23-2005, 02:00 PM
Hi,
I have taken a look at your script and I really like what you see. I would like to purchase it + the copyright removal.
However, before I proceed, I would like to confirm if this calendar can be easily integrated with Mambo and whether anyone here has done so before.
Thx
Brian
02-23-2005, 04:36 PM
I don't have any personal experience with Mambo. Perhaps another forum member has and can offer some advice?
nivlek78
02-24-2005, 12:44 AM
ANyone has experience with Mambo?
if not, i will prob have to make do with a less advanced calendar script.
Brian
02-24-2005, 11:03 AM
I can tell you that you'll need to insert a css file in the header and a call to the calendar script where it should appear in the CMS. Also, if using overLIB, you'd need to add the appropriate code after the head tag. Please see the instructions file for more information. Maybe it will help?
diske52
02-26-2005, 02:30 PM
Here's the deal, a guy made a quick mambo module component, gave it to me. I edited it, uploaded, and the dang thing almost works perfectly, you can place it anywhere, etc. But, i dont think the CSS is applied because the text is grayed out, can barely see dates. Also, Greg made this in August 2004, so may be a version incompatibility? If anyone wants to take a look at this with me, please respond.
In my mod_escal.php file, i have this information.
<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?>
<?php $CSS=1; require ("modules/escal/showCalendar.php"); ?>
<?php $OL=1; require ("modules/escal/showCalendar.php"); ?>
<table align="center">
<tr><td>
<?php require ("modules/escal/showCalendar.php"); ?>
<br>
<div style="text-align: center;">[<a href="<?php echo $mosConfig_live_site;?>modules/escal/listview.php" target="_blank">printable calendar</a>]
</div>
</td>
</tr></table>
If you check my site, it comes up, except the CSS i dont think is loading cuz the text is grayed... any help?
Chuck
http://www.e78.org
Brian
02-26-2005, 09:33 PM
In your CSS file, the section below is overriding the calendar:
td,tr,p,div {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #cccccc;
}
The color there is what is the color in the calendar because it's the color defined for tr and td. You may try adding the color #000000 to the .rows css or the .s2X sections and see if that helps?
diske52
02-27-2005, 12:00 PM
I edited this because I found it, I edited the .S2X sections and applied text formatting, colors, etc and its so **** beautiful,
:clap:
Thanks again for the direction there Brian, works wonderful
http://www.e78.org
I'll be writing a tutorial for how to make changes such as this for Mambo using your calendar, and for using the Module that Greg originally created and I modified
Cheers! Pass the info please :banana:
Chuck
very exciting developments here! Please keep us abreast of your progress on the Mambo forum (http://forum.mamboserver.com/showthread.php?p=162348), as well. There are thousands of Mambo users looking for a simple calendar solution!
diske52
03-01-2005, 12:41 PM
Hey there, everything you need for mambo integration has been assessed in this quick tutorial, and module for mambo 4.5.X
http://www.easilysimplecalendar.com/forums/showthread.php?t=2979
If you have any further questions, please respond to that post as well,
Diske52 :banana:
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.