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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Content Display 3.4.03.08 Beta
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 24

Jeepaholic
Average Member

USA
697 Posts

Posted - 23 October 2002 :  03:34:21  Show Profile  Visit Jeepaholic's Homepage
Hey @,

Sorry to say...same error (even with the extra includes mentioned above). For what it's worth, although I don't think it matters - I've removed the instances for MsgIcons and Avatars. I don't think Rusty had with his. Regardless, it sure seems to work good with inc_header in place.

Al Bsharah
Aholics.com

Jeepaholics Anonymous
Broncoholics Anonymous
Network Insight
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 23 October 2002 :  04:02:57  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
Hmmmmmmmm, have you tried inc_adovbs.asp?

@tomic

SportsBettingAcumen.com
Go to Top of Page

Jeepaholic
Average Member

USA
697 Posts

Posted - 23 October 2002 :  04:07:56  Show Profile  Visit Jeepaholic's Homepage
After including, it stated that in line 14 of inc_adovbs that the constant was redefined. This is the first constant in the file, so I'm assuming it's been included elsewhere?

Al Bsharah
Aholics.com

Jeepaholics Anonymous
Broncoholics Anonymous
Network Insight
Go to Top of Page

padawan
Junior Member

200 Posts

Posted - 23 October 2002 :  07:44:54  Show Profile
quote:
Originally posted by padawan

quote:
Originally posted by al_iguana

Mr Padawan,

my turn to ask you something... could you email me your *working* content.asp and your sitenews.asp? please? since you've already done this mod and all..... thanks!



Here you go, mr. iguana...

Content.asp

Sitenews.asp

I'll email them to you as well just in case you have problems opening them up.

regards,

-Padawan




For some reason, sitenews.asp won't display properly. So, here it is...

--------- starts here -------------
<!--#INCLUDE FILE="config.asp"-->
<!--#INCLUDE FILE="inc_sha256.asp"-->
<!--#INCLUDE FILE="inc_header.asp" -->

<!--#INCLUDE FILE="content.asp" -->
<!--#INCLUDE FILE="inc_contentdisplay.asp" -->

<%
Response.Write "<table width=""100%"" border=""0"" bordercolor=""" & strTableBorderColor & """ cellspacing=""0"" cellpadding=""0"" bgcolor=""" & strTableBorderColor & """>" & vbNewLine & _
"<tr>" & vbNewLine & _
"<td colspan=""2"" valign=""top"" bgcolor=""" & StrHeadCellColor & """>" & vbNewLine & _
"<font size=""5"" color=""" & StrHeadFontColor & """> Site Portal</font>" & vbNewLine & _
"</td></tr><tr><td bgcolor=""" & strTableBorderColor & """></td></tr><tr><td>" & vbNewLine & _
"<table width=""100%"" border=""0"" bordercolor=""" & strTableBorderColor & """ cellspacing=""6"" cellpadding=""0"" bgcolor=""" & StrAltForumCellColor & """>" & vbNewLine & _
"<tr>" & vbNewLine & _
"<td width=""212"" valign=""top"">" & vbNewLine
%>

<%'##################### START LEFT SIDE #####################%>
<!--#include file="include/member_spotlight.asp"-->
<!-- #include file="inc_spacer.asp" -->
<!-- #include file="inc_spacer.asp" -->
<script language="JavaScript" src="http://168.144.128.134/shoutbox/shoutbox.asp"></script>
<!-- #include file="inc_spacer.asp" -->
<!-- #include file="inc_spacer.asp" -->
<!--#include file="include/inc_events.asp"-->
<!-- #include file="inc_spacer.asp" -->
<!-- #include file="inc_spacer.asp" -->
<!--#include file="inc_guestbook.asp"-->
<!-- #include file="inc_spacer.asp" -->
<!-- #include file="inc_spacer.asp" -->
<!--#include file="include/inc_websearch.asp"-->
<!-- #include file="inc_spacer.asp" -->
<!-- #include file="inc_spacer.asp" -->
<!--#include file="include/inc_page_counter.asp" -->


<%'##################### END LEFT SIDE #####################%>
<%
Response.Write "</td>" & vbNewLine & _
"<td valign=""top"">" & vbNewLine
%>
<%'##################### START CENTER #####################%>

<!--#include file="inc_news.asp" -->
<!-- #include file="inc_spacer.asp" -->
<!--#include file ="include/inc_spoll.asp"-->
<!-- #include file="inc_spacer.asp" -->
<!--#include file ="include/inc_randomq.asp"-->


<%'##################### END CENTER #####################%>
<%
Response.Write "</td>" & vbNewLine & _
"<td width=""200"" valign=""top"">" & vbNewLine
%>
<%'################### START RIGHT SIDE ###################%>
<%
DisplayContent 0, 0, 2, 3, 0, 11, 180, 50, 5, 1, 2, 1, "Recent Posts", "180", "topic.asp"
%>

<%'################### END RIGHT SIDE ###################%>

<%
Response.Write "</td>" & vbNewLine & _
"</tr>" & vbNewLine & _
"</table>" & vbNewLine & _
"</tr>" & vbNewLine & _
"</table>" & vbNewLine
%>
<!--#INCLUDE FILE="inc_footer.asp" -->
----- ends here -----------

"...be mindful of the SnitzForce..."
Go to Top of Page

padawan
Junior Member

200 Posts

Posted - 23 October 2002 :  07:58:33  Show Profile
sir Iguana...

and to give you an idea, here's how my sitenews look like.

top


bottom half

"...be mindful of the SnitzForce..."
Go to Top of Page

al_iguana
Junior Member

138 Posts

Posted - 23 October 2002 :  08:52:08  Show Profile  Visit al_iguana's Homepage
brilliant, thanks. just have to figure out how to get the border round the recent posts. You done good

----

Don't Dream It ~ Be It
http://www.peppermintiguana.co.uk/cymrugothic/
Go to Top of Page

padawan
Junior Member

200 Posts

Posted - 23 October 2002 :  13:53:57  Show Profile
quote:
Originally posted by al_iguana

brilliant, thanks. just have to figure out how to get the border round the recent posts. You done good



done good? not without sir @tomic and your help, of course. let me know how your 'borders' experimentation goes...

thx a bundle,

- padawan

"...be mindful of the SnitzForce..."
Go to Top of Page

Jeepaholic
Average Member

USA
697 Posts

Posted - 23 October 2002 :  16:01:03  Show Profile  Visit Jeepaholic's Homepage
Hey @...

Not to distract you from the other issues, but I found some other potential bugs. In content.asp around line 392 (give or take), I had to add the code in red:


Call WritePostingDetails(T_Topic_ID)
Response.Write "		<hr color=""" & strHeadCellColor & """ size=""1"">" & vbNewLine
Call WriteMessage(SafeMode, MessageLength)
Response.Write "		<br>" & vbNewLine
Call WriteTextBar(T_Topic_ID,strLink)

Al Bsharah
Aholics.com

Jeepaholics Anonymous
Broncoholics Anonymous
Network Insight

Edited by - Jeepaholic on 23 October 2002 16:01:42
Go to Top of Page

al_iguana
Junior Member

138 Posts

Posted - 23 October 2002 :  17:13:38  Show Profile  Visit al_iguana's Homepage
we sorted them out on page 6 of this thread. looks like the zip hasn't been updated yet.

----

Don't Dream It ~ Be It
http://www.peppermintiguana.co.uk/cymrugothic/
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 23 October 2002 :  17:18:02  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
Not until I have tested anything will I include it in the ZIP. I was just testing the addition Huntress added for Private Forums and I am sad to say that didn't work. In fact, it produced errors.

@tomic

SportsBettingAcumen.com
Go to Top of Page

Jeepaholic
Average Member

USA
697 Posts

Posted - 23 October 2002 :  17:23:34  Show Profile  Visit Jeepaholic's Homepage
Ugh, sorry...didn't mean to repeat issues.

Al Bsharah
Aholics.com

Jeepaholics Anonymous
Broncoholics Anonymous
Network Insight
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 23 October 2002 :  17:42:14  Show Profile  Visit PeeWee.Inc's Homepage
It matter what Avatar mod i use, i am goin to install the avatar mod 2moro and i dont want to go wrong anywhere.

De Priofundus Calmo Ad Te Damine
Go to Top of Page

Jeepaholic
Average Member

USA
697 Posts

Posted - 23 October 2002 :  19:10:50  Show Profile  Visit Jeepaholic's Homepage
Another one... You can see the acronym title=" ...click here to read text in the images below. The code that generated this is as follows:

DisplayContent 0, 0, 1, 3, 3, 5, 100, 20, 0, 0, 3, 1, "Hottest Topics", "100%", "topic.asp"

Three other display's on this same page don't have this issue. Here is the image:

Al Bsharah
Aholics.com

Jeepaholics Anonymous
Broncoholics Anonymous
Network Insight
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 23 October 2002 :  20:31:12  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
OK, got that one sorted out. Look for Sub WriteSubject2 near the bottom and if you look closely you will see this:

" acronym title="" ...click here to read more!"">" & left(StripAll(Topic_Subject), abs(AdjustedSubjectLength)) & " ...</acronym></a></b>" & vbNewLine

Make it look like this(Fix in red):

" <acronym title="" ...click here to read more!"">" & left(StripAll(Topic_Subject), abs(AdjustedSubjectLength)) & " ...</acronym></a></b>" & vbNewLine

@tomic

SportsBettingAcumen.com
Go to Top of Page

Jeepaholic
Average Member

USA
697 Posts

Posted - 23 October 2002 :  21:39:35  Show Profile  Visit Jeepaholic's Homepage
Man, I know I looked there. I can't believe I missed it! Thanks...

Al Bsharah
Aholics.com

Jeepaholics Anonymous
Broncoholics Anonymous
Network Insight
Go to Top of Page
Page: of 24 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07