| T O P I C    R E V I E W | 
              
                | Carefree | Posted - 14 December 2008 : 18:32:45 I wrote this in response to a request.  This mod allows administrators (or moderators) to force members to view a topic before continuing to use the board.  To turn the moderator access off is a matter of changing one line of code.
 
 When the member views the topic, a value is set into the member's record.  If the topic concerns a rule violation, for example, the administrator will be able to check whether a member viewed the topic about a rules change.
 
 Required topic id changes are made from the admin home page.
 
 Get a copy at SnitzBitz.<
 | 
              
                | 15   L A T E S T    R E P L I E S    (Newest First) | 
              
                | Carefree | Posted - 06 February 2009 : 11:53:43 Updated at SB.<
 | 
              
                | AnonJr | Posted - 06 February 2009 : 08:41:24 Seems to be up now...<
 | 
              
                | Carefree | Posted - 06 February 2009 : 06:42:40 No, SnitzBitz is down.<
 | 
              
                | philsbbs | Posted - 06 February 2009 : 06:03:04 Has SB been updated to take into account changes mentioned above ?<
 | 
              
                | Carefree | Posted - 05 February 2009 : 13:42:42 Yes, let's arrange details via EMail.<
 | 
              
                | texanman | Posted - 05 February 2009 : 10:36:15 Thanks Carefree. In order to avoid holding members from waiting to login, would it be possible to do this at a certain time at your convenience?<
 | 
              
                | Carefree | Posted - 04 February 2009 : 16:06:52 Let's give this one more try. If you have a test account, please send me details after you replace the code with the latest change.<
 | 
              
                | texanman | Posted - 04 February 2009 : 15:24:52 I tested it. It does the same thing as before the change.<
 | 
              
                | Carefree | Posted - 04 February 2009 : 15:05:29 Yes, the code change was incorporated in the post above.<
 | 
              
                | texanman | Posted - 04 February 2009 : 14:23:35 Thanks
 I can't access my e-mail now. But, I will check at night from home. Yes, the account I am using has access to the topic.
 If you made the change in the above code, I can test it now.<
 | 
              
                | Carefree | Posted - 04 February 2009 : 14:17:49 Looks like I keep missing you by an hour.  I made another change - trying to figure out what's happening with your site - please see your email.  BTW, does the account you're using to test with have access to the topic?  If not, it's designed to transparently bypass the required reading routine.<
 | 
              
                | texanman | Posted - 04 February 2009 : 12:30:11 Thanks Carefree
 I am running a private forum indeed.
 I did replace it. The forum doesn't go past "sucessfully logged in". :-)<
 | 
              
                | Carefree | Posted - 04 February 2009 : 12:09:35 I figured out what's happening.  You're not running a private forum, right?  I forgot to account for open forums when I did the check for access routine.
 
 Replace "inc_required.asp" with the following and let me know the results:
 <
 | 
              
                | texanman | Posted - 04 February 2009 : 02:33:53 
 quote:Originally posted by Carefree
 
 In "inc_required.asp", after the "end if" on line 45, insert these two lines and see what it prints out:
 
 
 
 
 
 It prints the following:
 
 C_VALUE=2009
 TopID=2009<
 | 
              
                | Carefree | Posted - 04 February 2009 : 01:31:38 In "inc_required.asp", after the "end if" on line 45, insert these two lines and see what it prints out:
 
 <
 |