| Author |  Topic  | 
              
                | spyordie007Junior Member
 
   
 
                USA408 Posts
 | 
                    
                      |  Posted - 14 April 2003 :  21:09:41     
 |  
                      | now I get: 
 quote:Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
 [TCX][MyODBC]Table 'forum.forum_last_read' doesn't exist
 /forumtest/topic.asp, line 407
 
 and the table should be titled forum_read_topics
 
 -Spy
 |  
                      | 
 Power - The only narcotic controlled by the SEC, not the FDA.
 Prosperity without pollution!  The American Hydrogen Association - http://www.ahanw.org
 Questions about Hydrogen? Post them on our forum - http://www.ahanw.org/forum
 |  
                      |  |  | 
              
                | NikkolForum Moderator
 
      
 
                USA6907 Posts
 |  | 
              
                | NikkolForum Moderator
 
      
 
                USA6907 Posts
 |  | 
              
                | spyordie007Junior Member
 
   
 
                USA408 Posts
 | 
                    
                      |  Posted - 14 April 2003 :  21:36:52     
 |  
                      | quote:Originally posted by Nikkol
 
 it should just be read_topics as the strTablePrefix should take care of the rest.
 
 
 right but it's not looking for that it's looking for last_read (note my error above)
 
 -Spy
 |  
                      | 
 Power - The only narcotic controlled by the SEC, not the FDA.
 Prosperity without pollution!  The American Hydrogen Association - http://www.ahanw.org
 Questions about Hydrogen? Post them on our forum - http://www.ahanw.org/forum
 |  
                      |  |  | 
              
                | spyordie007Junior Member
 
   
 
                USA408 Posts
 | 
                    
                      |  Posted - 14 April 2003 :  21:39:45     
 |  
                      | quote:Originally posted by Nikkol
 
 updated zip file
 
 
 Does your latest zip file contain any other fixes besides removing the extra "&"?
 
 -Spy
 |  
                      | 
 Power - The only narcotic controlled by the SEC, not the FDA.
 Prosperity without pollution!  The American Hydrogen Association - http://www.ahanw.org
 Questions about Hydrogen? Post them on our forum - http://www.ahanw.org/forum
 |  
                      |  |  | 
              
                | NikkolForum Moderator
 
      
 
                USA6907 Posts
 |  | 
              
                | spyordie007Junior Member
 
   
 
                USA408 Posts
 | 
                    
                      |  Posted - 14 April 2003 :  22:03:06     
 |  
                      | right, "read_topic"s exists in my DB (created from the new mod admin page as per your instructions) however the error I get is looking for the table "last_read": 
 Table 'forum.forum_last_read' doesn't exist That table's structure from my DB:
 
 TABLE forum_read_topics (  MEMBER_ID int(11) NOT NULL default '0',  TOPIC_ID int(11) NOT NULL default '0',  LAST_READ_DATE varchar(14) NOT NULL default '')
 
 -Spy
 |  
                      | 
 Power - The only narcotic controlled by the SEC, not the FDA.
 Prosperity without pollution!  The American Hydrogen Association - http://www.ahanw.org
 Questions about Hydrogen? Post them on our forum - http://www.ahanw.org/forum
 |  
                      | Edited by - spyordie007 on 14 April 2003  22:09:52
 |  
                      |  |  | 
              
                | NikkolForum Moderator
 
      
 
                USA6907 Posts
 |  | 
              
                | spyordie007Junior Member
 
   
 
                USA408 Posts
 | 
                    
                      |  Posted - 14 April 2003 :  22:21:36     
 |  
                      | quote:Originally posted by Nikkol
 
 yes, and i updated the instructions.  am i missing something here?
 
 
 yes, you didnt update instructions.txt but you did update your asp file.
  I kept looking at your instructions.txt and didnt realize it until I opened your example file. 
 -Spy
 |  
                      | 
 Power - The only narcotic controlled by the SEC, not the FDA.
 Prosperity without pollution!  The American Hydrogen Association - http://www.ahanw.org
 Questions about Hydrogen? Post them on our forum - http://www.ahanw.org/forum
 |  
                      |  |  | 
              
                | NikkolForum Moderator
 
      
 
                USA6907 Posts
 |  | 
              
                | spyordie007Junior Member
 
   
 
                USA408 Posts
 | 
                    
                      |  Posted - 14 April 2003 :  22:33:23     
 |  
                      | quote:Originally posted by Nikkol
 
 no, I updated instructions.txt in the zip file available for download...i did not update any other files.
 
 
 strange, I just downloaded it again and this time I got the updated version however last time I did not, must have been my browser casche.
 
 Thanks for the great Mod Nikkol!
 
 -Spy
 |  
                      | 
 Power - The only narcotic controlled by the SEC, not the FDA.
 Prosperity without pollution!  The American Hydrogen Association - http://www.ahanw.org
 Questions about Hydrogen? Post them on our forum - http://www.ahanw.org/forum
 |  
                      |  |  | 
              
                | NikkolForum Moderator
 
      
 
                USA6907 Posts
 |  | 
              
                | Kal CorpAverage Member
 
    
 
                USA878 Posts
 | 
                    
                      |  Posted - 14 April 2003 :  23:10:02     
 |  
                      | Whats different in this mod from the "Who Viewed This" mod i created? 
 What i find to be a issue is members are reading the topics before they logon sometimes so it wont list them
  . 
 
 
 |  
                      | 
 {VAS}-Kal Corp
 VAS Development NetWork - Forums for old Snitz Mods!
 Creator of all things {VAS}
 
 |  
                      |  |  | 
              
                | spyordie007Junior Member
 
   
 
                USA408 Posts
 | 
                    
                      |  Posted - 14 April 2003 :  23:22:30     
 |  
                      | quote:Originally posted by Kal Corp
 
 What i find to be a issue is members are reading the topics before they logon sometimes so it wont list them
  . 
 
 Of course the only real way to stop this from happening is to set the forum for member only.
 
 -Spy
 |  
                      | 
 Power - The only narcotic controlled by the SEC, not the FDA.
 Prosperity without pollution!  The American Hydrogen Association - http://www.ahanw.org
 Questions about Hydrogen? Post them on our forum - http://www.ahanw.org/forum
 |  
                      |  |  | 
              
                | NikkolForum Moderator
 
      
 
                USA6907 Posts
 | 
                    
                      |  Posted - 14 April 2003 :  23:23:28   
 |  
                      | quote:I'm not sure, because I didn't even know your mod existed until after I made this one.  But the here's the gist: admins/moderators can view a list of people who have read a particular topic & admin/individual users can view a list of their recent/unarchived read topics.Originally posted by Kal Corp
 
 Whats different in this mod from the "Who Viewed This" mod i created?
 
 
 
 quote:Yeah, there's not much you can do about that I suppose.What i find to be a issue is members are reading the topics before they logon sometimes so it wont list them
  . 
 |  
                      | Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
 |  
                      |  |  | 
              
                
                |  Topic  |  |