Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged joomla
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
function for determining the section ID of a given page. Good to include in a templatetools.php file inside of a template to set up some custom conditional logic
        
        
        
            0 
        
        
            1265 
        
                    posted 14 years ago by beneberle
            You can use JUri object to extract the path or query string from a any url
        
        
        
            0 
        
        
            1486 
        
                    posted 14 years ago by anagaiyahoocom
            I set up an $isHome boolean variable at the beginning of a template's index.php file so I can easily test the condition throughout the file. To me, the semantic variable name makes the logic more readable.
        
        
        
            0 
        
        
            1000 
        
                    posted 14 years ago by beneberle
            For instance when you want to leverage the JElements in a admin view form...
        
        
        
            0 
        
        
            1290 
        
                    posted 14 years ago by harikaram
            Say you want to run content plugins on JDocumentRAW content (like in a component that returns JSON data).  Some methods in JDocumentHTML like "addCustomTag" will cause the app to fail on JDocumentRAW doc types which don't have this method.  Thus you...
        
        
        
            0 
        
        
            1433 
        
                    posted 15 years ago by harikaram
            File: /template/[mytemplate]/html/com_content/category/blog.php page...
        
        
        
            0 
        
        
            1178 
        
                    posted 15 years ago by harikaram
            Substitute new_ placeholder in the second line with your new prefix.  Run it: http://www.yoursite.com/rename.php and wait until it responds with an OK, usually after a couple of seconds.  Delete the rename.php script.  Edit the configuration.php file...
        
        
        
            0 
        
        
            2292 
        
                    posted 15 years ago by beneberle
            Just a quick fix for a tag link issue I came across.\r\n\r\nbroken url:\r\ndomain.com/tag/two word.html\r\n\r\nif you take the spaces in the URL and replace them with pluses (‘+’) it’ll work. For example:\r\n\r\nfixed url:\r\ndomain.com/tag/two...
        
        
        
            0 
        
        
            1032 
        
                    posted 15 years ago by trepmal
            Credit goes to B. Kemler. I'm simply saving this for future reference.
        
        
        
            0 
        
        
            1350 
        
                    posted 15 years ago by jhafner
            
