Drupal kerfið sem slíkt
Video podcast um mismunandi themu fyrir Drupal CMS kerfið http://drupal.org/themedeveloper update á drupal http://drupal.org/node/297496 video námskeið http://drupal.org/videocasts , http://drupal.org/node/62192 , http://drupal.org/videocasts , http://www.lullabot.com/videocast , http://blip.tv/posts/?topic_name=drupal , http://video.google.com/videosearch?q=... Video um CCK module http://blip.tv/file/1562671/ eða Content Construction Kit Spurningin er hvernig breytir maður útlitinu á þemanu? Leiðbeiningar er að finna á http://drupal.org/node/341628 fyrir drupal 6.x
FCKeditor er mun betri. Spellchecking með aspell
Tinymce editorinn var mun verri en fckeditor. Það er tiltölulega lítið mál að setja þetta inn. Síðan var það dálítið mál að fá spellchecking til að virka. Sótti nightly útgáfu sem gæti verið bögguð en hún er með Íslenskri þýðingu. Downloada frá http://www.fckeditor.net/download í sites/all/modules/fsckeditor/. tar xvfz skra.gz, chown -R .....;..... fckeditor.
Breyta fckeditro/fckeditor/fckconfig.js, til að fá forritið til að nota aspell stafsetningarvilluleiðréttinguna.
FCKConfig.SpellChecker = 'SpellerPages' ;
Til að fá spellchecker til að virka með aspell og aspell-is í linux þá þarf að sites/all/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts og leita eftir "by FredCK", en_EN eða en_US ( breyta í is_IS ) og aspell ásamt fleiru er varðar linux og eða window$ sbr. http://docs.fckeditor.net/FCKeditor_2.... Skrárnar heita spellchecker(cfm, php og pl). Breyta þessu á einum stað í öllum skránum. Leita einnig eftir Linux og taka út þar sem stendur windows.
Lightbox2 module er til að byrta myndir, kvikmyndir, vefsíður svipað og apture.
Hér eru dæmi um notkun á lightframe í gegn um lightbox2 Leita á google Leita á yahoo
Velja og setja upp ákveðna forsíðu
http://tips.webdesign10.com/drupal/how... eða forsíðan er valin http://example.com/admin/settings/site... Ef það er ekki valið kemur úrdráttur á forsíðuna ( sem reyndar er hægt að stilla ).
Uppfæra ( upgrade ) drupal með drush - drupal shell
Það þarf að stilla fckeditor með marinelli þemanu. Það notast við background image í editornum. til að nota eigin css á alla aðgangshópa (default og advanced) > admin/settings/fckeditor > css > Editor og Predifined styles > Fckeditor default
/etc/php5/apache2/php.ini, extension=uploadprogress.soPatch við drupal
Provided that the patch was made relative to the Drupal root directory, navigate to the Drupal directory (usingcd) and issue the command:patch -p0 < path/file.patchIf the patch was not made relative to the Drupal root directory you can place the patch in the same directory as the file being patched and run the patch command without the -p option. To do so,cdto the directory and type:patch < file.patchPatch will usually auto-detect the format. You can also use the-ucommand line option to indicate a unified patch, and the-boption creates a backup copy of the file before modifying it. In case of problems, you can then easily restore the backup file.
Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer