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
 Ignore Post v1.10 help...
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

CoreyGmaN
Starting Member

USA
35 Posts

Posted - 09 August 2008 :  16:19:14  Show Profile  Visit CoreyGmaN's Homepage  Send CoreyGmaN an AOL message  Send CoreyGmaN an ICQ Message  Send CoreyGmaN a Yahoo! Message
I have installed the Ignore Post mod and it seems to all be there, I checked and rechecked the code, and I go into admin options/feature config and check the dot to on in Enable Ignore Posts, hit submit, but then go back and its the dot is in the off section?

I went into the SQL database and verified that it is set to 1 (true) instead of 0 which would be false, but I can still not get any of the code to show up on my site to allow the users to ignore users.

Can I get any help on this?

LINK TO IGNORE POST MOD
http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=48986<

MySpace -- GmanS WorlD -- I GOTTA have more COWBELL! (right click save as) -- MY WISHLIST

check out my forums at www.warpreality.com

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 09 August 2008 :  16:45:51  Show Profile  Send ruirib a Yahoo! Message
Try running setup.asp, to force the app variables to load with the values from the DB.<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

CoreyGmaN
Starting Member

USA
35 Posts

Posted - 09 August 2008 :  17:10:26  Show Profile  Visit CoreyGmaN's Homepage  Send CoreyGmaN an AOL message  Send CoreyGmaN an ICQ Message  Send CoreyGmaN a Yahoo! Message
I did run that, but how can you tell for sure if that worked?<

MySpace -- GmanS WorlD -- I GOTTA have more COWBELL! (right click save as) -- MY WISHLIST

check out my forums at www.warpreality.com
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 09 August 2008 :  17:43:03  Show Profile  Send ruirib a Yahoo! Message
Go to admin options and check the value you were looking for.<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Etymon
Advanced Member

United States
2396 Posts

Posted - 09 August 2008 :  18:00:09  Show Profile  Visit Etymon's Homepage
Try writing the variables in inc_header.asp, so you can see what the value of the variables are in real time. Place them in the area in red below:

'########### GROUP Categories ########### %>
<!--#INCLUDE FILE="inc_groupjump_to.asp" -->
<% '######## GROUP Categories ##############
Response.Write " <tr>" & vbNewLine & _
" <td>" & vbNewLine

if mlev = 4 then
Response.Write strVariable & "<br>"
'Replace strVariable with whatever variable you are trying to test.
end if


sub sForumNavigation()<
Go to Top of Page

CoreyGmaN
Starting Member

USA
35 Posts

Posted - 10 August 2008 :  13:48:08  Show Profile  Visit CoreyGmaN's Homepage  Send CoreyGmaN an AOL message  Send CoreyGmaN an ICQ Message  Send CoreyGmaN a Yahoo! Message
quote:
Originally posted by ruirib

Go to admin options and check the value you were looking for.



yes when I go in there, it shows up in feature config, and when I put the dot in yes, and hit submit, it gives me the "Configuration Posted! Congratulations!" screen, but then when I go back, it is set back to NO.<

MySpace -- GmanS WorlD -- I GOTTA have more COWBELL! (right click save as) -- MY WISHLIST

check out my forums at www.warpreality.com
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 10 August 2008 :  13:56:26  Show Profile  Visit AnonJr's Homepage
On your Admin page, there is an option labeled "Forum Variables Information" - This will show you all the Forum Variables that are set and what their values are.<
Go to Top of Page

CoreyGmaN
Starting Member

USA
35 Posts

Posted - 10 August 2008 :  14:00:49  Show Profile  Visit CoreyGmaN's Homepage  Send CoreyGmaN an AOL message  Send CoreyGmaN an ICQ Message  Send CoreyGmaN a Yahoo! Message
quote:
Originally posted by Etymon

Try writing the variables in inc_header.asp, so you can see what the value of the variables are in real time. Place them in the area in red below:

'########### GROUP Categories ########### %>
<!--#INCLUDE FILE="inc_groupjump_to.asp" -->
<% '######## GROUP Categories ##############
Response.Write " <tr>" & vbNewLine & _
" <td>" & vbNewLine

if mlev = 4 then
Response.Write strVariable & "<br>"
'Replace strVariable with whatever variable you are trying to test.
end if


sub sForumNavigation()



Ok I added this
if mlev = 4 then
Response.Write strIgnorePost & "<br>" '
end if

And at the top of the page all I get is this

.

so it is not showing the 1 which whould mean its turned on. So it seems its failing there. Any suggestions on what I could do?<

MySpace -- GmanS WorlD -- I GOTTA have more COWBELL! (right click save as) -- MY WISHLIST

check out my forums at www.warpreality.com
Go to Top of Page

CoreyGmaN
Starting Member

USA
35 Posts

Posted - 10 August 2008 :  14:02:33  Show Profile  Visit CoreyGmaN's Homepage  Send CoreyGmaN an AOL message  Send CoreyGmaN an ICQ Message  Send CoreyGmaN a Yahoo! Message
quote:
Originally posted by CoreyGmaN

quote:
Originally posted by Etymon

Try writing the variables in inc_header.asp, so you can see what the value of the variables are in real time. Place them in the area in red below:

'########### GROUP Categories ########### %>
<!--#INCLUDE FILE="inc_groupjump_to.asp" -->
<% '######## GROUP Categories ##############
Response.Write " <tr>" & vbNewLine & _
" <td>" & vbNewLine

if mlev = 4 then
Response.Write strVariable & "<br>"
'Replace strVariable with whatever variable you are trying to test.
end if


sub sForumNavigation()



Ok I added this
if mlev = 4 then
Response.Write strIgnorePost & "<br>" '
end if

And at the top of the page all I get is this

.

so it is not showing the 1 which whould mean its turned on. So it seems its failing there. Any suggestions on what I could do?



well I took that code out and I still get that "." at the top of the page when I go into a topic???<

MySpace -- GmanS WorlD -- I GOTTA have more COWBELL! (right click save as) -- MY WISHLIST

check out my forums at www.warpreality.com
Go to Top of Page

CoreyGmaN
Starting Member

USA
35 Posts

Posted - 10 August 2008 :  14:04:29  Show Profile  Visit CoreyGmaN's Homepage  Send CoreyGmaN an AOL message  Send CoreyGmaN an ICQ Message  Send CoreyGmaN a Yahoo! Message
quote:
Originally posted by AnonJr

On your Admin page, there is an option labeled "Forum Variables Information" - This will show you all the Forum Variables that are set and what their values are.



ok yes

Here is what it is set at

/forum/STRIGNOREPOST 1

So that would mean its on, but still nothing happening.<

MySpace -- GmanS WorlD -- I GOTTA have more COWBELL! (right click save as) -- MY WISHLIST

check out my forums at www.warpreality.com
Go to Top of Page

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 12 August 2008 :  00:49:28  Show Profile
You must have edited topic.asp incorrectly. Post a link to a .txt version and we'll try and fix it.<
Go to Top of Page

CoreyGmaN
Starting Member

USA
35 Posts

Posted - 12 August 2008 :  08:21:15  Show Profile  Visit CoreyGmaN's Homepage  Send CoreyGmaN an AOL message  Send CoreyGmaN an ICQ Message  Send CoreyGmaN a Yahoo! Message
Download text file Here

<

MySpace -- GmanS WorlD -- I GOTTA have more COWBELL! (right click save as) -- MY WISHLIST

check out my forums at www.warpreality.com

Edited by - CoreyGmaN on 12 August 2008 09:35:10
Go to Top of Page

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 12 August 2008 :  14:26:48  Show Profile
Well a 1 second glance tells me the answer to your . question. The first character in your file is a period. Other than that, I cannot see any errors in the ignore post mod.<

Edited by - Carefree on 12 August 2008 14:38:32
Go to Top of Page

CoreyGmaN
Starting Member

USA
35 Posts

Posted - 12 August 2008 :  14:37:38  Show Profile  Visit CoreyGmaN's Homepage  Send CoreyGmaN an AOL message  Send CoreyGmaN an ICQ Message  Send CoreyGmaN a Yahoo! Message
quote:
Originally posted by Carefree

Well a 1 second glance tells me the answer to your . question. The first character in your file is a period.



humm well not sure how that got there, but I removed it.

Still nothing. I went to admin options/features config, tried to turn it on again, goes through the motions, but still nothing shows up.<

MySpace -- GmanS WorlD -- I GOTTA have more COWBELL! (right click save as) -- MY WISHLIST

check out my forums at www.warpreality.com
Go to Top of Page

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 12 August 2008 :  14:39:45  Show Profile
Check your config.asp - make sure that both parts are there (not just the dimensioned array).<
Go to Top of Page

CoreyGmaN
Starting Member

USA
35 Posts

Posted - 12 August 2008 :  16:14:44  Show Profile  Visit CoreyGmaN's Homepage  Send CoreyGmaN an AOL message  Send CoreyGmaN an ICQ Message  Send CoreyGmaN a Yahoo! Message
quote:
Originally posted by Carefree

Check your config.asp - make sure that both parts are there (not just the dimensioned array).



Here is my config.asp file, does this look right to you?

Download text file Here





<

MySpace -- GmanS WorlD -- I GOTTA have more COWBELL! (right click save as) -- MY WISHLIST

check out my forums at www.warpreality.com

Edited by - CoreyGmaN on 12 August 2008 16:21:55
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
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.41 seconds. Powered By: Snitz Forums 2000 Version 3.4.07