Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Events Mod - events_inc.asp
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

underfunded
Starting Member

7 Posts

Posted - 06 May 2002 :  18:44:25  Show Profile  Visit underfunded's Homepage  Send underfunded an AOL message  Send underfunded an ICQ Message
What do I have to do to make the events_inc to appear in a column instead of in a row. I have seen on some mods that it is done but i'm using the standard events mod.

Steve D.
Average Member

USA
640 Posts

Posted - 06 May 2002 :  20:23:09  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
You need to edit the events_inc.asp file

and change the layout of the table from 1 row and 3 columns to 1 column and 3 rows.

The code for the table starts on line 94 of the unedited file.

change the next litte section to look something like this


<!-- #include file=events_styles.asp -->
<table>
<tr>
<td bgcolor="<% =strHeadCellColor %>">
<font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>" size="+1"><b><%=strForumTitle%> Events</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>">
<table border=0 cellspacing=4 cellpadding=0 width="100%">
<tr>
<td width=10% valign=top>
<%DisplayMonth_small()%>
</td>
</tr>
<tr>
<td width=45% valign=top>
<%DisplayUpcomingEvents()%>
</td>
</tr>
<tr>
<td width=45%% valign=top>
<%DisplayPastEvents()%>
</td>
</tr>
</table>
</td>
</tr>
</table>


you'll need to change where you put your include statement, so that it doesn't break the normal table layout.

----------------------------------------
Badges? We don't need no stinking badges
Go to Top of Page

underfunded
Starting Member

7 Posts

Posted - 06 May 2002 :  22:30:02  Show Profile  Visit underfunded's Homepage  Send underfunded an AOL message  Send underfunded an ICQ Message
works great. Thank you.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07