Author |
Topic  |
CoreyGmaN
Starting Member
USA
35 Posts |
Posted - 09 August 2008 : 16:19:14
|
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 |
|
CoreyGmaN
Starting Member
USA
35 Posts |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
Etymon
Advanced Member
    
United States
2396 Posts |
Posted - 09 August 2008 : 18:00:09
|
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()< |
 |
|
CoreyGmaN
Starting Member
USA
35 Posts |
Posted - 10 August 2008 : 13:48:08
|
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 |
 |
|
AnonJr
Moderator
    
United States
5768 Posts |
Posted - 10 August 2008 : 13:56:26
|
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.< |
 |
|
CoreyGmaN
Starting Member
USA
35 Posts |
Posted - 10 August 2008 : 14:00:49
|
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 |
 |
|
CoreyGmaN
Starting Member
USA
35 Posts |
Posted - 10 August 2008 : 14:02:33
|
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 |
 |
|
CoreyGmaN
Starting Member
USA
35 Posts |
Posted - 10 August 2008 : 14:04:29
|
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 |
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 12 August 2008 : 00:49:28
|
You must have edited topic.asp incorrectly. Post a link to a .txt version and we'll try and fix it.< |
 |
|
CoreyGmaN
Starting Member
USA
35 Posts |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 12 August 2008 : 14:26:48
|
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 |
 |
|
CoreyGmaN
Starting Member
USA
35 Posts |
Posted - 12 August 2008 : 14:37:38
|
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 |
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 12 August 2008 : 14:39:45
|
Check your config.asp - make sure that both parts are there (not just the dimensioned array).< |
 |
|
CoreyGmaN
Starting Member
USA
35 Posts |
|
Topic  |
|