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
 Newsflash Mod setup question
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

DaMegz
Junior Member

126 Posts

Posted - 18 July 2002 :  12:18:11  Show Profile
I have unsuccessfully tried to install this mod a couple of times. In reviewing the readme, I have a question. The instructions for editing topic.asp say the following
quote:
## Editing topic.asp ##

Replace this line (line 494):

<font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% =formatStr(Reply_Content) %></font> <a href="#top"><img src="icon_go_up.gif" height=15 width=15 border="0" align="right" alt="Go to Top of Page"></a></td>

With this code:

<font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% =formatStr(Reply_Content) %></font>
<%Call getNewsFlashTopicBar(rsReplies("R_AUTHOR"))%>
<a href="#top"><img src="icon_go_up.gif" height=15 width=15 border="0" align="right" alt="Go to Top of Page"></a>
</td>

And replace this line (line 669):

<font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% =formatStr(Topic_Message) %></font></td>

With this code:

<font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% =formatStr(Topic_Message) %></font>
<%Call getNewsFlashTopicBar(Topic_Author)%>
</td>

After this line:
<!--#INCLUDE FILE="inc_moderation.asp" -->
Add this line:

<!--#include file="inc_newsflash_topicbar.asp-->

Changes to forum.asp complete!


So here's the question...should I add the file to the topic.asp or the forum.asp.
Maybe that's why I cant get this mod to work?


Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 18 July 2002 :  12:58:04  Show Profile
I'd go with topic.asp as I cant find a reference to formatStr(Topic_Message) in forum.asp, but I can in topic.asp, I only looked for that one bit of code tho

Installation Guide | MODS
Standard trying to be helpful signature above
http://www.ian-hamlin.co.uk
Go to Top of Page

DaMegz
Junior Member

126 Posts

Posted - 18 July 2002 :  13:07:55  Show Profile
HAmlin...stay tuned, Im going to try this again. Keep your fingers crossed.

Go to Top of Page

DaMegz
Junior Member

126 Posts

Posted - 18 July 2002 :  14:55:06  Show Profile
Ok Here's the error message Im getting
quote:
Active Server Pages error 'ASP 0125'

Missing close of attribute

/forum/topic.asp, line 50

The value of the 'file' attribute has no closing delimiter


I have posted the topic text...
http://www.oceanlanes.com/forum/topic.txt
Any suggestions?

Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 18 July 2002 :  14:58:38  Show Profile
Change

<!--#include file="inc_newsflash_topicbar.asp-->

to

<!--#include file="inc_newsflash_topicbar.asp" -->

notice the little " bit

Installation Guide | MODS
Standard trying to be helpful signature above
http://www.ian-hamlin.co.uk
Go to Top of Page

DaMegz
Junior Member

126 Posts

Posted - 18 July 2002 :  15:08:38  Show Profile
Its amazing that a little " can cause so much trouble. Do I have to say it again Hamlin?
You are the Man!!
Hopefully, I won't have to bother you anymore...Thanks a million!

Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 18 July 2002 :  15:11:47  Show Profile
glad I could help once again and I dont think of it as a bother

Installation Guide | MODS
Standard trying to be helpful signature above
http://www.ian-hamlin.co.uk
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.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07