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
 Subforum Mod, changing layout slightly
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

DarrenLuxton
Junior Member

184 Posts

Posted - 27 December 2008 :  11:35:19  Show Profile
All, i've recently installed the SubForum mod, but i have a small question about the layout of this within the forums.asp page.

Basically, at the moment, any sub forums appear ABOVE the regular posts within that forum, as seen here..
http://www.shadowknights.com/forum/forum.asp?forum_id=31
Is there anyway to move the sub forums to show below the regular posts instead of above ?

Thanks in advance.
<

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 27 December 2008 :  17:10:48  Show Profile
Sure. That's actually a relatively easy one

In "forum.asp", look for this line (appx line 110):
<!--#INCLUDE FILE="inc_subforum.asp" -->


Delete it.

Now search for this line (appx 717):
WriteFooter


Add the following immediately ABOVE that line:
%>
<!--#INCLUDE FILE="inc_subforum.asp" -->
<%
<
Go to Top of Page

DarrenLuxton
Junior Member

184 Posts

Posted - 27 December 2008 :  20:33:05  Show Profile
Go to Top of Page

DarrenLuxton
Junior Member

184 Posts

Posted - 27 December 2008 :  20:38:20  Show Profile
I need to find where the function Call ListSubForums(FORUM_ID) should be, but unsure. (i think:) )<
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 27 December 2008 :  20:45:32  Show Profile
You're right, it was in that set of lines. Look for this line:
Call ListSubForums(FORUM_ID)


Now, look for this line:
WriteFooter


Move the
Call List...
line above the
WriteFooter
line.<
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.33 seconds. Powered By: Snitz Forums 2000 Version 3.4.07