| Author | 
                
                  Topic   | 
                
              
              
                | 
                 Nathan 
                Help Moderator 
                      
                 
                
                USA 
                7664 Posts  | 
                
                  
                    
                      
                       Posted - 10 December 2001 :  21:41:45
                        
                        
                      
  | 
                     
                    
                       There is a file to convert the database from manager 3.3 to the RTE version. Really there is only one small change there, plus it adds the default smiles to your database.
  Some of the file changes between the two mods, however, may conflict, I suggest refering to the origional, unmodded versions of the files inc_post_buttons.asp faq.asp and inc_functions.asp.
  isis, can you give me a link to your forum?  And sounds to me like a problem either with the first addition to post.asp or a line left out of config.asp
  Nathan Bales - Romans 15:13 -------------------------------     Test Site | Mod Resource | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 isis 
                Starting Member 
                 
                 
                
                10 Posts  | 
                
                  
                    
                      
                       Posted - 11 December 2001 :  00:21:17
                        
                      
  | 
                     
                    
                       AHHH!!!!! fixed it....
  nathan you were right, i forgot to fix the config.asp file
  me likes it !
 
  | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 Nathan 
                Help Moderator 
                      
                 
                
                USA 
                7664 Posts  | 
                
                  
                    
                      
                       Posted - 11 December 2001 :  00:42:17
                        
                        
                      
  | 
                     
                    
                       Cool!  Enjoy  
  Nathan Bales - Romans 15:13 -------------------------------     Test Site | Mod Resource | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 isis 
                Starting Member 
                 
                 
                
                10 Posts  | 
                
                  
                    
                      
                       Posted - 11 December 2001 :  14:15:42
                        
                      
  | 
                     
                    
                       i've been using the smilies manager by foo....how could i add that to the format bar in this rte mod?
 
  | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 isis 
                Starting Member 
                 
                 
                
                10 Posts  | 
                
                  
                    
                      
                       Posted - 11 December 2001 :  14:22:26
                        
                      
  | 
                     
                    
                       quote:
  i've been using the smilies manager by foo....how could i add that to the format bar in this rte mod?
  also, my post preview option seems to have disapeared....is it supposed to be gone?
   
 
  
 
  | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 Roland 
                Advanced Member 
                      
                 
                
                Netherlands 
                9335 Posts  | 
                
                  
                    
                      
                       Posted - 11 December 2001 :  14:28:46
                        
                      
  | 
                     
                    
                       Previewing the post when using Rich Text isn't necessary as you've already got a view of what you will see once you've clicked the send button.
  Roland | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 Morpheus73 
                Average Member 
                    
                 
                
                Denmark 
                597 Posts  | 
                
                  
                 | 
              
              
                | 
                 Nathan 
                Help Moderator 
                      
                 
                
                USA 
                7664 Posts  | 
                
                  
                    
                      
                       Posted - 12 December 2001 :  00:29:05
                        
                        
                      
  | 
                     
                    
                       quote:
  i've been using the smilies manager by foo....how could i add that to the format bar in this rte mod?
 
  
  Adding it to the format bar would be easy, but it wouldn't do anything.  The RTE requires a large amout of modification to anything that inserts somthing into the message, and requires an extra file for the Netscape editor as well.  Thats why I chose to put Stimmies manager in by default, because I realized that it was very popular and would require a considerable amount of alteration to make it compatable.
  If you want to modify foo's manager, I suggest you look at the changes I made to Stimmies mod.
  Nathan Bales - Romans 15:13 -------------------------------     Test Site | Mod Resource | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 suhern 
                Junior Member 
                   
                 
                
                186 Posts  | 
                
                  
                    
                      
                       Posted - 13 December 2001 :  01:04:00
                        
                      
  | 
                     
                    
                       Nathan,
  I am trying to use the upload mod to insert images into the editor. I could not get it to work. I have one that is used in the non-rich text mode. I try looking at the insertsmile function but just cannot get it to work for my script. Could you be kind to take a look at this script and help me to integrate this into the editor: (see the addfile fucntion in particular)
  uploadimage asp text file
  Your help would be most appreciated.  Thanks ...
 
  | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 Nathan 
                Help Moderator 
                      
                 
                
                USA 
                7664 Posts  | 
                
                  
                    
                      
                       Posted - 13 December 2001 :  01:26:18
                        
                        
                      
  | 
                     
                    
                       Ummm, this is a longshot.
  (You know what the sad part is?  I had to download the RTE files from my own website and unzip them!)
  Replacewindow.opener.document.PostTopic.Message.value+= '[img' + strpositionx + ']' + 'uploaded/' + '<%=strFolder%>' + '/' + fname + '[/img' + strpositionx + ']'; 
  With window.opener.document.doc.innerHTML+= '<img src="uploaded/' + '<%=strFolder%>' + '/' + fname + '>';
  
  Nathan Bales - Romans 15:13 -------------------------------     Test Site | Mod Resource | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 Nathan 
                Help Moderator 
                      
                 
                
                USA 
                7664 Posts  | 
                
                  
                    
                      
                       Posted - 13 December 2001 :  01:28:12
                        
                        
                      
  | 
                     
                    
                       There should be an integraded image uploader with version 2.0, I might (if I obtain permission) include an adjusted version of the file attach mod as I did the smilie mod.  (With the option to turn it off of coarse!)
  Nathan Bales - Romans 15:13 -------------------------------     Test Site | Mod Resource | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 isis 
                Starting Member 
                 
                 
                
                10 Posts  | 
                
                  
                    
                      
                       Posted - 13 December 2001 :  01:42:43
                        
                      
  | 
                     
                    
                       ok,
  did i mention that i love this mod????
  just trying to get it to work with my other mods....
  speaking of which, how would ihave to tweak the private message mod to work with this?  I think the two mods are conflicting, how could i adapt this mod to work with it?
 
 quote:
 
 quote:
  i've been using the smilies manager by foo....how could i add that to the format bar in this rte mod?
 
  
  Adding it to the format bar would be easy, but it wouldn't do anything.  The RTE requires a large amout of modification to anything that inserts somthing into the message, and requires an extra file for the Netscape editor as well.  Thats why I chose to put Stimmies manager in by default, because I realized that it was very popular and would require a considerable amount of alteration to make it compatable.
  If you want to modify foo's manager, I suggest you look at the changes I made to Stimmies mod.
  Nathan Bales - Romans 15:13 -------------------------------     Test Site | Mod Resource
 
  
 
  | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 Nathan 
                Help Moderator 
                      
                 
                
                USA 
                7664 Posts  | 
                
                  
                    
                      
                       Posted - 13 December 2001 :  01:55:57
                        
                        
                      
  | 
                     
                    
                       I have never used private messages. . . but I cant think of anything off the top of my head that would cause a conflict.  Could you discribe the problem? And give a link to your forum.
  Nathan Bales - Romans 15:13 -------------------------------     Test Site | Mod Resource | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 suhern 
                Junior Member 
                   
                 
                
                186 Posts  | 
                
                  
                    
                      
                       Posted - 13 December 2001 :  03:27:39
                        
                      
  | 
                     
                    
                       I checked and it is true that the editor is not compatible with PM mod and the event calender mod. Apparently it is using post.asp or post_info.asp which is significantly modified under the rich text mod.
  Anyone can help with this?? I believe these two mods (calender and PM) are used by many sites.
 
 
  | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 RichardKinser 
                Snitz Forums Admin 
                      
                 
                
                USA 
                16655 Posts  | 
                
                  
                    
                      
                       Posted - 13 December 2001 :  03:37:50
                        
                      
  | 
                     
                    
                      |  in the Private Messages MOD, the privatesend.asp and privatesend_info.asp are really just scaled down versions of post.asp and post_info.asp.  The code changes that would need to be made should be very similar. | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                
                
                  Topic   | 
                  |