Author |
Topic |
|
Markp
New Member
54 Posts |
Posted - 09 July 2001 : 20:45:05
|
I have the calander working but not the way it was laid out in the instructions. If I try putting the include statement into my default.asp, the file will not load. If I put the link, where the instructions say to put the include statement the calander appears.
Lastly how do I change the link colors, especially on monthly view, they are currently a blue I can hardly see.
Thanks.
www.opforland.com/forum/default.asp
Edited by - Markp on 13 July 2001 00:10:32 |
|
Markp
New Member
54 Posts |
Posted - 13 July 2001 : 00:09:42
|
Bump
|
|
|
Markp
New Member
54 Posts |
Posted - 15 July 2001 : 13:24:37
|
All right since no one wants to answer this one, is there another events Mod that I might have better luck with?
|
|
|
Aznknight
Senior Member
USA
1373 Posts |
Posted - 15 July 2001 : 15:09:41
|
quote:
If I try putting the include statement into my default.asp, the file will not load. If I put the link, where the instructions say to put the include statement the calander appears.
what happens or error do you get if you put the include events_inc.asp to default.asp? I see that you tried including it and it works. However I think you included it in the wrong place because the alignment seems off.
Also I think it's blue because you probably included it before this part: <style type="text/css"> <!-- a:link {color:<% =strLinkColor %>;text-decoration:<% =strLinkTextDecoration %>} a:visited {color:<% =strVisitedLinkColor %>;text-decoration:<% =strVisitedTextDecoration %>} a:hover {color:<% =strHoverFontColor %>;text-decoration:<% =strHoverTextDecoration %>} input.radio {background: <% = strPopUpTableColor %>; color:#000000} --> </style>
which will make the link color the same color as other links in your forum.
hope this helps.
- Alan www.iamviet.com www.calvsa.net Snitz Resource |
|
|
Markp
New Member
54 Posts |
Posted - 17 July 2001 : 14:20:20
|
Actually I didnt include it placed the Link statement in the place I thought your instructions said to put the include statement in the default.asp
</td> </tr> <tr> <td bgcolor="<% =strTableBorderColor %>"> <table border=0 width="100%" cellspacing=1 cellpadding=4> <a href="events.asp"><acronym title="Events Calendar...">Events</acronym></a> <tr> <td align=center bgcolor="<% =strHeadCellColor %>" nowrap valign="top"><b> </td> <td align=center bgcolor="<% =strHeadCellColor %>" nowrap valign="top"><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Forum</font></b></td> <td align=center bgcolor="<% =strHeadCellColor %>" nowrap valign="top"><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Topics</font></b></td> <td align=center bgcolor="<% =strHeadCellColor %>" nowrap valign="top"><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Posts</font></b></td> <td align=center bgcolor="<% =strHeadCellColor %>" nowrap valign="top"><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Last Post</font></b></td> <%
<!--#include file="events_inc.asp"--> Is the line that should be where the link is right, but it dosent work.
Thanks for answering. Mark
|
|
|
jburris
Starting Member
40 Posts |
Posted - 17 July 2001 : 16:33:34
|
I'm having a small color issue myself.. I read the readme.txt that came with the mod but in the styles page I did not see where it defined anything as white but the full page event table has a white back ground.
http://www.wayward4.com/content/events.asp?date=7/11/2001&month=7&year=2001
as can be seen in this url the back ground of the cell is white and so is my text.. where and what do I need to change to alter this color setting? I've looked and have been un able to locate where it is defined.
|
|
|
jburris
Starting Member
40 Posts |
Posted - 23 July 2001 : 07:35:33
|
bump
|
|
|
Astralis
Senior Member
USA
1218 Posts |
Posted - 23 July 2001 : 12:23:43
|
Why is my calendar 12 hours ahead even though my posts are correct for the time zone? I've made sure that the time zone and server time zone differences are fixed but it still doesn't affect the calendar which is continuously 12 hours ahead.
|
|
|
Markp
New Member
54 Posts |
Posted - 24 July 2001 : 23:42:08
|
Well you can take me off the list, Somehow several of my ASP pages got corrupted so I had to reload my entire site (data was backed up thank the powers that be ), now the clander is working as expected.
Thanks Mark
|
|
|
Aznknight
Senior Member
USA
1373 Posts |
Posted - 25 July 2001 : 14:51:48
|
oh cool, markp. glad it's working.
- Alan www.iamviet.com www.calvsa.net Snitz Resource |
|
|
|
Topic |
|