Category Archives: Code Solutions

Line Wrap With SyntaxHighlight

Problem: Syntax Highlighter has a problem where long lines of code use a horizontal scroll bar instead of using a line break or word wrap. Example Before: Solution: If using wordpress install a plugin called ‘SyntaxHighlighter Evolved’ and after the plugin is activated go to the settings toolbar and select “SyntaxHighlighter.” Note: You must be using version […]

Spinx.conf for mediawiki

Problem: Solution: This comes because in the database the tables being queried have a different name. The name was changed at the creation of the database. An example is the normal table for wiki is ‘page’ but now its ‘your_defined_prefix_page’. You will need to edit the sphinx.conf to call the right database tables. This should […]