Uncategorized

Drupal7 Views UI 7.x-3.xとjQuery 1.8以降の互換性

DrupalViews UIがjQuery 1.8以降ではうまく動作しないらしい。 Masonry Viewsを使っていたからMasonry側の問題かと思っていたが、 Masonry使ってなくてもViews UIの設定が保存後消えていた...

Search file by specific words/phrases on linux

grep -RnisI"search words/phrases"~/www/projectname/ find -name"filename"
Uncategorized

JavaScript Patterns

Object-Oriented Only five primitive types are not objects: number, string, boolean, null, and undefined Functions are ob...

Drupal7 NodequenueをViewに追加

ViewでNodequenueをSortCriteriaに追加するためには、ViewにおいてRelationshipsを構築する必要が有る。 先にRelationshipsでNodequenueを追加すると、Sort Criteria...

Drupal7 preprocess functions kpr($hook)

Wordpressのようにレンダー前にフックをかける時にはtemplate.phpにpreprocessファンクションを作成する。 function themename_preprocess($variables, $hook) { ...

Flask

Flask のデフォルトフォントdinは_button.placeholder.scssで複数箇所で使われているため変更すること。

Drupal7 Sprout Content add ページ

Sproutで設定されているUIのContent add ページではオプションメニューを下に表示される代わりにPanelでUIが設定されている Sprout profile

Drupal variable

When you want to inspect what variables are available, put a code below dpm(get_defined_vars()); dpm(get_define...

Jekyll (Markdown)

Points Use include and loops as much as you can. Avoid making each unique template. To make items for an array, enter a ...
タイトルとURLをコピーしました