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
 Posting in a topic
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

guessme
Banned User

393 Posts

Posted - 24 August 2003 :  12:21:27  Show Profile  Visit guessme's Homepage
I would like to change where the text starts. From [this line],
to [this line]. Can it be done? And make a space below it.


Edited by - guessme on 24 August 2003 12:22:14

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 24 August 2003 :  12:42:25  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
I don't know what exactly you mean... could you describe it a bit more detailed? Or post a link if you've seen this somewhere?

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 24 August 2003 :  12:48:07  Show Profile
sounds like guessme wants a blank line before the post and a blank line after the post.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

guessme
Banned User

393 Posts

Posted - 24 August 2003 :  12:49:35  Show Profile  Visit guessme's Homepage
Yes thats it.

Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 24 August 2003 :  13:00:57  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
I've got a very simple solution for you:
Find the following code in topic.asp (approx. lines 661-672):
				' DEM --> End of Code added for Full Moderation
			end if
			Response.Write	"                      <hr noshade size=""" & strFooterFontSize & """></td>" & vbNewLine & _
					"                    </tr>" & vbNewLine & _
					"                    <tr>" & vbNewLine & _
					"                      <td valign=""top"" height=""100%""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """><span class=""spnMessageText"" id=""msg""><br />"
			if Request.QueryString("SearchTerms") <> "" then
				Response.Write	SearchHiLite(formatStr(Reply_Content))
			else
				Response.Write	formatStr(Reply_Content)
			end if
			Response.Write	"<br /><br /></span id=""msg""></font></td>" & vbNewLine & _

and add the blue code.
Then find the following code in topic.asp (approx. lines 863-873):
	' End of Code added for Full Moderation
	Response.Write	"                      <hr noshade size=""" & strFooterFontSize & """></td>" & vbNewLine & _
			"                    </tr>" & vbNewLine & _
			"                    <tr>" & vbNewLine & _
			"                      <td valign=""top"" height=""100%""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """><span class=""spnMessageText"" id=""msg""><br />"
	if Request.QueryString("SearchTerms") <> "" then
		Response.Write	SearchHiLite(formatStr(Topic_Message))
	else
		Response.Write	formatStr(Topic_Message)
	end if
	Response.Write	"<br /><br /></span id=""msg""></font></td>" & vbNewLine & _

and add the blue code

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

guessme
Banned User

393 Posts

Posted - 24 August 2003 :  14:03:03  Show Profile  Visit guessme's Homepage
Thanks!

Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 24 August 2003 :  14:08:45  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
You're welcome!

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

guessme
Banned User

393 Posts

Posted - 24 August 2003 :  16:00:18  Show Profile  Visit guessme's Homepage
Something wrong here - its not working.

Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 24 August 2003 :  19:29:35  Show Profile
between each <br /> put a &nbsp; and see if that works.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

guessme
Banned User

393 Posts

Posted - 24 August 2003 :  23:59:09  Show Profile  Visit guessme's Homepage
no but thanks for trying.

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.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07