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

Month and Year buttons (months just not showing)
Old 09-17-2004, 08:49 AM   #1
freshmint
Calendar User
 
freshmint is offline
Join Date: Sep 2004
Posts: 35
Default Month and Year buttons (months just not showing)

I am using a php script to make these month and year buttons. it worked on another page but on this page the months do not show. but they work.

http://www.abcardio.org/cal.php

any advice?

*also the mouseovers are not functioning....

SHoutzager

Last edited by freshmint; 09-17-2004 at 08:55 AM.
 

Old 09-17-2004, 10:15 AM   #2
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,887
Default

The code is missing from the page to make the mouse-over windows appear. See the instructions under IMPORTANT and make sure you include the overLIB code.

Without seeing the source code, I can't determine why the month isn't appearing. Can you post that section of code?
__________________
-- Brian

Questions?

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

da code
Old 09-17-2004, 10:31 AM   #3
freshmint
Calendar User
 
freshmint is offline
Join Date: Sep 2004
Posts: 35
Default da code

I obtained this from the forum. It works on another page.

<?php if (isset($_REQUEST['mo'])) $mo = $_REQUEST['mo']; if
(isset($_REQUEST['yr'])) $yr = $_REQUEST['yr']; if (!isset($mo)) $mo =
date("m", time() - date('Z')); if (!isset($yr)) $yr = date("Y", time()
- date('Z')); ?>
<form method="post" action="<?php echo $PHP_SELF ?>">
<select name="mo" id="mo"> <?php for ($N = 1;$N <= 12;$N++) { echo
"<option value='$N'"; if ($N == $mo) echo " SELECTED"; echo
">$mth[$N]</option>"; } ?> </select>
<select name="yr" id="yr"> <?php for ($N = 1971;$N <= 2036;$N++) { echo
"<option"; if ($N == $yr) echo " SELECTED"; echo ">$N</option>"; } ?>
</select>
<input type="submit" name="Submit" value="Go"></form>
 

it works!
Old 09-17-2004, 10:40 AM   #4
freshmint
Calendar User
 
freshmint is offline
Join Date: Sep 2004
Posts: 35
Default it works!

I added the rollover code and now the months works

Hold the presses. One more issue. There is a drop down menu on the page. On Explorer for PC only the drop down menu is behind the buttons.......

I have to have the drop down menus on top. I know the dropdowns are on a layer above everything.

SHoutzager

Last edited by freshmint; 09-17-2004 at 11:17 AM.
 

Old 09-17-2004, 11:14 AM   #5
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,887
Default

Fantastic!
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths 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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying Month & Year above listings? marisab General Support 8 07-07-2004 07:25 PM



All times are GMT -4. The time now is 11:23 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 |