code
drupal showcase
Submitted by manolism on Tue, 2009-08-18 20:48. code | drupal | tipsThere are many famous drupal sites out there. This is a showcase of drupal sites that you can check and see for yourself what the CMS can actually do.
It's All Text!
Submitted by manolism on Wed, 2009-05-06 19:29. code | extensions | firefox | modules | mozillaNot much to say. Simply forget about all the javascript wysiwyg editors
Pathauto and greek characters
Submitted by manolism on Tue, 2007-08-14 18:20. code | drupal | modules | tipsPathauto is a very usefull drupal module, that automatically generates path aliases for drupal nodes, based on their title. Unfortunately, it does not work with greek character. To be precise, it *can* work, if you use the i18n-ascii.txt file, which will transform the greek characters to latin. Propably that is not what you want though, so here is a version of pathauto that handles greek characters in a more usefull way. Additionaly this version will always cut the title on a delimiter and not in the middle of a word.
Drupal
Submitted by manolism on Tue, 2007-08-14 18:19. code | drupal | extensions | pluginsSettings per File Types
Submitted by manolism on Fri, 2007-08-10 11:19. code | tips | tricks | vimIn Vi Improved, you can conveniently have different settings per file type.
for example when you are working with perl files, you need a tabstop at 8 lines and a mapping in <F5> that comments out the current line using a # at the beggining, while in c files, you need comments with /* .. */ and a tabstop at 4 characters.
Mappings
Submitted by manolism on Fri, 2007-08-10 11:04. code | tips | tricks | vimIn Vim you can map keys to do several functions. For example you can:
map <F3> :!lpr %^M
To print the current file
(to enter <F3> simply press the function key, to enter ^M press <ctrl-v><enter> )
Usefull Settings
Submitted by manolism on Fri, 2007-08-10 10:56. code | tips | tricks | vi | vimVi Improved (vim) has some very usefull settings:
For syntax highlighting type:
:syntax on
To see your current position in the file:
:set ruler
For incremental search type
Lexicon Plugin for Drupal
Submitted by manolism on Thu, 2005-06-30 00:56. code | drupal | Drupal Modules | extensions | pluginsThis is a Drupal module for an english to greek Dictionary.
For Drupal 4.6