- Posts: 6
 - Thank you received: 0
 
            Support for SermonSpeaker 4.x is canceled as it is for Joomla 2.5. I will gladly assist you with minor issues but I will not fix any bugs anymore in this releases.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
    
    The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Scripture entry problem
- Darrell Glendenning
 - 
            
Topic Author
 - Offline
 - New Member
 - 
            
         
        Less
        More
        
            
    
        
            
        
                26 Nov 2012 02:24                #2759
        by Darrell Glendenning
    
    
 	
					
			
				    
            
            
            
            
            
                                
    
                                                
    
        Scripture entry problem was created by Darrell Glendenning            
    
    Please Log in or Create an account to join the conversation.
- Thomas Hunziker
 - 
            
                                 - Offline
 - Administrator
 - 
            
         
            
        
                26 Nov 2012 10:35         -  26 Nov 2012 10:36        #2760
        by Thomas Hunziker
    
    
 	
					
			
				    
    
            
            
            
            
                                
    
                                                
    
        Replied by Thomas Hunziker on topic Scripture entry problem            
    
        Ouch, that shows my bad javascript skills. The script validates the input and checks if the second vers is bigger than the first vers in case both chapters are the same. Unfortunately the variables were strings and not integers as it should have been, and thus it resulted in funny comparision values:
I've fixed that internally and you can replace your file with the attached file if you want. Just extract it and put it to
By the way: The frontend missed this checks for some reason, so there it worked.
    - 6 > 16 = true
 - 2 > 199999999 = true
 
I've fixed that internally and you can replace your file with the attached file if you want. Just extract it and put it to
/administrator/components/com_sermonspeaker/views/scripture/view.html.php
By the way: The frontend missed this checks for some reason, so there it worked.
        Last edit: 26 Nov 2012 10:36  by Thomas Hunziker.            
    
        The following user(s) said Thank You: Darrell Glendenning     
            Please Log in or Create an account to join the conversation.
- Darrell Glendenning
 - 
            
Topic Author
 - Offline
 - New Member
 - 
            
         
        Less
        More
        
            
    
        - Posts: 6
 - Thank you received: 0
 
            
        
                27 Nov 2012 02:34                #2761
        by Darrell Glendenning
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Darrell Glendenning on topic Scripture entry problem            
    
        That fixed it. Thanks for the quick response once again.    
    Please Log in or Create an account to join the conversation.
        Time to create page: 0.398 seconds